@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	background-color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/pagebg.jpg);
	background-repeat:repeat;
	font-size: 12px;
}
p{
	margin-top: 0px;
}
#header{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	height: 147px;
	background:url(images/dontitle.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#quote{
	height: 50px;
	width: 400px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	position:relative;
	left: 580px;
	top: 30px;
	font-size: 14px;
}
#biolink{
	height: 18px;
	width: 80px;
	position: relative;
	top: 68px;
	left: 200px;
}
#biolink a{
	text-decoration:none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
#biolink a:hover{
	text-decoration:none;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.headerimg{
	margin-left: 8px;
}
.headerblog{
	margin-left: 8px;
	margin-top: 0px;
	width:484px;
	height: 50px;
	background:url(images/blogtitle.jpg);
	background-repeat:no-repeat;
}
.headerblog p{
	margin: 0px;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}
#container{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#maincolumn{
	width: 500px;
	margin-left: 251px;
}
#maincolumn p{
	width: 484px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom: 8px;
}
#newspost p{
	margin-top: 0;
	margin-left 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#newscolumn{
	width: 251px;
	float: left;
}
#newsbody{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}
#newscolumn hr{
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	color: #999999;
	background-color: #999999;
}
.newspost{
	width: 234px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	border-right: solid #999999 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.newspost p{
	margin-bottom: 0px;
	font-size: 10px;
}
.newspost h3{
	margin: 0 0 0 0;
	color: #660000;
	font-size: 12px;
}
.newspost a{
	text-decoration:none;
	color: #660000;
}
.newspost a:hover{
	text-decoration:none;
	color: #CCCCCC;
}
#bluecolumn{
	width:249px;
	float: right;
	background-color:#000066;
	background:url(images/blugbg.jpg);
}
#bluecolumn p{
	color:#FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
}

.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copyright{
	margin-top:5px;
	margin-bottom:15px;
	font-size: 12px;
	color:#ffffff;
	text-align: center;
}
#donateform {
	font-size:10px;
	width:238px;
}
.ratio{
	margin-left: 20px;
	margin-right: 15px;
}