body {
	background-color:#FFB200;
	color: #E23D36;
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.png);
	background-position: center;
}
a {
	color: #5F9C96;
	text-decoration: none;
}
a:hover {
	color: #3F3571;
	text-decoration: underline;
}
.top {
	width: 570px;
	height: 130px;
	color: #ffffff;
	position: absolute;
	left: 55px;
	top: 0px;
	font-size: 30pt;
	margin: 0px;
	text-align: right;
}
.menu {
	width: 570px;
	height: 30px;
	color: #ffffff;
	position: absolute;
	left:55px;
	top:130px;
	padding: 0px;
	margin: 0px;
	background-color:#FFB200;
	text-align: center;
	font-size: 12px;
}
.mainbody {
	width: 678px;
	position: absolute;
	top: 188px;
	height: 100%;
 margin: 0 auto;
 font-size: 12px;
}
.content {
	width: 570px;
	position: relative;
	left: 55px;
	height: 100%;
	font-size: 12px;
}
#container
  { position: relative;
    width:678px;
    margin-left: auto;
	 margin-right: auto;
	 background-repeat: repeat-y;
	height: 100%;
	top: 0px;
  }
#container2 {
    width:570px;
}
#title {
	position: absolute;
	top: -123px;
	font-size: 45px;
	font-variant: small-caps;
	font-weight: lighter;
}
#button {
	position: relative;
	width: 570px;
	font-family: Verdana, Helvetica, 
	  Arial, sans-serif;
	background-color: #FFB200;
	text-align:center;
	height: 30px;
	top: 10px;
}
#button a {
	background-color: #FFB200;
	color: #ffffff;
	text-decoration: none;
	width: 130px;
}
#button a:hover {
	background-color: #E23D36;
	color: #ffffff;
}
#header {
	border-bottom: thin solid #5F9C96;
	width: 570px;
	color: #FFB200;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 3px;
}
#name {
	color: #3F3571;
	font-weight: bold;
	font-size: 12px;
	width: 285px;
}
#desc {
	color: #5F9C96;
	font-weight: lighter;
	font-size: 10px;
	width: 285px;
}
#lc {
	width: 285px;
	float: left;
	
}
#rc {
	width: 285px;
	float: right;
	text-align: right;
}
#mc {
	width: 170px;
	float: middle;
	text-align: center;
}
.sec {
	width: 570px;
	position: relative;
}
#gen {
	color: #5F9C96;
	font-weight: lighter;
	font-size: 10px;
	width: 570px;
	text-align: center;
}
.footer {
	position:absolute;
	bottom: 10px;
	left:55px;
	text-align:center;
	font-size: 10px;
	width: 570px;
	color: #5F9C96;
	z-index: 100;
}
.footer a {
	color: #E23D36;
}
.footer a:hover{
	color: #5F9C96;
}