﻿.content {
}
.left {
	width: 355px;
	margin: 10px;
	float: left;
	height: 300px;
}
.right {
	width: 50%;
	margin: 10px;
	float: left;
}
.top {
	padding: 25px;
	font-size: x-large;
	margin-top: 50px;
}
.header {
	width: 750px;
	height: 115px;
}
.clear {
	clear: both;
}
.contentholder {
	font-family: "Courier New", Courier, monospace;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: .50px;
	text-decoration: none;
	color: #000000;
	height: 600px;
}
.pagebg {
	background-image: url('body_bg.jpg');
	background-repeat: repeat-x;
}
