/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	/* reset font-sizes to 1em == 10px */
	font-size: 62.5%;
}
*, ul, li {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */

.Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -550px 0;
	background: #9f8d7f;
}

.Main {
	overflow:hidden;
	width: 760px;
}

.head {
	padding: 10px;
}
	#Header h1 {
		color:#fff;
		font-size:1.5em;
		line-height:4.5em;
		padding-left:20px;
	}
#Menu1 {
	margin: 0px;
	width: 140px;
	padding-left: 10px;
	float: left;
	font-size: 1.1em;
	min-height: 600px;
}
	#Menu1 li {
	margin: 0px;
	padding:0px;
	}
	#Menu1 a {
		color:#b20000;
		font-weight:bold;
		font-size:1.2em;
		line-height:1.8em;
		text-decoration:none;
	}
	#Menu1 a:hover {
		color:#b23e3e;
	}
	#Menu1 li.current a,
	#Menu1 li.section a {
		color:#000000;
	}

#ContentContainer {
	padding-top: 0px;
	width: 700px;
	margin-left:160px;
}

#Menu2 {
	margin-bottom: 1em;
}
	#Menu2 li {
	display:inline
	}
	#Menu2 a {
		color:#b20000;
		font-weight:normal;
		font-size:1.2em;
		line-height:1.8em;
		text-decoration:none;
		padding-right:1.5em;
	}
	#Menu2 a:hover {
		color:#b23e3e;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#000000;
	}

#right {
	margin-left:160px;
	overflow: auto;
	width: 540px;
	padding-bottom:550px;
}

li.box {
overflow: hidden;
padding:10px;
margin-bottom:10px;
cursor: pointer;
width: 500px;
height:90px;
display:block;
}

li.box h4, li.box h4 a {
color:#B23E3E;
text-decoration: none;
}

.defaultImage img {
float:left;
padding-right: 20px;
}

.Footer, .Push {
	width: 100%;
	height: 550px;
	background:#9f8d7f url(../images/bg_kk_bottom.jpg) bottom left no-repeat;
}