body {
	margin: 0;
	padding: 0;
	background: #28313A url(images/main_bg.jpg);
	font-size: 13px;
	font-family: Arial,"Lucida Sans", Verdana, Helvetica, Lucida, sans-serif;
	color: #4D4D4D;
}

h1 {
	font-size: 17px;
	font-weight: strong;
	color: #000000;
}

h2 {
	font-size: 23px;
}

p, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #1B75A9;
}

a:hover, a:active {
	text-decoration: none;
	color: #1B75A9;
}

a:visited {
	color: #1B75A9;
}

/* TEXT CLASSES */

.tiny_text {
	font-size: 11px;
}

.red_text {
	color: red;
}

/* Form */

#lead_form {
	width: 320px;
	min-height: 300px;
	margin: 10px auto;
	padding: 10px;
	border: 3px dashed red;
	background: ivory;
}

#contact_form {
	padding: 10px;
	background: ivory;
	min-height: 500px;
}


#wrapper {
	margin: 0;
	padding: 0;
}

/* Header */

#top_band {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background: #ffffff url(images/header_bg.gif);
}

#logos {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
	margin: 0 auto;
	height: 30px;
}

#agent_info {
	padding: 10px;
	float: right;
	font-size: 18px;
	color: #28313A;
}

/* Menu */

#menu {
	text-align: center;
	width: 100%;
	height: 30px;
	background-image: url(images/menu_bg.gif);
	color: #FFFFFF;
}

#menu a {
	line-height: 30px;
	padding: 50px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: ivory;
}

#menu a:hover { 
	color: #EAE8E8;
}


/** LOGO */

#logo {
	height: 180px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 880px;
	min-height: 500px;
	margin: 0 auto;
	background: #FFFFFF url(images/content_bg.gif) no-repeat;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

/* Content */

#content {
	padding: 10px;
	float: left;
	width: 425px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 425px;
	margin: 0;
	padding: 0;
	border-left: 1px dotted #DAEBF5;
}

#promos {
	width: 360px;
	border:1px solid #48496E;
	margin: auto; 
	padding:50px 10px; 
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	color: navy;
	background-image:url(images/promo_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#quote {
	margin:10px 10px; 
	padding:10px; 
	text-align:left; 
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 880px;
	margin: 0 auto;
	text-align: center;
	background: #000000;
	color: #ffffff;
}
#footer a {
	color: #999999;
	text-decoration: none;
)