body {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-family: myraid pro;
	font-size: 15px;
	font-weight: regular;
	color: #ffffff;
	background-color: #000000; /*url("images/background.jpg")*/
	
}

#main
{
border:solid 1px #000000;
margin: auto;
background-color:#000000;
width:805px;
height:100%;
}

#header {
	width: 805px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #000000 ;/*url(images/header.jpg);*/
text-align:bottom;
}



#logo
{
border:solid 1px #000000;
width:300px;
height:120px;
background: #000000 url(images/logo.jpg) no-repeat; 
float:left;
}
#nav
{
/*border:solid 1px #ffffff;*/
position:relative;
top:85px;
float:right;
}
#nav ul
{

list-style-type:none;
color: #ffffff;
text-align:right;
z-index:500;
display:inline;
}
#nav li
{
font-family: myraid pro, "myraid pro", sans-serif;
display:inline;
padding:5px;
background:#000;
}

#nav li ul{
display:inline;
position:absolute;
top:18px;
left:0;
width:500px;
margin-left:-180px;
list-style:none;
}

html>body #nav li ul{
top:23px;
margin-left:-225px;
}

#nav li ul li{list-style-type:none;}

ul.drop
{
visibility:hidden;
}
li.drop
{
}

#content
{
width:805px
border:solid 1px #000000;
height:550px;

}

#contact
{
border:solid 1px #000000;
height:500px;
background: #000000 url(images/contactpic.jpg) no-repeat; 
text-align: right;
font-family: times, "times", serif;
font-weight: regular;
font-size:12

}
#contact td
{
height:40px;
}
a{text-decoration:none;}
a:link{color:#ffffff;}
a:hover{color:#380609;}
a:active{color:#ffffff;}
a:visited{color:#ffffff;}

#aboutus 
{
border:solid 1px #000000;
height:900px;
background: #000000 url(images/aboutusfinal.jpg) no-repeat; 
text-align: right;
font-family: times, "times", serif;
font-weight: regular;
font-size:12
}
#aboutus td
{
height:40px;
}
a{text-decoration:none;}
a:link{color:#ffffff;}
a:hover{color:#380609;}
a:active{color:#ffffff;}
a:visited{color:#ffffff;}


