﻿body {background-color: #dddddd;}


#center {
	position: relative;
	width: 800px;
	height: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
}
#title {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #008080;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #008080;
	padding-left:10px;
	padding-top:6px;
	width: 790px;
	margin-right:0px;
	height:40px;
	overflow:hidden;

}




#rightbar {
	padding: 2px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #00FF00;
	left: 634px;
	top: 54px;
	width: 160px;
	height:600px;
	right:0px;
	
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 620px;
	height:500px;
	float: left;
	top: 54px;
	left:0px;
	padding-right:10px;
	border-color:black;
	bottom: 133px;
}
#footer {
	border-style: 10;
	border-color: #FF00FF;
	width: 100%;
	height:60px;
	top: 1200px;
	position: absolute;
	background-color: #6699FF;
	
}

#borderboxtop1 {
	
}

