body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	height:100%;
	width:100%;
	font-size: 11px;
	background:#eee url(../img/backgrounds/bg_main.jpg) 0px 144px repeat-x;
	text-align: center;
	min-width:760px;
	color:#333;
	}

* {
		margin: 0px;
		padding: 0px;
		}
		
	h1, h2, h3, h4, h5, h6, p, blockquote, hr,
 	label, ol, dl, table, fieldset, address {
    	margin-bottom: 1em;
		}

table {
font-size: 11px;
}

.pic {padding:4px; border:1px solid #aaa;}

table.center {margin-left:auto; margin-right:auto;}

h1 {font-size:14px;}

h2 {
font-size: 20px;
color: #006699;
font-weight:normal;
}

a:link {
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	}

a:visited {
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	}
	
a:hover {

	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	}


	#navigation a:link {
		font-size: 12px;
		color:#fff;
		font-weight:bold;
		}
	
	#navigation a:visited {
		font-size: 12px;
		color:#fff;
		font-weight:bold;
		}
		
	#navigation a:hover {
		font-size: 12px;
		color:#cc0000;
		}

	#navigation ul {
		padding-left:5px;
		}

	#navigation li {
		list-style: none; 
		padding-left:15px;
		margin: 0px;
		padding-right:15px;
		padding-bottom: 0px;
		padding-top: 0px;
		border-right: 1px solid white;
		display: inline;
		}
	
	#navigation li.last {
		display: inline;
		list-style: none; 
		padding-left: 15px;
		border-right: 0px 
		}
		
	#navigation li.email {
		display: inline;
		list-style: none; 
		padding-left:50px;
		border-right: 0px ;
		} 
	

#top-page {
	height:110px;
	text-align:center;
	background:#999 url(../img/car-cut.jpg) no-repeat top right;
	}
	
	#top-page-container {
		width:780px;
		margin: 0 auto; 
		text-align:left;
		}
		
	#banner-image {
		background:#fff url(../img/road.jpg) no-repeat top left;
		width:780px;
		height:100px;
		text-align:left;
		}

#navigation {
	height:31px;
	margin: 0 auto; 
	text-align:center;
	background:#333 url(../img/backgrounds/nav.jpg) repeat-x top left;
	padding-top:3px;
	}
	
	#navigation-container
		{
		width:790px;
		margin: 0 auto; 
		text-align:left;
		padding-top:7px;
		}

#full-page {
		text-align: justify;
		margin: 0 auto; 
		width:780px;
		background:#fff url(../img/backgrounds/main-page.gif) repeat-y top left;
		border-left:1px solid #999;
		border-right:1px solid #999;
		}

	#main-left {	
	width:475px;
	margin-left:32px;
	}
	
	
#right-content {
	float:right;
	padding-bottom:1.5em;
	margin-right:32px;
	width:175px;
	}

#services {
	width:175px;
	border:1px solid #006699;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	width: 780px;
	text-align: center;
	color: #808080;
	background-color:#FFFFFF;
	font-size: 10px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	}

#footer a{
	font-size: 10px;
	}
	
