@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}#main_image {
	background-image: url(../images/fusedimage.jpg);
	background-repeat: no-repeat;
	height: 724px;
	width: 968px;
	position: relative;
}

h1 {
	font-family: sarina, serif;
	font-size: 96px;
	margin: 0;
	float: left;
}#header p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
}
#header {
	color: #FFF;
	background-color: #000;
	height: 100px;
	position: relative;
}
#main_text {
	background-color: #FFF;
	background: rgba(255,255,255,0.8);
	width: 300px;
	position: absolute;
	right: 60px;
	bottom: 300px;
	padding: 12px;
	border-radius: 10px;
}
#main_text h3 {
	font-size: 16px;
	margin: 0px;
}
#main_text h2 {
	color: #00ADEF;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main_text p {
	font-size: 14px;
	line-height: 1.2;
	margin: 0px;
}




body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background-color: #FFF;
	margin: 0px;
}
#header a {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
}
#header ul li {
	float: left;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.post_header {
	background-color: #999;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.post_header h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}



#right_column .post_header p {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-left: 0px;
}
#contact_info p {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
