﻿/* CSS Document */
body{
	background:#b8362c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}

#fullPage {
	width:100%;
	height:580px;
	text-align:center;
}

#content {
	width:950px;
	height:580px;
	margin:auto;
	overflow:hidden;
	background:url(images/BGN.jpg) right no-repeat;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

#content a {
	color:#FFFFFF;
}

#logo {
	float:left;
	z-index:15;
}

#KHC{
	position:absolute;
	top:200px;
	z-index:10;
}

h1{
	font-family:Rockwell, Times New Roman, serif;
	font-size:24px;
	float:left;
	position:relative;
	top:10px;
	left:10px;
	padding:0px;
	margin:0px;
}

h2 {
	font-family:Rockwell, Times New Roman, serif;
	font-size:18px;
}

#bottom {
	position:relative;
	padding:0px;
	margin:0px;
	top:-145px;
	width:760px;
	height:300px;
}

#menu {
	background:url(images/menu.png) top no-repeat;
	float:left;
	position:relative;
	top:125px;
	width:208px;
	height:280px;
	text-align:left;
	padding:20px 0px;
	font-family:Rockwell, Times New Roman, serif;
	font-size:18px;
}

#menu ul{
	position:relative;
	padding:0px;
	border:0px;
	margin:0px;
}

#menu li {
	position:relative;
	height:26px;
	width:184px;
	padding-left:15px;
	margin-left:5px;
	list-style:none;
}

#menu li:hover {
	background:url(images/menuHover.png) repeat;
}

#menu a{
	position:relative;
	display:block;
	color:#000000;
	text-decoration:none;
	width:100%;
	z-index:5;
}

#main {
	background:url(images/contentBG.png) repeat;
	position:relative;
	top:5px;
	float:right;
	width:530px;
	height:385px;
	padding:15px 5px;
	overflow:scroll;
}

#footer{
	position:absolute;
	top:580px;
	width:100%;
	margin:auto;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}
