/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

html {	
	margin: 0; 
	padding: 0;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#000;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

 #fixedcontent {
 	padding-top:153px;
 	margin-left:auto;
 	margin-right:auto;
 	width:749px;
 }
 
 #fixedheader {
  position:fixed;
  _position:absolute;
  top:0;
  _top:expression(eval(document.body.fixedheader.scrollTop));
  left:0;
  margin:0;
  padding:0;
  background-color:#000;
  width:100%;
}
 
.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

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

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

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

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

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

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

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

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

#copyfooter a:link {
	color: #D7B469;
	text-decoration:underline;
}

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

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

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

#contentarea {
	float:left;
	width:749px;
}

#content {
	width:749px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-left:auto;
    margin-right:auto;
    width:749px;
    padding-top:10px;
}

#header a {
	padding:0;
	margin: 0;
}

#mainbody {
	float:left; 
	width:733px; 
	padding-bottom:15px;
	padding-left:16px;
	background-image:url('images/mainbody_background.jpg');
	background-repeat:repeat-y;
}

#container {
	background-image:url('images/container_background.jpg');
	background-repeat:no-repeat;
	float:left;
	width:720px;
	height:298px;
	display:block;
	height:auto !important;
	min-height:300px;
	height:300px;
}

#footer {
	float:left;
	text-align:center;
	width:749px;
	padding-top:5px;
	color:#FFF;
	font-family:Times;
	margin-bottom:10px;
	
}

#footer2 {
	float:left;
	text-align:center;
	width:749px;
	padding-top:5px;
	color:#FFF;
	font-family:Times;
	margin-bottom:10px;
}

#footer2 a {
	text-decoration: none;
	color:#FFF;
	padding-left:45px;
	float:left;
}


#copyfooter {
	float:left;
	text-align:center;
	width:749px;
	color:#D7B469;
	font-size:12px;
}

#homelist {
	float:left; 
	width:180px; 
	padding-left:10px; 
	text-align:left; 
	font-size:14px;
	padding-top:10px;
}

#homelist ul {
	float:left;
}

#homelist li {
	padding-bottom:8px;
	list-style-type:none;
}


#container label {
	font-style:italic;
	font-weight:bold;
}

#formcontainer {
	margin-top:45px;
	width:500px;
	margin-left:35px;
	float:left;
}

div#formcontainer input text {
	width:200px;
	float:left;
}

div#formcontainer label {
	width:200px;
	float:left;
	font-size:12px;
	margin:0 10px;
	text-align:right;
}

.arealinks {
	float:left;
	padding-bottom:5px;
	width:680px;
}

.arealinks label {
	float:left;
	font-weight:bold;
	padding-right:5px;
}

.arealinks ul {
	float:left;
	width:600px;
	list-style: none;
}

.arealinks ul li {
	float:left;
	padding-bottom:3px;
	padding-right:10px;
}

.arealinks a {
	color:blue;
}

	
