@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #706DAE;
	padding:0px;
	margin:0px;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg {
	

}
.mainbg {
	margin:0px auto 0px auto;
	height:690px;
	width:850px;
	background-image: url(kmaweb.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.wrapper {
	width:500px;
	position:relative;
	top:180px;
	left:300px;
}
.content {
	width:500px;
	height:400px;
	overflow:auto;
	clear:both;
}
.content p, .content h2, .content h3{	padding-right:15px;}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #706bab;
	
}
.nav a{
background-color:#706BAB;
border:1px solid #8f8daf;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:20px;
padding:5px 10px;
margin:0px 3px;
}

.nav a:hover{
background-color:#9793c5;
border:1px solid #8f8daf;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:20px;
padding:5px 10px;}

.nav{float:right;height:30px;}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 10px;
	color: #333;
	}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	}
.footer{
	font-size: 12px;
	color: #FFF;
	position:absolute;
	top:655px;
	left:50%;
	margin:0px auto 0px auto;
}

-->

