/* CSS Document */



#frame {
	width: 650px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0%;
	text-align:left;
	background-color: #333333;
	height: 100%;
	margin-bottom: 0px;
}

#header {
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 650px;
	height:152px;
	background-image: url(banner.jpg);
	border-left: solid #666666 10px;
	border-right: solid #666666 10px;
	margin-bottom: 10px;
	background-color: white;
}


#navigation {
	margin: 152px 0px 0px 0px;
	width: 650px;
	height: 25px;
	position: absolute;
	background-color: #333333;
	border-left: solid #666666 10px;
	border-right: solid #666666 10px;
	padding-top: 5px;
	border-bottom: solid #666666 5px;

}

#navcontainer ul {margin: 0; padding: 0; list-style-type: none; text-align: center; }
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
	text-decoration: none;
	padding: 0px 4px 0px 3px;
	color: #CCCCCC;
	background-color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
}
#navcontainer ul li a:hover {
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#content {
	margin: 182px 0px 0px 0px;
	position: absolute;
	width: 450px;
	height: auto;
	background-color: #FEFEFE;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	border-left: solid #666666 10px;
	border-right: solid #666666 10px;
	border-bottom: solid #666666 10px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	text-align:justify;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #990000;
}
