body {
	background:#CCD6F4;
}

A:link,A:visited,A:active {
	text-decoration: none;
	color:#808080;
}
A:hover {
	text-decoration: none;
	color: red;
}

#pagecontainer {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid black;
	background:white;
	position:relative;
	height:auto;
	background-image:url('../images/sideback.jpg');
	background-position:0px 111px;
    background-repeat: repeat-y;
}

#topbox {
	height:111px;
	background:white;
}

#sidebar {
	background:black;
	width:150px;
	height:280px;
	float:left;
}


#topbartitle {
	width:218px;
	height:19px;
	position:absolute;
	top:111px;
	left:150px;
	font-family:Tahoma;
	font-size:12px;
	line-height:19px;
	padding-left:10px;
	font-weight:bold;
	background:white;

}

#topbarmenu {
	width:350px;
	height:18px;
	position:absolute;
	top:111px;
	right:0px;
	font-family:Tahoma;
	font-size:11px;
	background:#FFC800;
	border-bottom:1px solid black;
}

.topbarmenu {
	width:70px;
	height:18px;
	text-align:center;
	line-height: 17px;
	float:left;
	font-weight:bold;
	background:#FFC800;
}

.topbarmenuhover {
	width:70px;
	height:18px;
	text-align:center;
	line-height: 17px;
	float:left;
	font-weight:bold;
	background:#FFE595;
	cursor:pointer;
}

#mainpage {

	font-family:Tahoma;
	font-size:12px;
	padding:10px;
	margin-left:150px;
	padding-top:25px;
	min-height:250px;
}

#copywrite {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
}

input {
	font-family:Tahoma;
	font-size:11px;
	border: 1px solid black;
	background:white;
}

select {
	font-family:Tahoma;
	font-size:11px;
	border: 1px solid black;
	background:white;
}