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


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	background-color: #000;
}

.oneColFixCtr #container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index1.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
.oneColFixCtr #maintop {
	float: left;
	width: 400px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	margin-top: 10px;
	text-align: left;
	margin-left: 20px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

.oneColFixCtr #mainmenu {
	font-family: Verdana, Geneva, sans-serif;
	width: 450px;
	float: right;
	margin-top: 300px;
	height: 230px;
	margin-bottom: 20px;
}
.oneColFixCtr #maincopyright {
	float: left;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	margin-left: 20px;
	height: 20px;
}

a:link {
	color: #09F;
}
a:visited {
	color: #09F;
}
a:active {
	color: #FF0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
