/* CSS Document */
#pg_main{
	background:url(../img/pg_texture.png) top center repeat-y;
}

#pg_top{
	xborder:1px solid #F00;
	height:45px;
	background:url(../img/pg_top.png);
	color:#333;
	padding: 35px 0px 0px 40px;
	font-size:22px;
	font-family:Arial;	
}
#pg_page{
	background:url(../img/pg_page.png) top center no-repeat;

}


.fileList {
	margin-bottom:15px;
	padding-bottom:15px;
	xborder-bottom:1px dotted #AAA;
	float:left;
	margin-left:30px;
	float:left;
	width:290px;
}
.fileList {
	padding-bottom:15px;
	border-bottom:1px dotted #AAA;
}
.fileList + .fileList ul{
	border-left:1px dotted #AAA;
	padding-left:15px;
}

.fileList li{
	margin-bottom:5px;
	list-style:none;
}

.fileListTitle {
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	font-size:14px;
	font-family:Arial;	
}


#pg_down{
	clear:both;
	height:25px;
	background-image:url(../img/pg_down.png);
}