body{
	color: #fff;
	background-color: #660000;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

h1{
	font-size: 130%;
	}

h2{
	font-size: 120%;
	}

h3{
	font-size: 110%;
	}

h4{
	font-size: 100%;
	}

p{
	font-size: 90%;
	}
	
a{
	color: gold;
	}

img{
	border: 0px;
	}

table{
	border: 0;
	border-collapse: collapse
}

td{
	margin: 0;
	padding: 0;
	vertical-align: top;
	}
	
#layout_table{
	width: 100%;
	border-collapse: collapse;
	}

table#layout_table td{
	vertical-align: top;
	}
	
#header{
	text-align: right;
	}

#logo{
	width: 285px;
	height: 93px;
	}

#nav_holder{
	width: 126px;
	vertical-align:top;
	}

#nav_holder ul{
	margin: 50px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	}

#nav_holder li{
	margin: 5px 0px 5px 0px;
	}

img.navbuttsingle{
	width: 126px;
	height: 18px;
	}
	
img.navbuttdouble{
	width: 126px;
	height: 35px;
	}

#content_wrapper{
	vertical-align: top;
	}

#content_wrapper table{
	width: 100%;
	border-collapse: collapse;
	}


#tl_corner{
	width: 15px;
	height: 14px;
	}

#top_bar{
	background-image: url(/images/t_bar.jpg);
	background-repeat: repeat-x;
	}


#tr_corner{
	width: 16px;
	height: 14px;
	}	

#content{
	background-color: black;
	padding: 20px;
	}
	
#l_bar{
	background-image: url(/images/l_bar.jpg);
	background-repeat: repeat-y;
	}

#r_bar{
	background-image: url(/images/r_bar.jpg);
	background-repeat: repeat-y;
	}

#b_bar{
	background-image: url(/images/b_bar.jpg);
	background-repeat: repeat-x;
	text-align: right;
	}

#br_corner{
	width: 16px;
	height: 17px;
	}

#bl_corner{
	width: 15px;
	height: 17px;
	}

#footer{
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	}

img.carpic{
	border: 3px solid #CC0000;
	margin: 5px;
	width: 175px;
	height: 101px;
	}

img.skipnav{
	width: 0;
	height: 0;
	border: 0;
	}
	
acronym, abbr {
	border-bottom: 1px dotted #ccc;
	font-style: normal;
	cursor: help;
	}