* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img03.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B6B6B; 
}

h1, h2 {
	margin: 0;
}

h2 {
	font-size: 20px;
 	text-align: center;
}

h3 { float: right;
}

ul {
	margin-bottom: 1.5em;
	line-height: 170%;
}

p {text-align: center;
margin-bottom: 1em;
	line-height: 100%;
}

/* wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img10.jpg) repeat-y;
}

/* header */

#header {
	height: 140px;
	background: #CF0707 url(images/img03.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
	background-image:url(images/KG.png);
	background-repeat: no-repeat;
	
}

#logo h1 {
	margin: 0;
	padding: 100px 0 20px 210px;
	text-transform: capitalize;
	font-size: 26px;
	letter-spacing: -2px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

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

/* content */

#content {
	float: left;
	width: 800px;
	padding: 0 0 0 76px;
}

/* footer */

#footer {
	height: 54px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 15px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}

