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

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #370C01;
	}
	
/*  div styles  */
#navbar {
	margin: auto;
	width: 1000px;
	height: 58px;
	}
#main {
	margin: auto;
	width: 1000px;
	height: 511px;
	}
#icon {
	float: left;
	width: 410px;
	height: 511px;
	}
#content_home {
	float: left;
	width: 590px;
	height: 511px;
	}
#content_hold {
	float: left;
	background-image: url('graphics/contentback.jpg');
	width: 590px;
	height: 511px;
	}
#content_affiliated {
	float: left;
	width: 590px;
	height: 511px;
	}
#title {
	width: 400px;
	height: 30px;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
#content {
	width: 500px;
	height: 390px;
	overflow: auto;
	margin: auto 53px auto auto;
	}
#footer {
	clear: left;
	margin: auto;
	width: 1000px;
	height: 50px;
	text-align: center;
	}
	
/* text styles */
.title {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #330000;
	}
.maintext {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #330000;
	line-height: 18px;
	}
.maintext a {
	text-decoration: underline;
	color: #370C01;
	}
.footer_text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	}
	
	
