
* {
	font-family:arial, helvetica, sans-serif;

}
body {	

	background: url("bg_mohn6.png") no-repeat center top;
	margin-top:75px;
	background-color: #F5DEB3;
}

#container {
	background: url("BG_Container.JPG") ;
	clear:both;
	width:900px;
	height:auto !important;
	height:480px;
	min-height:480px;
	border:1px solid #fff;
	margin:0 auto 0 auto;

}

#header {
	width:900px;
	margin:0 auto 0 auto;
}


#nav {
	float:right;
	display:inline;
	padding-top:30px;
	margin-bottom: 0;
}

#nav a {
	margin:0 8px 0 8px;
	padding:0 3px 0 3px;
	color:#fff;
	text-decoration:none;
	font-size: 60%;
}

#nav a:hover {
	color: #FFD700;
	font-style: bold;
}

#left {
	width:480px;
	height:auto !important;
	height:480px;
	min-height:480px;
	background: #FAEED7;
	float:left;

}


#left p {

	padding: 0px 15px 7px 20px;
	color:#666;
	text-decoration:none;
	font-size:10pt;
}
	

#left h1 {
	font-size:16pt;
	font-weight:normal;
	margin: 20px 15px 20px 15px;
	color:#8B814C;
}


#right {
	float:right;
	width:420px;
	height:auto !important;
	height:480px;
	min-height:480px;
	background: transparent;
}

#right h1 {
	background: #FAEED7;;
	font-size:16pt;
	font-weight:normal;
	margin:60px 0 0 0px;
	padding-left:5px;
	height:60px;
	line-height:60px;
	color:#8B814C;
}

#right p {
	margin:0px 5px 10px 0px;
	/**padding:0 2px 0 2px;**/
	color:#FAEED7;
	text-decoration:none;
	font-size:10pt;
	padding: 5px; 
}


#copyright {
	clear:both;
	height:1,2em !important;
	border-top:1px solid #fff;
	background: #F05B5B;
	color: #fff;
	font-size: 8pt;
	text-align:right;
	padding: 1px 10px 1px 0;
}

#right a {
	color:#66CDAA;
	text-decoration:none;
}

#right a:hover {
	color:#FFD700;
}

#left a {
	color:#5F9EA0;
	text-decoration:none;
}

#left a:hover {
	color:#8B2322;
}

a img { 
border : 0 none; 
}



