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

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0550C0;
	background-image: url(../images/pg-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center; 
	
}



.sale{
	color: #FF0000;
	font-weight: bold;
}

#akina-logo{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

	#akina-logo img{
		border: 0px;
	}

#main-box{
	width: 900px;
	height: 560px;
	position: relative;
	text-align: left;
}

#top {
	height: 75px;
	width: 900px;
}

	#top img {
		position:absolute;
		top: 10px;
		right: 10px;
		border: 0px;
	}



#mainmenu {
	position: absolute;
	top: 15px;
	left: 10px;
}

	#mainmenu a{
		float: left;
		color: #0659d6;
		text-decoration: none;
		margin-right: 20px;
		font-weight: bold;
	}
	
	#mainmenu a:hover{
		color: #666666;
		text-decoration: none;
	}

#content{
	position: relative;
	top: 50px;
	width: 850px;
	margin: 10px;
	padding: 10px;
	background-image: url(../images/purple95-bg.png);
	max-height: 380px;
	overflow:  auto;
	border: 1px solid #FFFFFF;
}

	#content p, ul{ 
		font-size: .9em;
		color: #ffffff;
		
	}
	
	#content h1 {
		color: #ffc600;
		font-family: "Times New Roman", Times, serif;
		font-size: 1.8em;
		margin-bottom: -12px;
	}
	
	#content h2 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;		
	}

	
	#content td{
	color: #666666;
	font-size: .75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 3px;
	}
	
	#content td a{
		color: #0659d6;
	}
	
	
	#content a{
		font-weight: bold;
		color: #ffc600;
	}
	
	#content a:hover{
	color: #999999;
	}
	
#footer{
	color: #ffffff;
	font-size: .7em;
	position: absolute;
	top: 565px;
	right: 5px;
}

	#footer a{
		color: #ffc600;
		text-decoration: none;
	}
	
	#footer a:hover{
		text-decoration: underline;
	}