@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	background-color: #cac8e2;
	color: #6B6B6B;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #6660A6;
	outline:0 none;
}
a:hover {
	color: #7653BD;
}

#overlay{
	position:absolute;
	margin:0 auto;
	text-align:center;
	left:50%;
	margin-left:-388px;
	z-index:1000;
	outline:none;
}

#container {
	background-color: #FFFFFF;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#masthead {
	display: block;
	height: 118px;
	width: 1100px;
}
#masthead #logo {
	float: left;
}
#search {
	text-align: right;
	display: block;
	float: left;
	height: 45px;
	width: 664px;
	padding-top: 30px;
}
#search_form .s {
	font-size: 14px;
	color: #8f9ccd;
	border: 1px solid #8f9ccd;
	padding: 3px;
	width: 182px;
}

#flash_area {
	display: block;
	height: 712px;
	width: 1100px;
	float: left;
	position: absolute;
	z-index: 2;
	top: 118px;
	clear: both;
}
#footer {
	font-size: 12px;
	color: #666666;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: block;
	clear: both;
	width: 1100px;
	padding-top: 95px;
	background-color: #CAC8E2;
	margin-top: 446px;
}

#content {
	display: block;
	width: 500px;
	position: relative;
	z-index: 13;
	top: 446px;
	font-size: 13px;
	line-height: 22px;
	margin-left: 560px;
}
#content h1 {
	font-size: 24px;
	color: #7686C2;
	margin-bottom: 6px;
	font-weight: normal;
}

