/* CSS Document */

body { 
background-color:#6f0004;
background-image:url(images/background.png);
background-repeat:repeat-x;
width:100%;
height:100%;
font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
color:#ffffff;}

body strong {font-size: 15px; }


body A:link {
text-decoration: none;
color: #ffda76;}
body A:visited {
text-decoration: none;
color: #e37201;}
body A:active {
text-decoration: none;
color: #ffffff;}
body A:hover {
text-decoration: none;
color: #ffffff;}


#wrapper{
margin:auto;
width:980px;
height:100%;
}

#content{
width:980px;
height:900px;
}

#left{
position:absolute;
margin-left:0px;
margin-top:0px;
width:217px;
mix-height:800px;
background-image:url(images/left.png);
background-repeat:no-repeat;
padding-top:15px;
padding-left:15px;
padding-right:15px;

}

#right{
width:665px;
min-height:800px;
background-image:url(images/right.png);
background-repeat:no-repeat;
padding-top:15px;
padding-left:15px;
padding-right:15px;
position:absolute;
margin-left:267px;
top:105px;
}


#header{
margin:auto;
width:980px;
height:80px;
background-image:url(images/top.jpg);
backgrund-repeat:no-repeat;
}

#title {
padding-top:15px;
margin-left:10px;
width:300px;
text-align:left;
float:left;
}

#twitter {
height:65px;
width:98px;
float:right;
}

#callus {
width:332px;
height:75px;
float:right;
margin-top:-8px;
}



#title h1{font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0;
	}
	
	#title A:link {
text-decoration: none;
color: #FFFFFF;}
#title A:visited {
text-decoration: none;
color: #FFFFFF;}
#title A:active {
text-decoration: none;
color: #FFFFFF;}
#title A:hover {
text-decoration: none;
color: #FFFFFF;}

#content{
margin:auto;
width:980px;
height:100%;
padding-top:17px;

}
#footer{
margin:auto;
font-size:9px;
width:665px;
text-align:center;
height:33px;
}



#menu{
	position: absolute;
  left: 50%;
  top:160px;
  height:80px;
  width:665px;
  margin-top: -85px;
  margin-left: -235px;
color:#000000;
}

#menu ul {
list-style-type: none;
height: 80px;
width:665px;
}

#menu ul a {
			padding-right:12px; padding-left:12px; 
			 }
	
#menu A:link {
text-decoration: none;
color: #ffda76;}
#menu A:visited {
text-decoration: none;
color: #e37201;}
#menu A:active {
text-decoration: none;
color: #ffffff;}
#menu A:hover {
text-decoration: none;
color: #ffffff;}

#menu li {
float: left;
font-weight:bold;
font-size: 14px;
}

