/* @group Structure */
#background {
	background:url(../images/bg-palm.jpg) top right no-repeat;
	min-height:1000px;
}
#outside {
	width:1211px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
#bg-top {
	width:1211px;
	background:url(../images/bg-top.png) top left no-repeat;
	height:54px;
}
#bg-mid {
	width:1211px;
	background:url(../images/bg-mid.png) repeat;	
}
#bg-btm {
	width:1211px;
	background:url(../images/bg-btm.png) top left no-repeat;
}
#bg-top #contact {
	margin: 0 auto;
	text-align:center;
}
#bg-top #contact a {
	color:#fff;
	border-bottom:1px dotted #FF6;
}
#bg-top #contact a:hover {
	color:#FF9;
	border-bottom:1px dotted #FF9;
	text-decoration:none;
}
#bg-top #contact p {
	margin:0;
	padding:0;
	color:#fff;
	font-size:18px;
}
#left {
	margin-left: 10px;
	width: 200px;
	float:left;
}
#leftpad {
	padding: 0px 0px 10px 5px;
}
#right {
	margin-left: 10px;
	width:200px;		
	float:left;
}
#rightpad {
	padding: 10px 0px 10px 5px;
}
#center {
	width:586px;	
	float:left;
}
#centerwide {
	width:730px;	
	float:left;
}
#centerwidest {
	width:1105px;
	margin-left:60px;
	float:left;
}
#centerpad {
	padding: 0px 10px 10px 10px;
}
#top {
	width: auto;
	height:151px;
}
#topmenu {
	width: 100%;
	background-color:#ddd;
	margin:0;
	padding:0;
}
#search {
	float:right;
	width:250px;
	padding-top:7px;
}
#foot {
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	width: 1015px;
	text-align: center;
}
#ftrmenu {
	width:65%;
	float:left;
	margin:0;
}
#footer-left {
	float:left;
	width:200px;
	margin:38px 0 18px 62px;
}
#footer {
	float:right;
	margin:0;
	width:60%;
	font-size:12px;
	text-align:right;
	padding-right:6px;
	margin:32px;
}
#sitename {
	color:#000;
	font-size:12px;
}
#koatext {
	color:#000;
	font-size: 10px;
}
.koatext {
	font-size: 10px;
}
.koatext a:link, .koatext a:visited {
	font-size: 10px;
	text-decoration: underline;
	color:#000000;
}
.koatext a:hover {
	font-size: 10px;
	text-decoration: none;
	color:#000000;
}
.adminlogintext {
	font-size: 10px;
}
.adminlogintext a:link, .adminlogintext a:visited {
	font-size: 10px;
	text-decoration: underline;
	color:#ddd;
}
.adminlogintext a:hover {
	font-size: 10px;
	text-decoration: none;
	color:#000000;
}