@charset "utf-8";
/* CSS Document */

#site-wrapper {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.panel {
	float: left;
}
#site-wrapper #content {
	margin-top: 30px;
	background-color: #000000;
	width: 615px;
	overflow-y: auto;
	height: 525px;
	color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
body {
	background-color: #000000;
}
