html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	background: #CEF7DA url(../images/menubackground.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#wrap {
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container-content {
	padding-bottom: 20px;
}

#cornerlogo {
	background: url(../images/head2.jpg) no-repeat;
	height: 270px;
	width: 800px;
	left: 0px;
	top: 100px;
}


#mainmenu {
	position: absolute;
	z-index: 10;
	height: 100px;
	width: 620px;
	left: 340px;
	top: 235px;
	visibility: visible;
}



.buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	float: left;
	text-align: center;
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100px;
}

.buttons a {
	text-decoration: none;
	color: #799400;
}
.intex {
	color: #333333;
	padding-right: 20px;
	letter-spacing: 1px;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
#topspace {
	height: 100px;
	width: 100%;
}

#footer {
	position: absolute;
	bottom: 0px !important;
	width: 98%;
	bottom: -1px;
	height: 20px;
	text-align: right;
}
.footertxt {
	font-size: 11px;
	letter-spacing: 1px;
	color: #999999;
}
.intex a {
	text-decoration: none;
	color: #666666;
}


#logoholder {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	z-index: 10;
	filter:alpha(opacity=80);
	opacity: .8;
	-moz-opacity: .8;
}

#logoholder {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; 
  right: 0px; 
  top: 0px;
}
@media screen{
body > div#logoholder {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}}
