@charset "UTF-8";

body {
	font: 10pt Arial, Helvetica, Sans-Serif;
	background-image: url(images/stripe_bg.png);
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.55;
	letter-spacing: 0.1em;
}

h1, h2, h3, h4 {
	font-family: Century, Serif;
	font-weight: bold;
	color: #666;
	margin-top: 5px;
}

h1 {
	font-size: 19pt;
}

h2 {
	font-size: 16pt;
	margin-bottom: -5px;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 10pt;
}

.chrome {
	color: #00719E;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	width: 65%;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	padding-top: 10px;
	border-bottom: 3px #000 solid;
	margin-bottom: 10px;
	background-color: #FFF;
}

#header h1 {
	color: #000;
}

#menu {
	font: 14pt Century, Serif;
	color: #666;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px #000 solid;
	padding-bottom: 10px;
	background-color: #FFF;
}

#recent {
	float: left;
	width: 180px;
	padding-right: 0;
}

#recent p {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

#content {
	background: url(images/quoter.png) no-repeat bottom right;
	margin-left: 200px;
}

#quotel {
	float: left;
	padding-right: 10px;
}

#footer {
	width: 58%;
	min-width: 600px;
	min-height: 327px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-left: 103px;
	padding-top: 15px;
	background:  url(images/bracel.png) no-repeat top left;
	clear: both;
}

#footercard {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

#footertext {
	margin-left: 390px;
}













