*{
	margin: 0px;
	padding: 0px;
	font-family: trebuchet MS;
	font-size: 12px;
}
img{
	border: 0px;
}
body{
	background-image: url(/images/bg.gif);
}
#bg{
	width: 100%;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
}
#wrap{
	width: 800px;
	margin: 0 auto;
	border: 2px solid black;
	height: 1974px;
	clear: both;
	background: white;
}
.clearfix:after{
	display: block;
	clear: both;
	visibility: hidden;
	height: 0; 
	content: "."; 
}
#menu{
	width: 200px;
	float: left;
	height: 2000px;
	background: #f1f1f1;
}
#menu ul{
	list-style: none;
}
#menu ul li{
	display: block;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #ccc;
	padding-left: 4px;
}
#menu ul li.sel{
	background-image: url(/images/selected.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
#menu ul li.sel a{
	color: white;
}
#menu ul li a{
	float: left;
	display: block;
	color: #900;
	font-weight: bold;
	padding-top: 4px;
}
#menu ul li .info{
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	line-height: 100%;
	padding-top: 8px;
}
#menu ul li .info.sel{
	color: white;
	padding-right: 16px;
}
#menu .suma{
	width: 80%;
	margin: 4px auto;
	background: #ffc;
	border: 1px solid #900;
	padding: 4px;
}


#main{
	width: 600px;
	float: right;
	background: white;
	height: 2000px;
}
#main .tn{
	width: 138px;
	text-align: right;
	padding: 4px;
}
#main .title{
	font-size: 14px;
	color: blue;
}
#main .dsc{
	font-size: 11px;
	color: #999;
}
#main .st{
	width: 120px;
	border: 1px solid #ccc;
	padding: 4px 8px;
}
#main .atc{
	width: 128px;
	border: 1px solid #ccc;
	padding: 4px;
	text-align: left;
}
#main .at{
	width: 40px;
	height: 40px;
	margin: 1px;
}
#main .nick{
	font-weight: bold;
	color: #c00;
}



#album{
	text-align: center;
	background: white;
}
#album h1{
	font-size: 32px;
	border-bottom: 1px solid #ccc;
	width: 90%;
	margin: 8px auto;
}
#album h3{
	font-size: 14px;
	margin: 4px auto;
}


.pages{
	width: 90%;
	margin: 8px auto;
	text-align: center;
	padding: 8px;
}
.pages a{
	color: blue;	
	font-size: 18px;
}
.pages span{
	color: gray;
	font-size: 18px;
}
.pages .page{
	margin: 0px 40px;
	color: red;
	font-size: 24px;
	font-weight: bold;
}
.brdt{
	border-top: 2px solid #ccc;
}
.brdb{
	border-bottom: 2px solid #ccc;
}

.pinfo{
	width: 90%;
	border: 1px solid #c00;
	background: #ffc;
	text-align: center;
	margin: 8px auto;
	padding: 8px;
	font-size: 18px;
}
.pinfo span{
	font-size: 24px;
	color: #c00;
	font-weight: bold;
}
a {color:#FE9C1F; FONT-SIZE: 12px;}
h1 {color:#FE9C1F; FONT-SIZE: 12px;}

