
body{
	background: url(images/bgd.jpg) repeat-x fixed 0 bottom;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

a{
	outline: none;
}

a img{
	border: 0;
}

#wrapper{
	background-color: white;
	padding: 6px;
	width: 850px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	text-align: left;
}

#wrapper p{
	padding: 5px 18px;
	font-size: 13px;
	color: #4c4c4c;
}

#wrapper strong{
	font-weight: bold;
	color: #333;
}

#wrapper ul{
	padding-left: 55px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

#wrapper ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}

h1{
	color: #f80f0f;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 18px 3px;
}

h2{
	font-size: 19px;
	font-weight: bold;
	color: #191919;
	text-decoration: underline;
	padding: 5px 18px 3px;
}

h3{
	padding-right: 18px;
	padding-left: 18px;
	font-weight: bold;
	color: #5b8fd1;
	font-size: 12px;
}

h4{
	text-align: center;
	color: #c7b59e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.reds{
	color: #f80f0f;
	font-weight: bold;
	font-style: italic;
}

blockquote{
	background-color: #f7f5ea;
	padding: 12px;
	color: #a5987d;
	font-weight: bold;
	border-left: 6px solid #f2eddb;
	border-right: 6px solid #f2eddb;
	font-style: italic;
	font-size: 14px;
}

.form{
	float: right;
	margin: 15px 25px 10px 10px;
	width: 305px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/form_bgd.jpg) repeat-x 0 top;
}

.boxes{
	border: 1px solid #333;
	background-color: white;
	padding: 6px 5px;
	width: 225px;
}

.boxes:hover{
	background-color: #fffaf1;
}

.footer{
	text-align: right;
	font-size: 80%;
	color: #333;
}