@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: 333;
}
.container {
	margin: 0px auto;
	width: 770px;
}
#header {
	color: #FFFFFF;
	background: url(images/header_bg.jpg) repeat-x;
	padding: 15px 0px;
	float: left;
	width: 100%;
}
#header ul {
	padding: 2px;
	float: left;
	list-style-type: none;
}
#header li {
	display: inline;
	margin-right: .25em;
	padding-bottom: .5em;
	color: #FFFFFF;
}
#header a {
	font-size: 70%;
	color: 333;
	text-decoration: none;
	background: fff;
	padding: 2px 15px;
	border: 1px solid b5b5b5;
}
#header a:focus, #header a:hover {
	color: #B52620;
}

#masthead {
	background: #F2F2F2 url(images/masthead_bg.jpg) repeat-x;
	margin: 0px;
	clear: both;
}
#masthead p span {
	position: absolute;
	top: -10000px;
}
#content-wrapper {
	float: left;
	width: 770px;
	border: 1px solid #33FFCC;
	background: b8e3f1;
	margin-bottom: 60px;
	height: 2000px;
}

#secondary-content {
	float: left;
	width: 250px;
	margin-top: 34px;
}
#main-content {
	float: left;
	width: 500px;
	border: 1px solid b5b5b5;
	margin-bottom: 60px;
	padding-bottom: 20px;
	margin-left: 10px;
}
#main-content h1 {
	font-size: 120%;
	font-variant: small-caps;
	color: 00b1e0;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 25px;
}
#footer {
	color: #FFFFFF;
	padding: 20px 0px;
	clear: both;
	background: #AB2189;
	font-size: small;
	font-weight: bold;
}
#footer-wrapper {
	background: ab2189 url(images/footer_bg.jpg) repeat-y;
	float: left;
	width: 770px;
	border: 1px solid b5b5b5;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.column {
	float: left;
	width: 256px;
}
.column p {
	font-size: 85%;
	line-height: normal;
	padding: 10px;
	color: #00FFFF;
	text-align: center;
}
.leftimg {
	float: left;
	margin-left: 8px;
}
.rightimage {
	float: left;
	margin-left: 25%;
}
