/* title - main.css */
/* author - Tracy Riegle */
/* revised - 12/06/2007 */

/* BASIC  elements */
html {
	margin: 0px;
	padding: 0px;
	background-color: #1d4289;
	}

body {
	color: #45668b;
	font-family: Ariel, Helvetica, sans-serif;
	font-style: normal;
	font-size: medium;
	font-weight: bold;
	line-height: 180%;
	background: #1d4289;
	}

img {
	border: 0px;
	}

a {
	text-decoration: none;
	color: #67abff;
	}

li {
   font-weight: normal;
   }
	
	
/* Specific divs */

#container {
	position: relative;
	width: 791px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
	}

#header {
	width: 791px;
	height: 87px;
	background: url(graphics/header_bkg.jpg);
	}

#navigation {
	float: left;
	width: 791px;
	height: 42px;
	background: url(graphics/nav_bkg.jpg);
	padding: 0;
	margin: 0;
	}

#navigation img {
	padding: 0;
	margin: 0;
	}

a.image_welcome {
	display: block;
	float: left;
	width: 139px;
	height: 42px;
	background-image: url(graphics/nav_welcome.jpg);
	background-repeat: no-repeat;
	}

a.image_welcome:hover {
	background-image: url(graphics/nav_welcome_hover.jpg);
	}
	
a.image_about {
	display: block;
	float: left;
	width: 154px;
	height: 42px;
	background-image: url(graphics/nav_about.jpg);
	background-repeat: no-repeat;
	}

a.image_about:hover {
	background-image: url(graphics/nav_about_hover.jpg);
	}
	
a.image_contact {
	display: block;
	float: left;
	width: 181px;
	height: 42px;
	background-image: url(graphics/nav_contact.jpg);
	background-repeat: no-repeat;
	}

a.image_contact:hover {
	background-image: url(graphics/nav_contact_hover.jpg);
	}

a.image_body {
	display: block;
	float: left;
	width: 160px;
	height: 42px;
	background-image: url(graphics/nav_body.jpg);
	background-repeat: no-repeat;
	}

a.image_body:hover {
	background-image: url(graphics/nav_body_hover.jpg);
	}

a.image_mustangs {
	display: block;
	float: left;
	width: 157px;
	height: 42px;
	background-image: url(graphics/nav_mustangs.jpg);
	background-repeat: no-repeat;
	}

a.image_mustangs:hover {
	background-image: url(graphics/nav_mustangs_hover.jpg);
	}

#body {
	float: left;
	width: 565px;
	min-height: 1000px;
	background: url(graphics/body_bkg.gif);
	background-repeat: repeat-y;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	}

#body p {
	padding-left: 15px;
	padding-right: 15px;
	text-indent: 1em;
	}

#aside {
	float: right;
	width: 220px;
	text-align: center;
	min-height: 900px;
	}

#footer {
	clear: left;
	width: 791px;
	height: 32px;
	background: url(graphics/footer_bkg.gif);
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	color: #ffffff;
	}

#testimonial {
   display: block;
   width: 480px;
   padding: 10px;
   margin: 20px;
   margin-left: auto;
   margin-right: auto;
   background: #c8d2e0;
   color: #000000;
	font-weight: normal;
	line-height: 100%;
   }
   
#product {
   display: block;
   padding: 10px;
   margin: 0px;
   margin-left: auto;
   margin-right: auto;
	font-weight: normal;
	line-height: 100%;
   }

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

.centerpic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.centertext {
	text-align: center;
	}

.underlined {
	text-decoration: underline;
	}

.address {
	line-height: 100%;
	text-align: center;
	}

.floatright {
   float: right;
   width: 150px;
   margin: 0 10px 5px 10px;
   padding: 5px;
   background-color: #ffffff;
   text-align: center;
   border: 1px solid #000000;
   }

.floatleft {
   float: left;
   width: 150px;
   margin: 0 10px 0 10px;
   padding: 5px;
   background-color: #ffffff;
   text-align: center;
   border: 1px solid #000000;
   }