body{
	background:#FE33FF;
	font:Verdana, Geneva, sans-serif;
	margin:0px;
}

#all_page{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	color: #FE33FF;
}

#bkgd_container{
	display:block;
	position:relative;
	background-image:url(/imgs/bkgd.jpg);
	background-repeat:repeat-y;
	background-position:-3px 0px;
	width:862px;
	min-height:100%;
}

/* IE hack */
* html #bkgd_container{
	height:100%;
}

#main_container{
	display:block;
	position:relative;
	width:732px;
	min-height:100%;
}

#header{
	display:block;
	position:relative;
	background-image:url(/imgs/header.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:732px;
	height:147px;
}

#second_menu{
	display:block;
	position:relative;
	width:732px;
	height:25px;
}

#second_menu a{
	font-size:15px;
	color:#FFFFF1;
	text-decoration:none;
}

#second_menu a:hover{
	font-size:15px;
	color:#EBEDC9;
	text-decoration:underline;
}

#header a{
	font-size:13px;
	font-weight:bold;
	line-height:90%;
	/*color:#fff;*/
	color:#FAF5E4;
	text-decoration:none;
}

#header a:hover{
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

/* E4E4E4 */
#content{
	display:block;
	position:relative;
	background-color:#fff;
	width:732px;
	height:580px;
	font-size: 12px;
	text-align: center;
}

#footer{
	display:block;
	position:relative;
	background-image:url(/imgs/footer.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:732px;
	height:46px;
}

#content_left{
	display:block;
	position:relative;
	background-color:#efddb7;
	width:150px;
	height:580px;
	float:left;
}

#content_right{
	display:block;
	position:relative;
	background-color:#000;
	width:582px;
	height:580px;
	float:right;
}

#photo_block{
	display:block;
	position:relative;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:437px;
	height:580px;
	float:left;
}

#select_block{
	display:block;
	position:relative;
	background-color:#FFFFFF;
	width:145px;
	height:580px;
	float:right;
}

.mini_photo{
	display:block;
	position:relative;
	overflow:hidden;
	background-color:#000;
	background-repeat:no-repeat;
	margin:3px;
	width:135px;
	height:180px;
}

.admin_mini_photo{
	display:block;
	position:relative;
	background-color:#000;
	background-repeat:no-repeat;
	margin:3px;
	width:135px;
	height:140px;
}

#arrow_up{
	display:block;
	position:relative;
	background-image:url(../thumbs/arrowup.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:3px;
	width:135px;
	height:10px;
}

#arrow_down{
	display:block;
	position:relative;
	background-image:url(../thumbs/arrow.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:3px;
	width:135px;
	height:10px;
}

#arrow_down:hover{
	display:block;
	position:relative;
	background-image:url(../thumbs/arrowover.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:135px;
	height:10px;
}

#arrow_up:hover{
	display:block;
	position:relative;
	background-image:url(../thumbs/arrowupover.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:135px;
	height:10px;
}

.descr_div
{
	font-size:11px;
}

.descr_div div
{
	font-size:11px;
}

#copyright{
	color:#000;
	font-size:9px;
}

.copyright{
	color:#000;
	font-size:9px;
}
#all_page #bkgd_container #main_container #header table tr td a {
	color: #000;
}
#all_page #bkgd_container #main_container #content p {
	font-size: 14px;
}

