@charset "UTF-8";

body {
	margin: 0px;
	/*margin-left: 35px;*/
	background-color: #FFEDD6;
}
#wrapper {
	background-color: #D2D29F;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 20px;
	height: auto;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #2B0433;
	font-size: 0.8em;
	line-height: 1.4em;
}

#quoteRight {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.85em;
	font-style:italic;
	padding-top: 18px; 
	}
	
a:link {
	color: #A31523;
	text-decoration: none;
}
a:visited {
	color: #A31523;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3C0;
}
a:active {
	text-decoration: none;
	color: #A31523;
}
h3 {
	font-size: 0.95em;
	font-weight: normal;
	text-align: center;
	color: #7E2527;
}
h6 {
	font-size: 0.75em;
	color: #2B0433;
	font-weight: lighter;
	text-align: center;
	padding-top: 30px;
}
.centeredtype {
	text-align: center;
}
.links {text-align: center;
}
h4 {
	text-align: center;
}

.clear {
	clear: both;
	}
