@charset "utf-8";
body {
	background:#003300 url(../images/common/main-bg.jpg) no-repeat center top;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}
#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	display:block;
	height:70px;
}
a img {
	border:0px none;
}
p {
	margin:0px;
	padding:0px;
}
#content {}

#content #left_col {
	float:left;
	display:block;
	width:240px;
	background:url(../images/common/content-bg.png) repeat;
	font-family:"Century Gothic";
	font-size:14px;
	color:#AEC162;
}
#content #left_col #header {
	display:block;
	background:url(../images/common/title-bg.gif) repeat;
	height:35px;
	border-bottom:5px solid #000;
	font-weight:700;
	font-style:italic;
	line-height:33px;
	text-align:center;
}
#content #left_col #wording {
	padding:20px 5px 5px 5px;
	line-height:125%;
}
#content #right_col {
	float:right;
	display:block;
	width:550px;
	background:url(../images/common/content-bg.png) repeat;
	font-family:"Century Gothic";
	font-size:14px;
	color:#AEC162;
}
#content #right_col #wording {
	padding:20px 25px 25px 25px;
	line-height:125%;
}
#content #right_col #menu {
	display:block;
	background:url(../images/common/title-bg.gif) repeat;
	height:35px;
	border-bottom:5px solid #000;
	font-weight:700;
	font-style:italic;
	text-transform:uppercase;
	text-align:center;
}

#menu a {
	margin:5px 8px;
	display:block;
	float:left;
	padding:0px 15px;
	height:25px;
	background:url(../images/common/menu-bg.jpg) repeat-x;
	color:#AEC162;
	line-height:25px;
	text-decoration:none;
}
#menu a:hover {
	color:#FFF;
}
#menu a.home {
	margin-left:15px;
}
#content #right_col #footer {
	clear:both;
	display:block;
	margin-top:10px;
	border-top:5px solid #000;
	height:35px;
	line-height:33px;
	text-align:center;
	font-size:11px;
}
#menuItems a {
	color:#AEC162;
	text-decoration:none;
}
#menuItems a:hover {
	color:#FFF;
	text-decoration:underline;
}
a.menuItems {
	color:#AEC162;
	text-decoration:none;
}
a.menuItems:hover {
	color:#FFF;
	text-decoration:underline;
}