body{
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:1em;
	background-color: #274682;
	color:#e7c332;
}
#content, #banner, #navigation, #main, #footer {
	position:relative;
}

#content{
	width:800px;
	margin:0 auto;
	border:1px solid #e7c332;
}

.banner{
    margin-bottom: 20px;
}

#banner{
	min-height:120px;
	background-image:url('images/banner.jpg');
}

#navigation{
	min-height:30px;
	text-align:center;
}

#main{
	min-height:450px;	
}

#footer{
	min-height:30px;	
	font-size:0.7em;
	background-color:#e7d89a;
	color:#274682;
	padding:4px;
}

#navigation a{
	color:#274682;
	background-color: #e7c332;
	width:120px;
	display:inline-block;
	text-align:center;
	margin-right:2px;
	text-decoration:none;
	height:20px;
	font-size:.8em
}

#navigation a:hover{
	background-color: #e7d89a;
	font-weight:bold;
}

#footer img{
	position:absolute;
	right:1px;
	top:0px;
	height:35px;	
}

#footer a{
	color: #274682;	
}

#footer a:hover{
	color: #ffffff;	
}

.text{
	text-align:center;
	margin:0 auto;
	margin-bottom:12px;
	
}

.center{
	text-align:center;
}

.bold{
	font-weight:bold;
}

.sponsors{
	margin-top:8px;
	margin-bottom: 18px;
	
}

.k{
	width: 200px;
}

.contacts{
    margin: 12px auto;
    width: 400px;
}

.contacts td{
    border: 1px solid;
}

.contactRow{
	border-top: 1px solid;
}

.footerLink{
	color: #e7c332;
}

.footerLink:hover{
	color: #EDE3B8;
}

.openFooter{
	min-height: 100px;
	font-size: 0.8em;
}
/*
.sponsors{
	width:500px;
	margin:0 auto;
	border:3px solid;
	font-size:0.9em;
}

.sponsors td{
 	width:50%;
	text-align:center;
	border:1px solid;
	padding:3px;
}

.contacts{
	width:300px;
	margin:0 auto;
	border:0px solid;
	font-size:0.9em;
}

.contacts td{
 	width:50%;
	text-align:center;
	border:1px solid;
	padding:3px;
}
*/
