/* CSS Document */

body {
	background:#000000 url("../images/background.jpg") repeat-x;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

hr {
	color:#AFA902;
	background-color:#AFA902;
}

a:link {
	text-decoration:none;
	color:#AFA902;
}

a:visited{
	text-decoration:none;
	color:#AFA902;
}

a:hover{
	color:#FFFFFF;
}

.contentTitle{
 	color:#FFFFFF;
	font-size:18px;
	font-style:bold;
	text-align:center;
}	

#container{
	width:1024px;
	margin:auto;
}

#leftSpeaker{
	 background:url("../images/leftspeaker.gif");
	 width:143px;
	 height:197px;
	 float:left;
}

#header{
	background:url("../images/banner.gif") center;
	width:724px;
	height:192px;
	float:left;
}

#rightSpeaker{
	background:url("../images/rightspeaker.gif");
	width:143px;
	height:197px;
	float:left;
}

#links{
	padding-left:240px;
	width:724px;
	clear:both;
}

#linkHome{
	float:left;
	background:url("../images/home.jpg");
	width:116px;
	height:53px;
}

#linkStudio{
	background:url("../images/studio.jpg");
	width:250px;
	height:52px;
	float:left;
}

#linkContact{
	background:url("../images/contact.jpg");
	width:170px;
	height:52px;
	float:left;

}

#annihilator{
	float:right;
	width:100px;
	height:100px;
	clear:both;
	padding-right:20px;
	padding-top:40px;
}

#annihilatorlink{
	background:url("../images/annihilator_link.jpg") no-repeat top left;
	width:100px;
	height:100px;
	display:block;
}

#annihilatorlink:hover{
	background:url("../images/annihilator_link.jpg") no-repeat top right;
	width:100px;
	height:100px;
	display:block;
}

#textBox{
	padding-left:143px;
}

#textBox1{
	padding-left:143px;
	padding-top:50px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

#textBoxHeader{
	
	width:724px;
	height:17px;
}

#textBoxContent{
	
	width:704px;
	padding:10px;
	
	
}

.textContact{
	text-align:center;
	
	
}

#textBoxFooter{
	
	width:724px;
	height:28px;
}

.title{
	font:bold;
	padding:3px;
	width:700px;
	display:block;
	background:#938600;
}

#title{
	font:bold;
	background:#938600;
	padding:3px;
}

#footer{
	background:url("../images/footer.jpg");
	background-repeat:no-repeat;
	width:721px;
	height:47px;
	margin-left:143px;
}

#mflink{
	padding-top:18px;
	width:100px;
	float:right;

}

#mediaforce{
	background:url("../images/mflogo.gif") no-repeat top left;
	width:100px;
	height:22px;
	display:block;
}

#mediaforce:hover {
	background:url("../images/mflogo.gif") no-repeat top right;
	width:100px;
	height:22px;
	display:block;
}

li {
	list-style-type:none;
}

