body
{
margin:0;
background: url('images/bg.png') repeat;
width:100%;
}
html
{
margin:0;
}
.clear
{
	clear:both;
}
a
{
text-decoration:none;
}
#center_col
{
	height:100%;
	min-height:100%;
	width:850px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	margin-left:auto;
	margin-right:auto;
	background-color:#f4f1f1;
	box-shadow: 0 0 8px 3px #333;
	-moz-box-shadow: 0 0 8px 3px #333;
	-webkit-box-shadow: 0 0 8px 3px #333;
}
h1
{
margin-top:0px;
font-family:Tahoma, san-serif;
font-size:1.5em;

}
#header
{
	height:173px;
	width:100%;
	border-bottom:1px solid #333;
	background-color:#fff;
}
#logo
{
	background-image: url('images/vansmall.png');
	background-repeat: no-repeat;
	height:200px;
	width:500px;
	margin-left:0;
	position:relative;
	z-index:1;
}
#others
{
	float:right;
	width:340px;
	height:100px;
	background:url('images/standardbeveled.jpg');
	background-repeat: no-repeat;
	margin-top:-155px;
	font-family: Tahoma, San-Serif;
	font-size: .75em;
	text-decoration:none;
}
#others_inside
{
	margin-top:90px;
	text-decoration:none;
}

#menu
{
	width:100%;
	height:25px;
	background-color:#660000;
	margin-top:-16px;
	margin-bottom: 3px;
	box-shadow: 0 3px 3px #444;
	-moz-box-shadow: 0 3px 3px #444;
	-webkit-box-shadow: 0 3px 3px #444;
}

#main
{
	width:100%;
	margin: 30px auto 30px auto;
	background-color:#f1f1f1;
}

#leftMenu
{
	height:500px;
	border-right: 1px solid #333;
	width: 200px;
	float:left;
}

#leftList
{
	text-align:right;
	padding: 10px;
}
#leftList li
{
	list-style-type:none;
}
#leftList a
{
	text-decoration:none;
	color:black;
	font-family:Tahoma, san-serif;
}
#leftList a:hover
{
	text-decoration:underline;
	color: #660000;
}
#leftList .active
{
	color:#660000;
	background-color:#f1f1f1;
	padding-bottom:10px;
}
#contactBar
{
	font-size:.75em;
	text-align:right;
	margin-top:-10px;
	margin-right: 5px;
	font-family: Georgia;
}
#contactBar li
{
	display:inline;
	list-style-type:none;
	padding-left: 5px;
}
#contactBar a
{
	text-decoration:none;
	color:black;
}
#contactBar a:hover
{
	color: blue;
}
#bodyContent
{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	float:left;
}
#navList
{
	margin-left: 75px;
	position:relative;
	z-index:2;
}
#navList li
{
	display: inline;
	list-style-type: none;
	padding:5px 3px 0 3px;
	
}

#navList a{
	color:white; 
	font-family:Verdana, san-serif; 
	font-size: .85em;
	text-decoration:none;
	margin:0;
	padding:3px 10px 3px 10px;
}
#navList a:hover
{
	color:#660000;
	background-color:#f1f1f1;
	border-left:2px solid #333;
	border-right: 2px solid #333;
	padding:0 10px 7px 10px;
	margin: 0 -2px 0 -2px;
}
#navList .active:hover
{
	color:#660000;
	background-color:#f1f1f1;
	border-left:2px solid #333;
	border-right: 2px solid #333;
	padding:0 10px 8px 10px;
	margin: 0;
}
#navList .active
{
	color:#660000;
	background-color:#f1f1f1;
	padding:0 10px 7px 10px;
	border-left:2px solid #333;
	border-right: 2px solid #333;
	margin: 0;
}
#copy p
{
	font-family: Tahoma, San-serif;
	font-size: .8em;
}
#copy
{
	padding:10px;
}
#green
{
	color:green;
}
#aboutusText
{
	font-size:2em;
	font-family: Tahoma, San-Serif;
}










