body {
	font-family: Arial, Helvetica, sans-serif;
}
body a {
	text-decoration: none;
	color: #0066FF;
}
body a:hover {
	text-decoration: none;
	background-color: #FFFFCC;
}

.top {
	background-image: url(images/brdr/t.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottom {
	background-image: url(images/brdr/b.jpg);
	background-repeat: repeat-x;
}
.left {
	background-image: url(images/brdr/l.jpg);
	background-repeat: repeat-y;
}
.right {
	background-image: url(images/brdr/r.jpg);
	background-repeat: repeat-y;
}

#container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content{
	width: 900px;
	float:left;
	background-color: #FFFFFF;
	text-align: center;
	border: 5px solid #006600;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	margin: 10px;*/
	padding: 10px;
}

#leftcol{
	width: 275px;
	float:left;
}
#rightcol{
	width: 275px;
	float:right;
}
ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.blobs li{
	background:#DCFFDE;
	width:100%;
	list-style-image:none;	
	border: 2px solid #006600;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:5px;
}
#pagetitle{
	height:50px;
	min-width:65px;
	background:#DCFFDE;
	border: 2px solid #006600;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:4px;
	padding-top:10px;
	text-align:center;
	margin-top: auto;
	margin-bottom: auto;
	float:right;
}
.topimg{
	height: 65px;
	float:left;
}
#page_content{
	clear:both;
	margin-top:15px;
	padding-top:30px;
	text-align:left;
}