html, body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-color:#000000;
	text-align:center;
	min-width:1000px;
	min-height:397px;
	color:#ffffff;
	font-family:Tahoma;
	font-size:12px;
}
a{
	color:#ffffff;
	text-decoration:none;
}
img{
	border:none;
}
ul{
	list-style:none;
}
h1{
	font-size:16px;
	margin:0 0 0 0px;
}



#page_container{
	width:100%;
	background:url("/media/layout/bg_in_container.gif") repeat-x top;
}
#page{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
	background-repeat:no-repeat;
	background-position:50% 78px;
	text-align:left;
    min-height: 500px;     
}


#left_side, #center{
	float:left;
}
#right_side{
	width:200px;
	float:right;
}


#center{
	
	width:600px;
}

#logo{
	padding-top:50px;
	padding-right:25px;
	float:left;
}
#left_menu{
	width:110px;
	height:150px;
	margin:0;
	padding:10px 0 0 0;
	clear:both;
	list-style:none;
	text-align:right;
	line-height:1.3;
}
#left_menu a.on{
	color:#E0001A;
}



#top_menu{
	padding:60px 0 80px 0;
}
#top_menu a{
	margin:0 10px;
}



#page_on{
	padding-top:70px;
	text-align:left;
}
#page_on div{
	float:left;
}
#page_on_title{
	padding:25px 0 0 10px;
	font-size:14px;
}


#right_menu{
	padding:40px 0 0 30px;
	clear:both;
}
#right_menu a{
	display:block;
	margin-top:15px;
}
#right_menu img{
	border:1px solid #9E9E9C;
}


#footer{
   
	text-align:right;
	padding:15px 55px 15px 0;
	clear:both;
	width:945px;
	left:0px;
	bottom:0;
	font-size:10px;
	/*position:absolute;*/
}
#footer_in{
	width:350px;
	background:url("/media/layout/bg_footer.gif") no-repeat top;
	padding-top:16px;
	float:right;
}
#footer_in img{
	vertical-align:text-bottom;
	margin:0 5px 0 3px;
}
.bigger{
	font-size:120%;
}
#credits{
	padding:1px 0 0 25px; 
	float:right;
}
#credits a{
	color:#FE0C0B;
}
.super{
	vertical-align:super;
	font-size:80%;
}
#text{
	font-size:12px;
}


#text li{
	list-style:circle;
}

.submit{
	padding:3px 8px;
	border:none;
	background-color:#D70000;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
.mandatory{
	font-weight:bold;
	color:#D70000;
}
#note{
	padding-top:10px;
	margin-top:30px;
	border-top:1px solid #BBBBBB;
	text-align:center;
}
.message a{
	font-weight:bold;
}
.message h4{
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	margin:20px 0;
	padding:5px 0 7px 30px;
}


#gallerypic img {
    border:1px solid #939192;
    float:left;
    position: relative;    
}

#gallerypic img:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


#gallerypic2 img {
    border:1px solid #939192;
    float:left;
    position: relative;
	height:80px;
}

#gallerypic2 img:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#ani_albume img{
	margin:5px;
	border:1px solid #000;
}

#ani_albume img:hover{
	border:1px solid #CCC;
}

#top_albume{
	border-bottom:1px solid #666;
	padding-bottom:5px;
}