/* CSS Document */
body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}
.clr{
	clear:both;
	height:0px;
	overflow:hidden;
	text-align: left;
}
#siteContainer{
width:770px;
text-align:left;
background-color:#dcdcdc;
}
#siteHeader{
width:770px;
height:114px;
background-image:url(../img/header.gif);
background-position:right;
background-repeat:no-repeat;
}
#siteLogo{
width:165px;
height:114px;
float:left;
overflow:hidden;
}
#siteLogo h1,#siteLogo h2{
left:-999px;
}
#siteContact{
width:605px;
height:114px;
text-align:right;
float:right;
}
#siteNavigation{
padding-top:5px;
}
#siteFooter{
width:770px;
height:37px;
}
#siteContent{
width:730px;
padding:20px;
}
#siteContentLeft{
width:360px;
float:left;
}
#siteContentRight{
width:360px;
float:right;
}
/**
* navigations
*/
ul#siteNav{
padding:0px;
margin:5px;
width:100%;
}
ul#siteNav li{
display:inline;
float:inherit;
width:12%;
text-align:center;
}
ul#siteNav a{
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#333333;
}
ul#siteNav a:link,ul#siteNav a:visited,ul#siteNav a:active{
color:#333333;
text-decoration:none;
}
ul#siteNav a:hover{
color:#FF0000;
text-decoration:underline;
}
