* {
	margin:0px;
	padding:0px;
	font-family:arial,verdana, sans-serif;
}

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

body {
	background-color:#666666;
	color:#FFFFFF;
	height:100%;
	padding-bottom:20px;
}

img {border-width:0px;}

.main {	width:704px;
	overflow:hidden;
	background-color:#000000;
	margin:auto;
	position:relative;
}

#logo {
	background-image:url(top.gif);
	height:185px;
	text-align: center;
	background-repeat:no-repeat;
}

h2 {
	font-size:24px;
	text-align:center;
	color:#008BD0;
	padding-bottom:5px;
}

h2 small {
	font-size:18px;
	font-weight:normal;
}

h3 {	color:#008BD0;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding-bottom: 5px;
}

#left h2 {
	color:#AA1919;
	text-align:center;
}

#right h2 {
	color:#339933;
	text-align:center;
}


h4 {
	text-align: center;
	color: #AA1919;
}

h5 {
	text-align: center;
	color: #339933;
}

#left {
	width:300px;
	overflow:hidden;
	float:left;
	padding:10px 0px 0px 20px;
}

#right {
	width:300px;
	overflow:hidden;
	float:right;
	padding:10px 20px 0px 20px;
}


ul {
	list-style-type:none;
	list-style-position:outside;
	margin:4px 0px 4px;
}

li {	
	background-image:url(haken.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding:2px 0px 3px 22px;
	font-size:12px;
	font-weight:bold;
}

#footer {
	clear:both;
	padding-top:20px;
	padding-bottom:30px;
}

p {
	font-size:12px;
	width:580px;
	margin:auto;
}

