body {
	background:#091120 url('../img/bg.png') repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size:small;
	margin:2em 0;
}


img {
	border:0;
}

#rootContainer {
	min-width:800px;
}

#headerRoundTop { 
	background: url(../img/tr_corner.png) no-repeat top right;
	height:16px;
	display:block;
}
#contentRoundBottom {
	background: url(../img/br_corner.png) no-repeat bottom right; 
	height:16px;
	display:block;
	clear:both;
}

a:link, a:active, a:visited {
	color:#000099;
}
a:hover {
	text-decoration:none;
	color:#990000;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p {
	margin-left:4%;
	margin-right:4%;
}
address { font-style:normal; }

#header {
	width:800px;
	overflow:visible;
	margin:0 auto;
	position:relative;
	background: #fff url(../img/tl_corner.png) no-repeat top left; 
	padding:0 0 1.5em;
}
	#header h1 {
		margin:24px 51px 12px 30px;
		float:left;
	}
		#header h1 img { border:0; }

	#header h2 {
		margin:24px 0 0;
	}
		#header h2 img { border:0; }

	#carImg {
		position:absolute;
		right:20px;
		bottom:-63px;
	}

	
	#headerAddress {
		clear:both;
		display:block;
		overflow:auto;
		width:600px;
		color:#000066;
		font-size:14px;
	}
		#headerAddress address {
			float:left;
			width:30%;
			text-align:center;
		}
		#headerAddress dl {
			float:left;
			width:50%;
			overflow:auto;
			margin:0;
		}
			#headerAddress dt {
				clear:left;
				float:left;
				width:7em;
				text-align:right;
			}
				#headerAddress dd {
					float:right;
					clear:right;
					padding:0;
					margin:0;
					text-align:left;
					width:14em;
				}


#mainNavContainer {
	height:51px;
	background:url('../img/navbar_bg2.png');
}
#mainNav {
	width:800px;
	margin:0 auto;
	padding:0;
	overflow:auto;
	height:51px;
	background:url('../img/navbar2.png');
	list-style-type:disc;
	list-style-image:url('../img/star_bullet.png');
}
	#mainNav li {
		float:left;
		margin:0 4em 0 0;
		padding:7px 0;
	} #mainNav li.first { margin-left:70px; }
		#mainNav a {
			font:16px Arial, Helvetica, sans-serif;
			color:#fff;
			text-decoration:none;

			position:relative;
			left:-4px;
			top:-2px;
		}

		
		

#content {
	margin:0 auto;
	padding-top:2em;
	width:800px;
	background: #fff url(../img/bl_corner.png) no-repeat bottom left; 
	overflow:hidden;
}



#footer {
	margin:0 auto;
	padding-top:1em;
	width:800px;
}
	
	#footer #copyright {
		float:left;
		font-size:12px;
		color:#CCCCCC;
	}
		#footer #copyright a {
			text-decoration:underline;
			color:#FFFFFF;
		}
		
		#footer #copyright a:hover {
			text-decoration:none;
		}
	#footer #siteBy {
		float:right;
		font-size:10px;
	}
		#footer #siteBy a {
			text-decoration:none;
			color:#424F66;
		}
		
		#footer #siteBy a:hover {
			text-decoration:underline;
			color:#FFFFFF;
		}
		
		
/* Home Page */
#signature {
	float:right;
	margin:0.5em 10%;
}