* {
	margin: 0;
	padding: 0;
}

a {color: #225746;}
a:hover {color: #000066;}

body {
	background: #ffffff  url(../images/bg.jpg) repeat-x left top;
	color: #444;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.title
{
font-size: 24px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px; color: #3E4E67}

.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {

	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 14px;
	height: 202px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

#logo {
	width: 780px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat left top;
}

#logo2 {
	width: 780px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/header2.jpg) no-repeat left top;	
}

#logo3 {
	width: 780px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/header3.jpg) no-repeat left top;	
}

#logo4 {
	width: 780px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/header4.jpg) no-repeat left top;	
}

#logo5 {
	width: 780px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/header5.jpg) no-repeat left top;	
}
/* navigation */
.navigation {	
	background: #D9E1E5 url(../images/menu.gif);
	border: 1px solid #3e4e67;
	height: 41px;
	padding-left: 57px;
}
.navigation a {
	background: #D9E1E5 url(../images/menu.gif);
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.navigation a:hover {background: #adb9ca; color: #ffffff; text-decoration: none;}

#home
{
	background: #D9E1E5 url(../images/menu.gif);
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
#register
{
	background: #D9E1E5 url(../images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
#past
{
	background: #D9E1E5 url(../images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
#sponsors
{
	background: #D9E1E5 url(../images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
#contact
{
	background: #D9E1E5 url(../images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
#about
{
	background: #D9E1E5 url(../images/menu.gif);
	border-right: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #3E4E67;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content_contact {
	float: none;
	margin: 10px 0;
	padding: 0 16px;
	width: 700px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

/* footer */
#footer {
	background: url(../images/bgfooter.jpg) repeat-x;
	color: #FFF;
	text-align: center;
	height: 60px;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFF;}
