A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #787200;}
A:hover {text-decoration: none; color: #787200;}

body{
	margin: 0px;
	padding: 0px;
	background: #c2c09e url(images/page_bg2.jpg) repeat-x;
}
#wrapper{
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 800px;
	height: 600px;
	border: 0px solid black;
}
#header{
	position: relative;
	margin: 0px auto;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 125px;
	z-index: 10;
}
#nav{
	position: relative;
	margin: 0px auto;
	line-height: 15px;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 21px;
	z-index: 10;
	float: left;
}

#content1{
	position: relative;
	margin: 0px auto;
	text-align: left;
	left: 0px;
	top: 0px;
	width: 798px;
	_width: 783px;
	z-index: 122;
	border: solid 1px #09134e;
	float: left;
	background-image: url(images/content1-bg.jpg);
	/*border-right: 15px solid #09134e;*/
}
#footer1{
	position: relative;
	margin: 0px auto;
	text-align:left;
	left: 0px;
	top: 5px;
	width: 500px;
	height: 20px;
	float: left;
	z-index: 10;
}
#footer2{
	position: relative;
	margin: 0px auto;
	text-align: right;
	left: 0px;
	top: 5px;
	width: 300px;
	height: 20px;
	float: right; 
	z-index: 10;
}
#footer3{
	position: relative;
	margin: 0px auto;
	text-align:left;
	left: 0px;
	top: 5px;
	width: 500px;
	height: 20px;
	float: left;
	z-index: 10;
}
#footer4{
	position: relative;
	margin: 0px auto;
	text-align: right;
	left: 0px;
	top: 5px;
	width: 250px;
	height: 20px;
	float: right; 
	z-index: 10;
}
