body {
	margin: 10;
	padding: 0;
	background: #FFF8F0 url(images/Page-BgGradient.jpg) top center repeat-x;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}
body.contentpane {
	background: #FFF8F0;
}

a {
	color: #0000FF;
	border-bottom-style: none;
}

a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF0000;
}

/* Posts */

.post {
	margin-bottom: 0px;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #1F1F1F;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFCC;
}

/* Header */

#header {
	width: 920px;
	height: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}
.searchbox {
	height: 20px;
	width: 920px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


/* Content */

#content {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1520px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFCC;
	/*background-image: url(images/homebgwhitepatten.gif);*/

}

#colOne {
	float: left;
	width: 160px;
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	list-style-type: circle;
	text-transform: none;
	/*background-image: url(images/homebgwhitepatten.gif);*/

}

#colTwo {
	float: right;
	width: 740px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Footer */

#footer {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 120px;
	padding: 0px;
}
