/* CSS Document */

body {margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 12px;}

a:link {font-weight: bold; text-decoration: none; color: #333;}
a:visited {font-weight: bold; color: #333; text-decoration: none;}
a:hover {font-weight: bold; color: #990000; text-decoration: underline; }

#container {width: 750px; margin: 0; padding: 0;}

#heading {
	background-color: #e5e5e5;
	height: 70px;
	text-align: right;
	font-size: 11px;
	border-top: 5px solid #990000;
	padding: 10px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/ampauto_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
} 

		
#minimenu {height: 15px; background-color:#333; text-align: right; font-size: 11px; padding: 7px 10px 5px 10px; color: #e5e5e5;}
#minimenu a:link {font-weight: bold; text-decoration: none; color: white;}
#minimenu a:visited {font-weight: bold; color: white; text-decoration: none; background-color: #666;}
#minimenu a:hover {font-weight: bold; color: #990000; text-decoration: none; }

.car {margin: 0px; padding: 0px; display: block; }

table {margin: 0; padding: 0; border-top:5px solid #990000;}
#leftcontent {width:30%; padding: 15px; margin: 0;	background-color: #e5e5e5;}

#menu {margin: 10px 0 0 0; padding: 0; list-style: none; line-height: 1.2; font-weight: bold;}
#menu a, #menu a:visited {color: #333; text-decoration: none; font-size: 11px; }
#menu a:hover {color: #9F3E2D; text-decoration: underline;}
#submenu {margin-left: 8px; padding-left: 8px; list-style: none;}

#rightcontent {background-color: white; padding: 15px 25px 15px 25px; margin: 0;}
#rightcontent p {line-height: 1.3em; margin-top: 5px;}
#rightcontent ul {margin-top: 0px;}
#rightcontent ul li {lineheight: 1.3em;}


h1 {font-size: 20px; font-weight: normal; margin-top: 10px; color: #990000;}
h3 {font-size: 14px; font-weight: bold; margin-top: 6px; margin-bottom: 2px; color: #990000;}
h4 {font-size: 12px; font-weight: bold; font-style: italic; margin-top: 0px; margin-bottom: 0px; color: #990000;}

#closing {height: 14px; background-color:#333; font-size: 10px; padding: 5px 10px 5px 10px; color: white; border-top: 5px solid #990000;font-weight: bold;}
#closing a:link {font-weight: bold; text-decoration: none; color: white; font-size: 10px; }
#closing a:visited {font-weight: bold; color: #e5e5e5; text-decoration: none; font-size: 10px; }
#closing a:hover {font-weight: bold; color: #990000; text-decoration: none; font-size: 10px;  }

.leftimage {margin-right: 45px;}
