html, body { 
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	font-size: 11px;
	color: #fff;
	}	
	
#topColor {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 170px;
}

#wrapper {
	position: relative;
	width: 990px;
	margin: -254px auto 0px auto;
	align: center;
}

#header {
	height: 254px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#headerCover {
	position: absolute;
	width: 990px;
	height: 251px;
	left: 0px;
	top: 0px;
	z-index: 1000;
}		

.contentBlok {
	position: relative;
	left: 0px;
	margin-bottom: 15px;
	padding-top: 25px;
	width: 675px;
	float: right;
}

.picSpace{
	width: 320px;
	float: left;
}

#logo {
	position: absolute;
	top: 101px;
	left: 17px;
	height: 150px;
	width: 250px;
	z-index: 10;
}



#navigation {
	float: left;
	width: 287px;
	left: 0px;
	top: 1px;
	z-index: 1002;
}

#mainContent {
	position: relative;
	width: 100%;
	top:200px;
}

#navigation ul {
	width: 287px;
	padding: 0px;
	margin: 0px;
	padding-top: 1px;
	list-style-type: none;
}

#navigation li {
	cursor: pointer;
	height: 25px;
	width: 100%;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-indent: 35px;
	background-color: #333;
	background-image: url("images/menu_not_active.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}

#navigation li:hover, #navigation .current {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-indent: 60px;
	background-color: #0c0c0c;
	background-image: url("images/menu_active.jpg");
	background-repeat: no-repeat;
}

#navigation li a:hover {
	text-decoration: none;
}

.txtSpace {
	background-image:url(../images/bg_textblock_alg.jpg);
	background-repeat:repeat-x;
	float:right;
	height:auto !important;
	margin-right:10px;
	margin-top:-10px;
	min-height:410px;
	width:675px;
}
	
#footer {
	width: 100%; 
	background-color: #39501E; 
	height: 25px;
	margin: 5px 0px 0px 0px;
}

#underConstruction {
	position: absolute;
	left: 36%;
	top: -10px;
	width: 600px;
	height: 250px;
}
	
#title {
	position: absolute;
	height: 60px;
	left: 309px;
	top: 201px;
	z-index: 90;
	color: #ff9900;
	font-size: 32px;
	text-transform: uppercase;
}	

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

a:hover {
	color: #FFCB00;
	text-decoration: underline;
}

img{ behavior: url(iepngfix.htc) }

h1, h2, h3, h4, a, p, td, li {
	font-family: Tahoma, Trebuchet MS;
	letter-spacing: 1px;
	-moz-outline: none;
}

td {
	font-size: 11px;
}

sup {
	font-size: 9px;
}

#navigation a {
	color: #fff;
	font-size: 11px;
}

.submenu {
	margin-left: 15px;
	text-decoration: none;
}

.active {
	margin-left: 15px;
	text-decoration: underline;
}

.contentBlok p,
.contentBlok td{ 
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #fff;
}

#footer p{
	color: #fff;
	font-size: 10px;
	letterspacing: 1px;
	line-height: 23px;
	text-align: center;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #FFCB00;
}

.picSpace img{
	background-image: url(../images/bg_pic.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}

.contentBlok a {
	color: #FFCB00;
	text-decoration: none;
}

.contentBlok a:hover {
	text-decoration: underline;
}

ul li {
	color: #FFCB00;
	margin-top: 5px;
}

.mod_forms {
	float: left;
	width: 480px;
}

.mod_forms input, .mod_forms textarea, .mod_forms select {
	color: #FFF;
	width: 200px;
	border: 1px solid #808080;
	background-color: #000;
}

.mod_forms textarea {
	width: 300px;
	height: 100px;	
}

.mod_photodir .tile {
    width: 200px;
    height: auto;
    padding-right: 7px;
    padding-bottom: 7px;
    float: left;
    text-align: center;
}

.mod_photodir .tile a:hover {
    text-decoration: none;
}

.mod_photodir .tile img {
    border: 0px;
}