body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #000;
}

td {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#cont_table {
	width: 100%;
	height: 100%;
}

#body_bg {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 974px;
	height: 560px;
	margin: -280px 0 0 -487px;
	color: #fff;
/*	border: 1px solid red;*/
}

#header {
	font-family: Arial, sans-serif;
	font-size: 28px;
	padding: 0 0 0 15px;
}
#header span {
	font-size: 21px;
	font-family: Verdana, sans-serif;
}
#header p {
	font-family: Verdana, sans-serif;
	margin: 0;
	float: right;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 26px;
}
#header a#facebookLogo {
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 12px;
	margin-right: 5px;
	background: url(../images/facebook.gif) no-repeat top left;
}
#header i {
	color: #ec0094;
	font-style: normal;
}

#header a {
	color: #bbb;
	text-decoration: none;
}

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

#menu {
	color: #ec0094;
	position: absolute;
	margin: 540px 0 0 0;
	list-style-type: none;
	padding: 0;
}
#menu .menu_item {
	padding: 0 14px;
	display: block;
	float: left;	
}
#menu a.menu_link {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
#menu a.menu_link:hover {
	color: #ec0094;
}



#content {
/*	padding: 40px 0 0 705px;*/
	position: absolute;
}
#content_in {
	width: 250px;
	height: 315px;
	
}
#content_in h2 {
	font-size: 18px;
	font-weight: normal;
	color: #d0d1d5;
	border-bottom: 1px solid #ec0094;
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
	text-transform: uppercase;
}
#content_in ul {
	list-style-type: square;
	padding: 0 0 0 20px;
}

#content_text_out {
	font-family: Verdana, Arial, sans-serif;
	width: 230px;
	height: 395px;
	overflow: hidden;
}
#content_text {
	overflow: auto;
	width: 230px;
	height: 395px;
	line-height: 15px;
}
#content_text p {
	margin: 0 0 16px 0;
}


#admin_menu {
	position: absolute;
	top: 0px;
	left: 0;
	background: black;
	color: white;
	padding: 5px;
	font-size: 12px;
}
#admin_menu a {
	color: yellow;
	text-decoration: none;
}

#scrollbar {
	position: absolute;
	height: 395px;
}



.bg {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;	
}

.bg2 {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;	
}

.error_list {
	color: #FFBCBC;
	padding: 0 0 16px 0;
}

.default_form table {
	width: 900px;
}

.default_form .input {
	width: 100%;
	border: 1px solid #888;
	font-size: 12px;
	color: #555;
	background: #fff;
}


.submenu_bg {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 10px;
}
.submenu_bg2 {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 10px;
}

.submenu_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	line-height: 20px;
	overflow: hidden;
}
a.submenu_item {
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
a.submenu_item:hover {
	color: #ec0094;
}
a.submenu_item span {
	color: #ec0094;
	font-size: 12px;
}

.admin_menu {
	padding: 0 0 10px 0;
}
.admin_menu a {
	color: yellow;
	text-decoration: none;
}

a.gallery_link {
	display: block;
	width: 20px;
	height: 360px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: transparent;
	background-position: center 0;
	background-repeat: no-repeat;
}
a.gallery_link:hover {
	background-position: center -360px;
}


.fck a {
	color: #bbb;
	text-decoration: none;
}

.fck a:hover {
	color: #bbb;
	text-decoration: underline;
}


