body {
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0 auto;
	margin-top: 10px;
	color: #ffffff;
}

a {
	color: #ffffff;
}

.maintable {
	width: 800px;
}

.menu {
	width: 200px;
}

.menu p a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.content {
	padding: 30px;
}

.top-back {
	margin:0; padding:0;
	height:25px;width:800px;
 background-image:URL(../images/top.gif); 
}

.left-back {
	 background-image: URL(../images/left.gif); 
	height:550px; 
	width:10px; 
	background-position: top; background-repeat:repeat-y; 
	margin:0; padding:0;
}

.right-back {
 background-image: URL(../images/right.gif); 
	height:550px;  
	width:10px; 
	background-position: top; background-repeat:repeat-y; 
	margin:0; padding:0;
}

.bottom-back {
	margin:0; padding:0;
	height:27px;width:800px;
 	background-image:URL(../images/bottom.gif); 
}

