/*African-American Automobile New Car Dealers - A History stylesheet*/
body	{
	margin:		0;
	padding:	0;
	font: medium/1.2em verdana, lucida, arial, helvetica, sans-serif;
	color:	#000;
	background: #000;
	}

li {
	margin-bottom: .6em;
	}
  
a {
	color: #4604ed;
	text-decoration: none;	
	font-weight: bold;
	}

a:visited {
	color: #069;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}

	
#main {
	color: black;
	position: relative;
	width: 850px;
	background: #fff;
	border: 2px solid #069;
	margin: 0 auto 20px auto;
	padding: 0;
	}

.content {
	position: relative;
	width: 400px;
	margin: 15px  0 0 170px;
	background: url(images/bordernav.gif) top left repeat-y;	
	padding: 0 30px;
	text-align: justify;
	/*border: 1px solid red;*/
	}


	
#content {
	position: relative;
	width: 360px;
	margin: 15px  0 0 178px;
	background: url(images/bordernav.gif) top left repeat-y;	
	padding: 0 20px;
	text-align: justify;
	/*border: 1px solid red;*/
	}


#contentwide {
	position: relative;
	width: 560px;
	margin: 15px  0 0 170px;
	background: url(images/bordernav.gif) top left repeat-y;	
	padding: 0 30px;
	text-align: justify;
/*	border: 1px solid red;*/
	}
	
#content p, #contentwide p {
	margin: 0 0 15px 0;
	}
	
#contentwide p {
	width: 500px
	}

#rightside {
	position: relative;
	float: right;
	width: 200px;
	padding: 0 10px 0 0;
	margin: 15px 2px 0 2px;
/*	border: 1px solid green;*/
	}

/*Left Navigation -----------*/
#nav {
	width: 153px;
	position: relative;
	float: left;
	margin: 15px 0 0 15px;
	padding-top: 25px;
	text-align: left;
	/*border: 1px solid black;*/
	background: #fff url(images/navtop.gif) top no-repeat;
	}
	
#nav ul {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
	}	

#nav ul li {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	padding:  8px 0 8px 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}	

.head {
	background: #ccc;
	color: #630;
	text-align: left;
	}
	
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #0050a2;
	padding: 12px 0 0 0;
	}	

#nav ul li a:visited {
	text-decoration: none;
	color: #000;
	background: transparent;
	}
	
#nav ul li a:hover {
	text-decoration: underline;
	color: #000;
	background: transparent;
	}


#subhead {
	clear: both;
	position: relative;
	padding: 15px 0 0 0;
	font-size: 1.5em;
	}


h1, h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
	}
	
h1	{
	font-size:	175%;
	line-height: 120%;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}


cite {
	display: block;
	margin: 0 0 20px 20px;
	}

strong {
	font-weight: bold;
	font-size: 1.1em;
	color: #630;
	}


#footer {
	/*border: 1px solid black;*/
	clear: both;
	position: relative;
	height: 70px;
	width: 850px;
	position: relative;
	text-align: left;
	padding: 0;	
	margin: 0;
	}


.breadcrumbs {
	font-size: .9em;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 0;
	/*border: 1px solid white;*/
	}
	
#breadcrumbs {
	font-size: .9em;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 0;
	/*border: 1px solid white;*/
	}

table td {
	padding: 3px;
	}