/* CSS Document */

body {
		font-size: 10px;
		line-height: 140%;
		font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
		padding:0;
		margin:0;
		background-color:#dde1e1;
}

img {
	border:0;
	margin:0;
	padding:0;
	}

p {	
	margin:0;
	margin-bottom: 8px;
	padding:0;
	}

p.right {	
	text-align:right;
	}	
	

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

a:hover {
	color:#f3c716;
	}	
		
h1 {
	font-size:120%;
	font-weight:bold;
	margin-top:0;
	padding-top:0;
}

h2 {
	margin-top:0;
	padding-top:0;
	font-size:110%;
}

#calendar {
		background-color:#f3c716;
		padding:5px;
}

#calendar p {
		margin:0;
		padding:0;
}

#head {
		width:854px;
		height:154px;
		background-image:url(../img_gt/head_img.gif);
		background-position: top;
		background-repeat:repeat;
		margin-left: auto;
		margin-right: auto;
}

#main {
		width:854px;
		min-height:500px;
		background-image:url(../img_gt/main.gif);
		background-position: top;
		background-repeat:no-repeat;
		margin-left: auto;
		margin-right: auto;
		padding-bottom:20px;
}

#main_text {
		width:500px;
		margin-left:55px;
		padding-top:25px;
		padding-bottom:10px;
}

#main_img {
		width:595px;
		height:264px;
		background-image:url(../img_gt/main_img.jpg);
		background-repeat:no-repeat;
		background-position: top;
		margin-left:7px;
		border-bottom: 9px solid #CCCCCC;
}

#main_img p {
		margin-left:7px;
		padding-top:3px;
}

#main_img2 {
		width:595px;
		height:264px;
		background-image:url(../img_gt/main_img2.jpg);
		background-repeat:no-repeat;
		background-position: top;
		margin-left:7px;
		border-bottom: 9px solid #CCCCCC;
}

#main_img2 p {
		margin-left:7px;
		padding-top:3px;
}

#main_img3 {
		width:595px;
		height:264px;
		background-image:url(../img_gt/main_img3.jpg);
		background-repeat:no-repeat;
		background-position: top;
		margin-left:7px;
		border-bottom: 9px solid #CCCCCC;
}

#main_img3 p {
		margin-left:7px;
		padding-top:3px;
}

#main_img_news {
		margin-left:7px;
		width:595px;
		border-bottom: 9px solid #CCCCCC;
}

#main_img_news img{
}

#right {
		width:240px;
		float:right;
}

#news {
		width:210px;
		margin-right:23px;
		margin-top:15px;
		float:right;
}

#news img{
		padding-bottom:10px;
}

#contact_text {
		width:200px;
}

#contact_form {
		width:200px;
		float:right;
		margin:0;
		margin-right:60px;
		padding:0;
		}

#contact_form p {
		margin-right:7px;
		}		


#sponsors {
		width:210px;
		margin-right:23px;
		margin-top:15px;
		float:right;
}

#sponsors img{
		margin-bottom:20px;
}

#main_bottom {
		width:854px;
		height:20px;;
		background-image:url(../img_gt/main_bottom.gif);
		background-position: top;
		background-repeat:no-repeat;
		margin-left: auto;
		margin-right: auto;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
a, a:visited, a:hover, a:active, a:focus {
	direction:ltr; 
	outline:0;
	}

#nav {
	height:24px; 
	font:normal 12px/28px arial, verdana, sans-serif; 
	width:460px; margin:0 auto;
	padding-top:125px;
	float:right;
}

#nav ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline-block;
}

#nav .menu .level1-li {
	float:left; 
	display:inline; 
	width:90px; 
	margin-top:-32000px;
}

#nav .menu a {
	display:block; 
	width:90px; 
	text-decoration:none; 
	text-align:center; 
	color:#fff;
}

#nav .menu a.level1-a {
	position:relative; 
	float:left; 
	display:inline; 
	margin-right:-89px; 
	margin-top:32000px;
}

#nav .menu .sub {
	float:left; 
	margin-top:-28px; 
	padding-top:28px; 
	margin-bottom:-32000px;
}

#nav .menu .sub a {
	background:#000000; 
	position:relative; 
	margin-right:-1px;
}

#nav .menu a:hover,

#nav .menu a:focus,

#nav .menu a:active {
	background:#f3c716; 
	margin-right:0;
	color:#000000;
}