body * {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #CCCCCC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
.style1 {
	font-size: 1.5em;
	color: #003366;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}
.style2 {
	font-size: 1.4em;
	color: #CC3300;
	padding-top: 12px;
	padding-bottom: 12px;
}
.style3 {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 10px;
}
.style4 {font-family: Arial, Helvetica, sans-serif}

a:link {
	color: #003466;
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color: #003466;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
}

a:active {
	color: #003466;
	font-weight: bold;
	text-decoration: none;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #B48C95;
	background-color: #FFFFFF;
}
#navbar {
	background-color: #003366;
	height: 25px;
}
#mainContent {
	background-color: #FFFFFF;
	height: auto;

}
#mainContent_bottom {
	clear: both;
	padding-left: 15px;
	padding-bottom: 10px;
}
#mainContent_bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

#fltleft {
	float: left;
	width: 200px;
	margin-top: 15px;
	padding-left: 15px;
}
#fltright {
	float: right;
	width: 750px;
	background-image: url(images/garage_bkgd.jpg);
	height: 320px;
	background-repeat: no-repeat;
	margin-top: 15px;
}

#fltright_inner {
	float: right;
	width: 370px;
	padding-top: 40px;
	padding-right: 25px;
}
#fltright_inner li {
	list-style-position: inside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	list-style-image: url(images/bullet.gif);
	line-height: 1.6em;
	padding-left: 3px;
}




#header {
	background-color: #003366;
	height: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/headerbkgd.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#header h1 {
	font-size: 40px;
	font-style: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#header * {
	margin: 0px;
	padding: 0px;
}

#header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}

#border {
	border: medium solid #FFFFFF;
}

#drawing {
	background-image: url(images/drawing.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-color: #FFFFFF;
	background-position: center;
}

#navbar * {
	margin: 0px;
	padding: 0px;
}


#navbar {
	clear: both;
	background-image: url(images/bluebar_bkgd.jpg);
	background-repeat: repeat-x;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0px;
}
#navbar p {
	float: right;
	padding-top: 2px;
	padding-right: 15px;
	color: #FFFFFF;
}


#navbar li {
	list-style-position: inside;
	list-style-type: none;
	padding-top: 3px;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
#bottom_nav {
	font-size: 0.8em;
	color: #333333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
#bottom_nav .style6 {
	font-size: 0.8em;
}


#navbar li a {
	color: #FFFFFF;
	text-decoration: none;

}
#navbar li a:hover {
	color: #B48C95;
}
#fltleft p .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
