html, body{ height:100%; min-height:100%; } 

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-size: 12px;
	color: #000;
	background: #FEFF99;
	text-align: left;
}

div#body {
	width:99%;
	min-height:100%; 
	height:auto;
	background:transparent url('../img/headinner.jpg') no-repeat top center;
}

div#container {
	width:788px;
	background:transparent url('../img/headstart.jpg') no-repeat top center;
	min-height:468px; 
	height:auto;
	text-align:left;
}

div#container2 {
	width:788px;
	background:transparent url('../img/headinner.jpg') no-repeat top center;
	min-height:468px; 
	height:auto;
	text-align:left;
}

div#head {
	width:788px;
	height:130px;
}

div#left {
	float:left;
	margin-top:10px;
	margin-left:15px;
	width:190px;
}

div.menu {
	width:180px;
	background:transparent url('../img/menubg.jpg') repeat-y;
	font-family: Sans;
	font-size: 16px;
	color:#FEFF99;
	padding-top:15px;
	padding-bottom:15px;

}

div.menu a,
div.menu a:hover {
	margin-left:10px;
	display:block;
	color:#FEFF99;
	font-size:14px;
	text-transform:uppercase;
	margin-top:5px;
}

div.menu a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

div.menu a.active,
div.menu a.active:hover {
	margin-left:10px;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	margin-top:5px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

div.menu a.sub,
div.menu a.sub:hover {
	margin-left:20px;
	display:block;
	color:#CFD14E;
	font-size:14px;
	/*text-transform:lowercase;*/
	margin-top:5px;
	font-weight:bold;
}

div.menu a.sub:hover {
	color:#D3A44C;
	font-weight:bold;
}

div.menu a.suba,
div.menu a.suba:hover {
	margin-left:20px;
	display:block;
	font-size:14px;
	/*text-transform:lowercase;*/
	margin-top:5px;
	color:#D3A44C;
	font-weight:bold;
}


div.ad {
	width:180px;
	margin-top:20px;

	text-align:center;
	font-size:7pt;
}

div#container div#right {
	float:left;
	padding-top:310px;
	width:580px;
}

div#container2 div#right {
	float:left;
	padding-top:70px;
	width:580px;
}

div#right div#content {
	padding-left:10px;
	padding-right:10px;
}

div.title {
	border-bottom:#000 2px solid;
	margin-bottom:10px;
}

div.title h1 {
	font-family:Sans,Serif,Helvetica;
	font-weight:bold;
	font-size:18px;
	padding:0px;
	margin:0px;
	border:none;
	
	text-transform:uppercase;
}

div.text {
	text-align:justify;
	font-size: 12px;
}	

div.submenu {
	text-align:right;
	margin-right:10px;
	height:40px;
	color:#000;
	font-weight:bold;
	text-transform: lowercase;
}

div.submenu a,
div.submenu a:hover {
	font-family:Arial;
	font-size:12px;
	color:#fff;
}


div#footer {
	margin-top:60px;
	float:left;
	clear:both;
	border-top: #08174F 1px solid;
	border-bottom: #08174F 1px solid;
	width: 788px;
	text-align:center;
	font-size: 12px;
	margin-bottom:20px;
}

/*
* a
*/

a,a:hover {
	text-decoration:none;
	color:#0F1B4F;
}

a:hover {
	text-decoration:underline;
	color:#08174F;
}

a.clink, a:hover.clink {
	color:#D6C2A7;
	text-decoration:underline;
}

/*
	forum
*/

fieldset#forum {
	border:none;
}

fieldset#forum legend {
	font-weight:bold;
}

 INPUT {
	font-size:12px;
	width:200px;
	border:#0F1B4F 1px solid;
	margin-bottom:10px;
	background: #f0f0f0;
}

 INPUT.submit {
	font-size:12px;
	width:auto;
	border:#0F1B4F 1px solid;
	color:#fff;
	margin-bottom:10px;
	background: #0F1B4F;
	cursor:pointer;
}

 INPUT.delete {
	font-size:12px;
	width:auto;
	border:#0F1B4F 1px solid;
	color:#0F1B4F;
	margin-bottom:10px;
	background: transparent;
	cursor:pointer;
}

 TEXTAREA {
	width:530px;
	border:#0F1B4F 1px solid;
	margin-bottom:10px;
	height:150px;
	font-size:12px;
	background: #f0f0f0;
}

/*
*	thumb
*/

IMG.thumb {
	border:#fff 1px solid;
}
