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

* {
	margin: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#909055;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#container {
	margin: 0 auto;
	width: 800px;
	height: 600px;
}
div { 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
}
#header
{
	height: 112px;
	width: 800px; 
	background-image:url(top_assets/header.jpg);
	float: left;
	position: relative;
}
#header_link  {
	height: 91px;
	width: 400px;
	position:absolute;
	top: 18px;
}
#header_menu {
	position:absolute;
	bottom:0;
	margin-bottom:20px;
	margin-left: 520px;
}
#header h1 {
	text-indent: -9999px;
}
#maincontent {
	background-color: #e6e6cd;
	padding: 0px;
	margin: 0px;
}
#footer {
	font-size: 9px;
	background-color: #ffffff;
	color:#808040;
	padding: 0px;
	margin: 0px;
	clear:both;
}
#footer img {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	vertical-align:top;
}
.spacing {
	height: 15px;
/*	padding-bottom: 15px; */
}
.col1 {
	text-align:left;
	padding-left: 10px;
	float: left;
}
.col2 {
	text-align:center;
}
.col3 {
	text-align:right;
	padding-right: 10px;
}
.clearing {
	clear: both;
}
.blog_contactme {
	width: 780px;
	height: 126px; 
	border-color:#808041;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	margin: 0 auto;
	padding: 0px;
	margin-top: 5px;
}
.blog {
	width: 330px;
	height: 100px;
	border-color:#dadab4;
	border-style:solid;
	border-width:2px;
	margin:10px;
	padding: 0px;
	float: left;
}
.contact {
	width: 360px;
	height: 100px;
	border-color:#dadab4;
	border-style:solid;
	border-width:1px;
	margin:10px;
	padding: 0px;
	float: left;
}
.blog_contact_padding {
	padding-left: 25px;
	padding-top: 20px;
}
.align_right {
	text-align:right;
}
.float_left {
	float: left;
}
#left_side
{
	width: 180px; 
	float: left;
/*	position: relative; */
}
#left_side h3 {
	text-align: right;
	padding-top:25px;
	padding-right:10px;
	letter-spacing:2px;
}
#left_side h4 {
	text-align: right;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#vertical_line {
	height:250px;
	float: left;
	width: 2px;
	margin-right: 10px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(image_2/white_line_divider.gif);
	background-repeat:repeat;
}
#right_side {
	width:590px;
	margin-top: 15px;
	padding:10px;
	float:right;
	border-left:3px #ffffff solid;
/*	position:absolute; */
}
#right_side h4 {
	padding-left: 10px;
	padding-top:25px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
#right_side p {
	padding-left: 10px;
}
a {
	color:#909055;
	text-decoration:none;
}
