* {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;

}
/*=====================body content==========================================*/

#body {
margin: 0px;
padding: 0px;
font: normal 40.5% georgia,serif;
}

h1 {font: normal 2.4em serif,sans-serif;}
/*=====================wrapper content==========================================*/

#wrapper {
background-color:none;
height:540px;
width:980px;
margin: 0px auto;
padding:0px;
text-align:left;
position:relative;


}
/*=====================header content==========================================*/

#header {
font: normal 1.2em Georgia,"Trebuchet MS",sans-serif;
width:980px;
height:40px;
text-align:right;




}

.headerlogo {
position: absolute;
top: 10px;
left:20px;

}
/*=====================nav==========================================*/
#nav ul {
padding: 10px 0em 0em 1em;
width:450;

}
#nav li {
display: inline;
padding-left:1em;
color:#333333;
}

#header li a {
color:#999999;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
#header li a:hover {
color:#333333;
text-decoration:none;
}
/*=====================main content==========================================*/
#maincontent {
width:980px;
height:500px;
border:1px solid black;

}

.recent {
width:980px;
height:500px;


}

#maincontent.contact {
background-image:url(contact.jpg);
}

#contact p {
position: relative;
top:1em;
left:1em;
background-color:#000000;
padding: 10px 15px 10px 15px;
width: 200px;
height:400px;
float:left;
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;

}
#contact {
background-color: #000;
}

#contact a {
color:#999999;
}

