div, form, input, h1, body
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}

#pageFrame
{
		/*position: relative;*/
		width: 800px;
		margin: 0 auto;
		background: #231F20;
	}
	#pageInnerFrame	
	{
		width: 100%;
	}


#lang{
	background: #004921; /*#231F20*/
	height: 22px;
	border-bottom: 3px solid #F0CB00;
	}
	#langInner{
		float: right;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #FAE4D0;
		margin-top: 4px;
		padding-right: 10px;
		}
		#langInner img{
			border: 1px solid black;
			margin-right: 6px;
			vertical-align: top;
		}
		#langInner a{
			color: #FAE4D0;
			text-decoration: none;
		}

#logo{
	border-top: 1px solid black;
	background: url('/images/bg-top.jpg') no-repeat;
	height: 142px;
	text-align: center;
	}
	#logoInner{
		float: left;
		padding-left: 317px;
		padding-top: 8px;
		height: 126px;
		width: 168px;
	}



#body{
		background: #231F20;
	}
	#bodyInner
	{
		margin-left: 10px;
		width: 778px;
		background: #004921;/*background: #231F20;*/
		border-left: 1px solid #F0CB00;
		border-right: 1px solid #F0CB00;
		border-bottom: 1px solid #F0CB00;
	}
	#bodyTable{
		margin: 6px 5px;
		width: 768px;
		}
		.bodyLeft{
			width: 154px;
			border-right: 6px solid #231F20;
			vertical-align: top; 
			}
			
		.bodyMain{
			border: 1px solid #F0CB00;
			vertical-align: top;
			background: #005725;
			}
			#flash{
				border-bottom: 1px solid #F0CB00;
			}
		.bodyRight{
			background: #005725;
			vertical-align: top;
			border-top: 1px solid #F0CB00;
			border-right: 1px solid #F0CB00;
			border-bottom: 1px solid #F0CB00;
			width: 189px;
			}



#bottom{
	border-top: 1px solid black;
	background: #231F20 url('/images/bg-bottom.jpg') no-repeat;
	height: 51px;
	}
#footer{
	border-top: 3px solid #F0CB00;
	height: 60px;
	background: #004921; /*black*/
	}
	#footerInner{
		padding-top: 7px;
		text-align: center;
		color: #FC0;
		font: 11px Arial, Helvetica, sans-serif;
	}
	#footerInner a{
		color: #FC0;
		font: 11px Arial, Helvetica, sans-serif;
	}
	