html{
}

body{
	margin: 0 auto;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('images/k2-bg.jpg');
	font-size: 12px;
	color: #333
}
a img{
	border: none;
}
a{
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
.call a{
	color: #990000;	
	font-size: 20px;
}
h1{
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #213e44;
}
h2, h3, h4, h5, h6{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 14px;
	color: #448208;
	font-weight: 300;
}

#header, #nav, #banner, #content, #footer{
	margin: 0 auto;
	width: 800px;
}
#header{
	height: 100px;
	background: url(images/roundtop.jpg) top no-repeat #fff;
	text-align: center;
}
#nav{
	height: 38px;
	background: url('images/ktwo.jpg');
	text-align: center;
}
#nav ul{
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15;
	padding-left: 15px;
}
#nav li{
	float: left;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	
}
#nav a:link{
	height: 36px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}
#nav a:visited{
	height: 36px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: line-through;
}
#nav a:hover{
	height: 36px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}
#nav a:active{
	height: 36px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

#banner{
	padding: 10px 0 0 0;
	width: 800px;
	height: 217px;
	background: #fff;
}
	
#content{
	width: 780px;
	background: #fff;
	line-height: 20px; padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:0
}
	
	#contentl{
		margin: 0 0 0 10px;
		padding: 10px 15px 15px 15px;
		width: 420px;
		float: left;
	}
	#contentr{
		width: 320px;
		background: #eaecee url('images/tab.jpg') no-repeat top;
		float: right; margin-left:0; margin-right:10px; margin-top:0; margin-bottom:0; padding-left:0; padding-right:0; padding-top:9px; padding-bottom:0
	}
		#contentr p{
			padding: 10px 15px 15px 15px;
		}
	
	.boxwrap{
		width: 440px;
	}
		.box{
			padding: 19px;
			width: 440px;
			border: 1px solid #ccc;
		}
		
		
#footer{
	margin: 0 auto;
	width: 780px;
	height: 100px;
	background: url('images/foot.jpg') no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding: 0 10px;
}
	#footer a{
		color: #448208;
		font-weight: bold;
		text-decoration: none;
		font-size: 11px;
		text-transform: capitalize;
	}
	#state{
	width: 780px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	}
.spacer{
	clear: both;
}

