body {
	margin: 0px;
	background-color: #000000;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.text:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.text_z {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
}
a.text_z {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
a.text_z:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}

/* MAIN STRUCTURE */

#header1 {
	width: 802px;
	height: 287px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header2 {
	width: 802px;
	height: 7px;
	font-size: 1px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#meni {
	width: 802px;
	height: 19px;
	background-image: url(images/mani_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header3 {
	width: 802px;
	height: 92px;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* LEFT SIDE */

#title1 {
	width: 388px;
	height: 38px;
	background-image: url(images/latest_news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#title1_1 {
	width: 388px;
	height: 38px;
	background-image: url(images/members_list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#title1_2 {
	width: 388px;
	height: 38px;
	background-image: url(images/about_explicit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#space1 {
	width: 388px;
	height: 374px;
	background-image: url(images/left_back1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#title2 {
	width: 388px;
	height: 31px;
	background-image: url(images/recruitment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#space2 {
	width: 361px;
	height: 127px;
	background-image: url(images/left_back2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#title3 {
	width: 388px;
	height: 34px;
	background-image: url(images/videos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#space3 {
	width: 361px;
	height: 44px;
	background-image: url(images/left_back3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#title4 {
	width: 388px;
	height: 34px;
	background-image: url(images/links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#space4 {
	width: 361px;
	height: 166px;
	background-image: url(images/left_back4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#whole_back1 {
	width: 361px;
	height: 810px;
	background-image: url(images/whole_back1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* RIGHT SIDE */
.whole_back {
	width: 387px;
	height: 810px;
	background-image: url(images/whole_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.whole_right {
	width: 363px;
	height: 810px;
	background-image: url(images/whole_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#title5 {
	width: 387px;
	height: 38px;
}
#space5 {
	width: 387px;
	height: 262px;
}
#space6 {
	width: 363px;
	height: 31px;
}
#title6 {
	width: 387px;
	height: 31px;
}
#space7 {
	width: 363px;
	height: 485px;
}


/* STUFF */

.pad_text {
	padding-left: 12px;
	padding-right: 12px;
}
.pad_text2 {
	padding-left: 15px;
	padding-right: 12px;
}
.pad_text3 {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 38px;
}
.img {
	background: #FAFAFA;
    border: 1px solid #897b52;
	padding: 2px;
}
.class_clr {
	color: #f9a700;
}
.class_und {
	color: #FFFFFF;
	text-decoration: underline;
}
.white_line {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
}
.pad_wl {
	padding-left: 3px;
}