@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}
#wrapper {
	width:800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#header {
	width:800px;
	height:100px;
	}
#navb {
	width:800px;
	height:35px;
	}	
	
#conwrap {
	width:800px;
	}	
#botban {
	width:305px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top:10px;
	}	
.style1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#485E0E;
}
.style2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #485E0E;
	}
.style3 {
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#485E0E;
	}
a:link {
	color:#b18740;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b18740;
}
a:hover {
	text-decoration: none;
	color: #A6588C;
}
a:active {
	text-decoration: none;
}

