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

a:link {color: #ffa632}     /* unvisited link */
a:visited {color: lightblue}  /* visited link */
a:hover {color: blue}   /* mouse over link */

body {
	background-color: #402611;
	background-image: url(cbg.png);
}
body {
text-align : center ;
min-width : 770px ;
}
div.wrapper {
width : 770px ;
text-align : left ;
margin-left : auto ;
margin-right : auto ;
position : relative ;
}
#menu {
	position:absolute;
	width:200px;
	z-index:4;
	left: -18px;
	top: 0px;
}
#banner {
	position:absolute;
	width:200px;
	height:161px;
	z-index:5;
	left: 27px;
	top: 155px;
}
#content {
	position:absolute;
	width:900px;
	z-index:1;
	left: -69px;
	top: 335px;
	background-image: url(bg.png);
}
#bg {
	position:absolute;
	height:357px;
	width:900px;
	z-index:1;
	left: -69px;
	top: -16px;
	background-image: url(bg.png);
}
.style10 {	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style9 {	font-size: 24px;
	color: #000000;
	font-family: Impact;
}
.floatright { float: right; margin: 5px 5px 5px 5px; 
}