@charset "utf-8";
/* CSS Document */
a:link { color: #5e0630; text-decoration: none;}
a:visited { color: #f6a632; text-decoration: none; }
a:hover { color:#f5cf84; text-decoration: none; }
a:active { color: #5e0630; text-decoration: none; }

body{background-color:#5e0630;}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:930px;
	height:200px;
	z-index:1;
}
#nav {
	position:absolute;
	left:0px;
	top:195px;
	width:950px;
	height:47px;
	z-index:11;
}
#apDiv1 {
	position:absolute;
	left:225px;
	top:-1px;
	width:489px;
	height:48px;
	z-index:11;
}

.style1 {
	color: #5e0630;
	font-size: 24px;
}
.style2 {
	color: #5e0630;
	font-size: 16px;
}
.style3 {font-style: italic}
.style10 {color: #5e0630; font-size: 18px; font-weight: bold; }
.style11 {font-style: italic}
.b{border:thick #f6af44 solid;}
.b2{border:thick #f6c976 solid;}
.bp5 {border: 5px inset #9040d3;}
