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

/*** CSS RESET ***/

html, body, div, span, applet, object, iframe,
h1, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family:		Arial, Helvetica, sans-serif;
	color:				#010101;
}

#site {
	width:				950px;
	min-height:			606px;
	margin:				100px auto;
	background:			url(img/kh_back.jpg) right no-repeat;
}

h1 {
	font-size:			23px;
	padding-bottom:		20px;
	font-weight:		bold;
	color:				#af7f48;
}

/*** Head ***/

#head {
	width:				950px;
	margin:				0 auto;
	float:				left;
}

/*** Navigation ***/

#navigation {
	float:				left;
	margin:				50px 0 0 9px;
}

#navigation ul {
	list-style-type:	none;
}

#navigation li {
	background:			#af7f48;
	color:				#fff;
	padding:			10px;
	margin-top:			3px;
	width:				150px;
	font-size:			14px;
	text-transform:		uppercase;
}

#navigation li:hover {
	background:			#6c4e2c;
}

#navigation a {
	display:			block;
	color:				#fff;
	text-decoration:	none;
}

/*** Content ***/

#content {
	margin:				50px 0px 0px 80px;
	width:				320px;
	float:				left;
	font-size:			13px;
	line-height:		20px;
	padding-right:		20px;
	text-align:			justify;
}

#content p {
	padding:			15px 0px 15px 0px;
}

#content ul {
	background:			#af7f48;
	padding:			10px 0px 10px 20px;
	color:				#fff;
	font-size:			14px;
	line-height:		25px;
}

#content_image {
	float:				left;
	margin:		    	110px 0px 0px 20px;
	width:				320px;
	font-size:			12px;
}

#content a {
	color:				#010101;
	text-decoration:	none;
}

#content a:hover {
	text-decoration:	underline;
}

/*** Footer ***/

#footer {
	width:				950px;
	margin:				0 auto;
	font-size:			11px;
	color:				#999;
	border-top:			solid 1px #cecece;
	padding-top:		10px;
}

#footer a {
	color:				#999;
	text-decoration:	none;
}

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