body {
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 0;
	text-align: center;
	background: #727267 url(img/bg_body.jpg) no-repeat top;
}

#container {
	width: 778px;
	margin: 10px auto;
	padding: 0;
	background: #C5CABE;
	text-align: center;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

#header {
	width: 780px;
	height: 112px;
	background: #C8CCC1 url(img/header.jpg);
}

#topmenu {
	width: 780px;
	height: 23px;
	text-align: right;
	font: bold 12px Verdana, Georgia, Arial, Helvetica, sans-serif;
	background: #D0D7CE;
	margin: 0;
	border-bottom: solid 1px #717171;
	border-top: solid 1px #717171;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu ul li {
	/*background: url(img/link.jpg) no-repeat;*/
	background: #CBCBB3 url(img/bg_topmenu.jpg) repeat-x;
	position: relative;
	list-style: none;
	margin: 2px 1px 0 1px;
	text-align: center;
	float: right;
	width: 100px;
	padding: 0;
	border: solid 1px #878769;
	height: 18px;
}
#topmenu ul li:hover {
	background: #87AD7C url(img/bg_topmenu1.jpg) repeat-x;
	margin: 2px 1px 0 1px;
	padding: 0;
	float: right;
	width: 100px;
	height: 18px;
	color: yellow;
}
#topmenu h2 {
	margin: 0;
	padding: 0;
	font: bold 12px arial, helvetica, sans-serif;

}
#topmenu h2 a {text-decoration: none; color: #507043;}
#topmenu h2 a:hover { color: yellow; }

/*---eof topmenu---*/

#imagerow {
	width: 760px;
	margin: 3px auto;
	padding: 0;
	background: #DADAD5;
	border: solid 1px gray;
}

#textrow {
	width: 760px;
	margin: 3px auto;
	padding: 0;
	background: #C5CABE url(img/bg_textrow.jpg) no-repeat;
}

#imagerow .left, #textrow .left {
	width: 485px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	background: transparent;
}

#imagerow .right, #textrow .right {
	width: 275px;
	float: right;
	text-align: right;
	margin: 0;
}
h6 {
	font: bold 12px arial, helvetica, sans-serif;
	color: red;
	text-align: center;
}

#imagerow .right { margin-top: 5px; }

#imagerow .right .row {
	width: 256px;
	padding: 0;
	background: #DADAD5;
	float: right;
	margin: 0 5px 0 0;
}
.imgborder {
	border: solid 1px white;
	padding: 3px;
}

#rotator {
	border: 1px solid #000;
	overflow: hidden;
	margin: 5px auto;
	position: relative;
	width: 477px;
	height: 240px;
}

#rotator img {
	width: 477px;
	height: 240px;
}
#textrow .textbox {
	width: 469px;
	margin-bottom: 10px;
	border: solid 1px gray;
	padding: 5px;
	background:white;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#textrow .textbox p {
	text-align: justify;
	font: normal 12px/16px arial, helvetica, sans-serif;
	color: black;
	filter:alpha(opacity=10);
	-moz-opacity:.90;
	opacity: .90;
}

h1 {
	font: bold 12px arial, helvetica, sans-serif;
	letter-spacing: 4px;
	background: #033F8B;
	height: 17px;
	padding: 3px;
	margin: 5px;
	color: #E0EDEC;
	text-align: center;
}

.box {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	background: url(img/box.jpg) no-repeat;
	border: solid 1px #858585;
	text-align: center;
	font: bold 11px/18px Verdana, arial, helvetica, sans-serif;
	color: #9A4100;
}

.box a {
	font-weight: bold;
	background: #EA8D51;
	border: solid 1px black;
	color: white;
	padding: 1px;
	text-decoration: none;

}
.box img {
	margin: 0;
	padding: 0;
}

h3{
	color: white;
	font: bold 11px Verdana, arial, helvetica, sans-serif;
	text-align: center;
	background: #EA8D51;
	width: 100%;
	height: 26px;
	margin: 0;
	padding-top: 5px;
}
.border2 {
	border: solid 1px white;
	padding: 3px 0 3px 0;
	margin: 2px auto;
	width: 96%;
}

#footer {
	width: 778px;
	background: #5E5E54;
	height: 65px;
	clear: both;
	text-align: left;
	margin-top: 10px;
	padding: 0;
	font: normal 10px arial, helvetica, sans-serif;
	color: white;
}

.footertextleft, .footertextleft a {
	float: left;
	text-align: left;
	margin: 0;
	padding: 3px 3px 3px 8px;
	text-decoration: none;
}

.footertextright  {
	float: right;
	text-align: left;
	margin: 0;
	padding: 3px 6px 3px 3px;
	text-decoration: none;
}
.footertextright a { color: white; }

.spacer {
	clear: both;
	height: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \
* html .clearfix {height: 1%;}
/* End hide from IE-mac */