body {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color:#58595b;
	margin:0;
	padding:0;
	background-color: #8bc9e2;
}

#container {
	/*border: 1px solid black; */
	width: 938px; 
	top: 0px; 
	position: absolute; 
	left: 50%; 
	margin-left: -469px;
}

#header {
	background: url('images/head.jpg');
	height: 200px;
	padding: 0;
	margin: 0;
}

#menu {
	background: url('images/menu.jpg');
	height: 75px;
	padding: 0;
	margin: 0;
}

#content {
	background: url('images/bg.jpg');
}

#left {
	float: left;
	position: relative;
	width: 295px;
}

#right {
	float: left;
	position: relative;
	text-align: justify;
	width: 586px;
	word-wrap: break-word;
}

#footer {
	background: url('images/foot.jpg');
	height: 60px;
}

.clearer {
	clear: both;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 20px;
}

A {
	color: #0063a3;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
}
.kep {
 border-color: #000000; 
 border-style:solid; 
 border-width: 1px;
}

