@charset "utf-8";


#container {
	height: 788px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: thin none #000000;
}
#newsbar {
	background-color: #373737;
	float: right;
	width: 229px;
	height: 140px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#newsimage {
	float: right;
	height: 60px;
	width: 279px;
	background-color: #373737;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/newsbargraphic.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 6px;
}

#adbar {
	float: right;
	height: 260px;
	width: 229px;
	background-color: #373737;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

#header {
	height: 110px;
	width: 700px;
	background-repeat: no-repeat;
	background-image: url(images/Header.png);
	background-position: center;
	border: thin none #000000;
}
#footer {
	font-weight: bold;
	width: 700px;
	height: 23px;
	float: left;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	
}

#content {
	height: 160px;
	width: 370px;
	font-style: normal;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #373737;
	float: left;
	padding-top: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#copyright {
	background-color: #373737;
	border-right-color: #FFFFFF;
	width: 420px;
	height: 12px;
	float: left;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}

#topleftimage {
	height: 59px;
	width: 420px;
	float: left;
	background-color: #373737;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/profile.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#profileimage {
	background-color: #373737;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 412px;
	height: 318px;
	border-right-width: 1px;
	border-right-style: solid;
	background-image: url(images/profilepage.png);
	padding-left: 7px;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 3px;
}


#divider {
	height: 2px;
	width: 700px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#homebutton {
	background-color: #F8F8F8;
	float: left;
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#profilebutton {
	background-color: #F8F8F8;
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
	float: left;
}
#audiobutton {
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 140px;
	background-color: #F8F8F8;
}
#contactbutton {
	background-color: #F8F8F8;
	float: left;
	height: 30px;
	width: 140px;
	background-repeat: no-repeat;
}
#linksbutton {
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F8F8F8;
}
#home
{
  display: block;
  width: 140px;
  height: 30px;
  background: url("images/homeroll.png") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -30px;
}

#home span
{
  display: none;
}

#profile
{
  display: block;
  width: 140px;
  height: 30px;
  background: url("images/profileroll.png") no-repeat 0 0;

}

#profile:hover
{ 
  background-position: 0 -30px;
}

#profile span
{
  display: none;
}

#audio
{
  display: block;
  width: 140px;
  height: 30px;
  background: url("images/audioroll.png") no-repeat 0 0;

}

#audio:hover
{ 
  background-position: 0 -30px;
}

#audio span
{
  display: none;
}

#contact
{
  display: block;
  width: 140px;
  height: 30px;
  background: url("images/contactroll.png") no-repeat 0 0;

}

#contact:hover
{ 
  background-position: 0 -30px;
}

#contact span
{
  display: none;
}

#links
{
  display: block;
  width: 140px;
  height: 30px;
  background: url("images/linksroll.png") no-repeat 0 0;

}

#links:hover
{ 
  background-position: 0 -30px;
}

#links span
{
  display: none;
}
.adbartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 16px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
#toprightimage {
	height: 59px;
	width: 279px;
	float: left;
	background-color: #373737;
	padding-top: 20px;
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.alttext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#indexcontent {
	height: 496px;
	width: 370px;
	font-style: normal;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #373737;
	float: left;
	padding-top: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/Amsterdam.png);
	background-repeat: no-repeat;
}
#topleftimageindex {
	height: 59px;
	width: 420px;
	float: left;
	background-color: #373737;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/welcome.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#adbarindex {
	float: right;
	height: 278px;
	width: 229px;
	background-color: #373737;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
#contactcontent {
	height: 150px;
	width: 370px;
	font-style: normal;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #373737;
	float: left;
	padding-top: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/Amsterdam.png);
	background-repeat: no-repeat;
	background-position: center -22px;
}
#topleftimagecontact {
	height: 59px;
	width: 420px;
	float: left;
	background-color: #373737;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#adbarcontact {
	float: right;
	height: 260px;
	width: 229px;
	background-color: #373737;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
#conform {
	background-color: #373737;
	float: left;
	width: 369px;
	height: 328px;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 50px;
	background-image: url(images/Amsterdam.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.buttonscontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #373737;
}
#linkscontent {
	height: 90px;
	width: 370px;
	font-style: normal;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #373737;
	float: left;
	padding-top: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/Amsterdam.png);
	background-repeat: no-repeat;
	background-position: center -36px;
}
#linkies {
	background-color: #373737;
	float: left;
	width: 340px;
	height: 378px;
	border-right-width: 1px;
	border-right-style: solid;
	background-image: url(images/Amsterdam.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-color: #FFFFFF;
	padding-left: 80px;
	padding-bottom: 10px;
}
#tablegrid {
	width: 350px;
	height: 286px;
}

#topleftimagelinks {
	height: 59px;
	width: 420px;
	float: left;
	background-color: #373737;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/links.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#adbarlinks {
	float: right;
	height: 260px;
	width: 229px;
	background-color: #373737;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
.linkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}
#newsimagelinks {
	float: right;
	height: 60px;
	width: 279px;
	background-color: #373737;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/newsbargraphic.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 6px;
}
.newstextCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
#audiocontent {
	height: 140px;
	width: 370px;
	font-style: normal;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #373737;
	float: left;
	padding-top: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/Amsterdam.png);
	background-repeat: no-repeat;
	background-position: center 70px;
	padding-bottom: 8px;
}
#newsbarudio {
	background-color: #373737;
	float: right;
	width: 229px;
	height: 324px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#adbaraudio {
	float: right;
	height: 251px;
	width: 229px;
	background-color: #373737;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
#topleftimageaudio {
	height: 59px;
	width: 420px;
	float: left;
	background-color: #373737;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/audio.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 20px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#mediaplayer {
	background-color: #373737;
	float: left;
	width: 400px;
	height: 439px;
	border-right-width: 1px;
	border-right-style: solid;
	background-image: url(images/Amsterdam.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-color: #FFFFFF;
	padding-left: 20px;
}
#containeraudio {
	height: 884px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: thin none #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#containerprofile {
	height: 770px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: thin none #000000;
}
#containercontact {
	height: 770px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: thin none #000000;
}
#containerlinks {
	height: 770px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: thin none #000000;
}
#headerthankyou {
	height: 110px;
	width: 700px;
	background-repeat: no-repeat;
	background-image: url(images/ambientlogo2.png);
	background-position: center;
	border: thin none #000000;
}
#thankstext {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 700px;
}

#containerthanks {
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: thin none #000000;
}
.linkCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.newstextCopy2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
#twitterbar {
        float: left;
	height: 260px;
	width: 229px;
	background-color: #373737;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
	