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

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.akina-logo{
	position: absolute;
	top: 15px;
	right: 20px;
	float: right;
}


.top {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 157px;
}

.top img {
	border: 0px;
	padding: 10px;
}

.main {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	min-height: 494px;
}

.bottom {
	background-image: url(../images/btm-bg.jpg);
	background-repeat: repeat-x;
	height: 127px;
	font-size: 0.7em;
	padding: 20px;
}

.bottom a{
	color: #666666;
	text-decoration: none;
}

.bottom a:hover{
	color: #999999;
}

.mainmenu {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 215px;
	font-weight: bold;
	min-height: 474px;
	height: 100%;
	background-image: url(../images/opaque-brown.png);
}

.mainmenu a{
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu a:hover{
	color: #EED9CA;
	text-decoration: none;
}

.spacer{
	border-top-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	height: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.content{
	float: left;
	width: 700px;
	border: 1px solid #ffffff;
	padding: 5px;
	background-image: url(../images/opaque-white.png);
	line-height: 0.9em;
	position: relative;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.content p{ 
	font-size: .9em;
	color: #000000;
	
}

.content h1 {
	color: #666666;
}

.content h2 {
	color: #6f3d23;
	line-height: normal;
}

.content h3{
	color: #A87D64;
	line-height: normal;
	border-bottom-color: #A87D64;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: -10px;
}

.content a{
	font-weight: bold;
	color: #6f3d23;
}

.content a:hover{
	color: #A87D64;
}