/*************************

Style by: Aleksei Vanamois

*************************/

/* Site Structure */
	
#header {
	position: absolute;
	width: 900px;
	margin: -300px 0px 0px -450px;
	top: 320px;
	center: 0px;
	padding: 0px;
	overflow: fixed;
	left: 50%;
	height: 90px;
	}	
#menu {
	position: absolute;
	width: 900px;
	margin: -300px 0px 0px -450px;
	top: 415px;
	center: 0px;
	padding: 0px;
	overflow: fixed;
	left: 50%;
	height: 40px;
	background: url('images/menu/menu.gif') no-repeat center top;
	}
#main {
	position: absolute;
	width: 900px;
	margin: -300px 0px 0px -450px;
	top: 460px;
	center: 0px;
	overflow: fixed;
	left: 50%;
	height: 410px;	
	}
.main {
	width: 900px;
	background-color: #325A00;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0px;
	margin: 0px;
	}
.main_top 			{height: 5px; background: url('images/maintop.gif') no-repeat center top;}
.main_bottom 		{height: 5px; background: url(images/mainbottom.gif) no-repeat center bottom;}

.submain_top 		{height: 5px; background: url('images/submaintop.gif') no-repeat center top;}
.submain_bottom 	{height: 5px; background: url('images/submainbottom.gif') no-repeat center bottom;}

.submain_topCal 	{height: 5px; background: url('images/submaintop_cal.gif') no-repeat center top;}
.submain_bottomCal 	{height: 5px; background: url('images/submainbottom_cal.gif') no-repeat center bottom;}

.block_left {
	float: left;
	width: 200px;
	font-size: 12px;
	margin: 10px 15px 10px 15px;
	padding: 0px;
	display: inline;
	}
.block_main {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 420px;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	display: inline;
	}
.block_right {
	float: left;
	width: 218px;
	font-size: 12px;
	float: right;
	margin: 10px 15px 10px 10px;
	padding: 0px;
	display: inline;
	}
.block_submain {
	padding: 10px;
	border-left: 1px solid #96D700;
	border-right: 1px solid #96D700;
	background-color: #336600;
	}
.block_mainCal {
	float: left;
	width: 655px;
	font-size: 12px;
	margin: 0px 0px 0px 15px;
	font-size: 12px;
	}
.footer {
	font-size: 11px;
	color: #999;
	padding: 5px 20px 20px 20px;
	}
.footer a:link    {color: #999;}
.footer a:visited {color: #999;}
.footer a:hover   {color: #FF9900;}
	
/* Graphic Fixes */

.mainImage {
	padding-bottom: 10px;
	}
.rightImage {
	margin-right: 10px;
	}
.mainImageCal {
	padding-bottom: 10px;
	padding-right: 15px;
	height: 90px;
	}
.blockImage {
	padding-top: 10px;
	}
.blockImageRight {
	margin: 0px 0px 0px 0px;
	height: 60px;
	}
.block {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #96d700;
	}
.block_top {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px dashed #96d700;
	height: 70px;
	}
.menu_block {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	border-bottom: 1px dashed #96d700;
	height: 70px;
	}
.menu_block2 {
	border-bottom: 1px dashed #96d700;
	height: 27px;
	}

/* DIV COLUMS */

div.column {
	overflow: hidden;
	width: 100%;
	}
div.left {
	width: 49%;
	float: left;
	border-bottom: 1px dashed #96D700;
	padding-top: 10px;
	}
div.right {
	width: 49%;
	float: right;
	border-bottom: 1px dashed #96D700;
	padding-top: 10px;
	}
div.subcolumn {
	overflow: hidden;
	width: 100%;
	}
div.subleft {
	width: 80px;
	float: left;
	padding-bottom: 5px;
	}
div.subright {
	width: 115px;
	float: right;
	padding-bottom: 5px;
	}
div.imgleft {
	width: 120px;
	float: left;
	padding-bottom: 10px;
	}
.menu_home {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
.menu_youth {
	display: inline;
	}
#navigation a {
	display: inline;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#navigation .youth a:hover {
	background: #transparent url('images/menu/menu_up_01.gif') top left;
	}