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

/* MAIN STYLES */

body {
	background-color:#5d85a1;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
}

#container {
	position:absolute;
	width:800px;
	left:50%;
	top:-25px;
 	margin-left:-400px;
	background-color:#FFFFFF;
	border:2px #e9b43e solid;
}

#header {
	float:left;
	width:800px;
	height:161px;
	background:url(../images/blog_header.jpg) #FFFFFF no-repeat left top;
}

a:link {color:#5d85a1; text-decoration:underline;}
a:visited {color:#5d85a1; text-decoration:underline;}
a:hover {color:#5d85a1; text-decoration:none;}
a:active {color:#5d85a1; text-decoration:underline;}


/* FULL WIDTH PAGE STYLES */

.descBlog {
	font-size:12px;
	line-height:19px;
	width:400px;
	color:#666;
	padding-bottom:30px;
}

#contentFull {
	float:left;
	width:750px;
	margin-left:30px;
	margin-top:8px;
}

#contentFull .title {
	background:#ffffff url(../images/title_back.jpg) bottom left no-repeat;
	width:450px;
	height:25px;
	color:#5d85a1;
	font-weight:bold;
	letter-spacing:.2px;
	font-size:14px;
	margin-bottom:10px;
	padding-top:10px;
}

#footerPad {float:left; width:800px; height:100px;}
#footerPad2 {float:left; width:600px; height:200px;}

#footer {
	float:right;
	padding-top:30px;
	margin-right:15px;
	padding-bottm:25px;
	font-size:10px;
	line-height:14px;
	text-align:right;
}

#footerAlt {
	float:right;
	vertical-align:bottom;
	padding-top:30px;
	margin-right:15px;
	padding-bottm:25px;
	font-size:10px;
	line-height:14px;
	text-align:right;
}

#clear {clear:both;}