@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-color: #1f2546;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	height: 100%;
	width: 780px;
	background-image: url(../images/bg_blog.gif);
	background-repeat: repeat-y;
}
#masthead {
	width: 780px;
}
#content {
	width: 452px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	float: left;
	margin-right: 12px;
	font-size: 12px;
	color: #5f6145;
}
#content h1 {
	color: #005d7c;
	font-size: 14px;
	margin-bottom: 14px;
}
.intro {
	color: #005d7c;
}
.postdate {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bec82a;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	color: #bec82a;
	text-align: right;
	margin-bottom: 12px;
	padding-bottom: 6px;
}
.postee {
	font-size: 11px;
	font-weight: bold;
}

#content h2 {
	font-size: 14px;
	margin-bottom: 12px;
}
#content a {
	color: #2b3fae;
}
#content a:hover {
	color: #007833;
}

#rightcol {
	float: left;
	width: 258px;
	padding-bottom: 45px;
}
#rightcol h2 {
	font-size: 17px;
	font-weight: normal;
	color: #ffb004;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ffb004;
	padding-top: 12px;
	margin-top: 16px;
	padding-bottom: 8px;
	margin-right: 10px;
	margin-left: 10px;
}
#rightcol ul {
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #81205c;
	font-size: 13px;
	line-height: 18px;
	color: #fff6ae;
	list-style-type: none;
}
#rightcol li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81205C;
}
#rightcol li a {
	color: #fff6ae;
	text-decoration: none;
}
#rightcol li a:hover {
	color: #FCB201;
	text-decoration: none;
}
p {
	margin-bottom: 12px;
}




.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;
}
