* {
	margin: 0px;
	padding: 0px;	
}
.centered {
	left-margin: auto;
	right-margin: auto;
	text-align: center;
}
#body {
	font-family:arial,sans-serif;
}
#main {
	width: 800px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -400px;
}
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-image: url('background_main.jpg');
	background-repeat: repeat-y;
}
#header {
	clear:both;
	width: 100%;
	height: 268px;
	background-color: #99CCCC;
}
#headerpic {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 468px;
	height: 206px;
	border: 1px solid black;
}
#headerlinkbar{
	position: absolute;
	left: 20px;
	top: 233px;
}
#headerad {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 268px;
	height: 206px;
	background-color: #CCCCCC;
	border: 1px solid black;
	text-align: center;
}
#sidebar {
	position: absolute;
	left: 550px;
	top: 268px;
	width: 249px;
	border-left: solid 1px black;
	border-bottom: solid 1px #99CCCC;
}
#searchbox {
	margin-left: 20px;
	border: solid 1px black;
	width: 208px;
	height: 115px;
	background-color: #CCCCCC;
}
.sidebar_item {
	margin-top: 25px;
	margin-left: 20px;
}
#sidebarspacer {
	height: 50px;
}
#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 510px;
	padding: 20px;
	border-top: 1px solid black;
	min-height:1200px;
	_height:1200px;
	height: auto;
}
#sidebar a {
	color:#333366;
	text-decoration:none;
}
#sidebar p {
	color:#333366;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content p {
	margin-bottom: 7px;
}
#content a {
	color:#333366;
}
#content input, textarea {
	border:solid;
	border-color:black;
	border-width:1px;
	padding:2px;
}
#banner {
	border:solid;
	border-color:black;
	border-width:2px;
}
#comment {
	padding:12px;
	border:solid;
	border-width:1px;
	border-color:gray;
	background:#FFFFCC;
	width:468px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#squareadcode1 {
	float:left;
	clear:right;
}
#squareadcode2 {
	margin:2px 20px 0px 0px;
}
