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

body,td,th {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #D6D6D6;
	background-color: #000000;
	height: 100%;
	margin: 20px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.wrap {
	width: 700px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h3 {
	color:#FFFFFF;
}

/* Home Page */
.header {
	background-color: #000000;
	background-image: url(media/buttons.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 50px;
	width: 700px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.home_main {
	background-color: #000000;
	height: 191px;
	width: 443px;
	float:left;
}

.home_side {
	background-color: #333333;
	height: 520px;
	width: 257px;
	float: right;	
}

.home_text {
	background-color: #FFFFFF;
	height: 329px;
	width: 443px;
	float:left;
}

/* All Pages */
.footer {
	height: 30px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

.main_header {
	height: 197px;
	width: 700px;
}

.main {
	width: 700px;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
}

.text {
	width: 475px;
	background-position: center center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear:left;
}

.side {
	width: 185px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;

}
