/* CSS Document */

a:link {
	color: #3D4466;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3D4466;
}
a:hover {
	text-decoration: none;
	color: #1a377d;
}
a:active {
	text-decoration: underline;
	color: #1a377d;
}
a.footer_text:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer_text:visited {
	text-decoration: none;
	color: #EEEEEE;
}
a.footer_text:hover {
	text-decoration: underline;
	color: #FEFEFE;
}
a.footer_text:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	background-image:url(http://www.cunninghambmw.com/images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #333333;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #1a377d;
}

#nav {
	margin:0px;
	margin-bottom:0px;
	margin-top:0px;
|


