@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-image: url(../images/566215_50969415.jpg);
}

.oneColFixCtr #container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtr #mainbread {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	height: 25px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	vertical-align: middle;
}

.oneColFixCtr #maintop {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	height: 25px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	margin-top: 20px;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.oneColFixCtr #mainhead {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	height: 50px;
	background-repeat: no-repeat;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}




.oneColFixCtr #mainmenu {
	font-family: Verdana, Geneva, sans-serif;
	width: 500px;
	margin-left: 200px;
	margin-right: auto;
	height: 50px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.oneColFixCtr #maincontents {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	width: 550px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.oneColFixCtr #maincopyright {
	float: left;
	width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	margin-left: 20px;
	height: 25px;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}

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

.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;
}

