/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-image: url(../images/backgrounds/black_diagonal.gif);
background-repeat: repeat;
}


 #container
{
width: 750px;
margin: 10px auto;
background-image: url(../images/backgrounds/redgradient_withTwoBikes.jpg);
background-repeat: no-repeat;
border: 1px solid #373737;
line-height: 130%;
}

#menu {
height: 25px;
margin: 0;
padding: 0;
}






#top
{
margin: 0;
padding: 0;
background-image: url(../images/home_page/highway_mission_titlebar.gif);
background-repeat:no-repeat;
height: 95px;
background-color: #660000;
}


#leftnav
{
float: left;
width: 260px;
margin: 0px;
padding: 12px;
}

#leftnav_mainbox {
height: 260px;
width: 260px;
background-image:url(../images/home_page/left_main_image.jpg);
background-repeat: no-repeat;
border: 1px solid #D4CEBA;
}

#descriptionbox {
width: 260px;
margin-top: 12px;
border: 1px solid #D4CEBA;
}

#descriptionbox p {
margin: 0;
padding: 8px;
font-family: "Trebuchet MS", Futura, "Futura Condensed", sans-serif;
color:#CCCCCC;
font-size: 12px;
}



#content
{
margin-left: 290px;
padding: 5px;
}

#content_align {
	position:relative;
}

#newsbox {
	position: absolute;
	height: 283px;
	width: 163px;
	background-image: url(../images/home_page/news_textbox.jpg);
	background-repeat: no-repeat;
	left: 32px;
	top: 12px;
}

#content p {
margin-top: 25px;
padding: 8px;
font-family: "Trebuchet MS", Futura, "Futura Condensed", sans-serif;
color:#CCCCCC;
font-size: 12px;
}


#aboutusbox{
	position: absolute;
	height: 283px;
	width: 163px;
	background-image: url(../images/home_page/aboutus_textbox.jpg);
	background-repeat: no-repeat;
	left: 257px;
	top: 12px;
}

a:link {
color: #ddcbac;
}

a:visited {
color: #ddcbac;
}

a:hover {
color: #fff;
}


#footer
{
clear: both;
margin: 0px;
padding: 2px;
font-family: "Trebuchet MS", Futura, "Futura Condensed", sans-serif;
color:#CCCCCC;
font-size: x-small;
background-color: #101010;
border-top: 1px solid #373737;
}
