body{
	background: #88aad7;
	margin: 0;
	font-family:Calibri,Arial,Helvetica,sans-serif;
}

#top{
	background: #88aad7 url(../images/top.png) no-repeat scroll 0 0;
	margin-left: auto;
	margin-right: auto;
	width:810px;
	height:32px;
}

#main{
	background: #88aad7 url(../images/middle.png) repeat-y scroll 0 0;
	margin-left: auto;
	margin-right: auto;
	width:730px;
	padding: 20px 40px;
}

#bottom{
	background: #88aad7 url(../images/bottom.png) no-repeat scroll 0 0;
	margin-left: auto;
	margin-right: auto;
	width:810px;
	height:28px;
}

#main h1{
	color: #365f91;
	margin-top: 0px;
	text-align: center;
}

#main h2{
	color: #365f91;
}

a img {
	border-width: 0px;
	text-decoration: none;
}

.folder_content{
	margin: 50px 20px 20px;
}

.folder, .file{
	border: solid 1px #ffffff;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	margin: 5px;
	min-height:128px;
	width: 100px;
}

.folder:hover, .file:hover{
	border: solid 1px #0409fb;
	background: #e6e7ff;
}

.folder a, .file a{
	text-decoration: none;
}

.end_list{
	clear: left;
}

.author{
	margin: 0 auto;
	width: 380px;
}

.pub{
	display: none;
}

.note{
	border: solid #0409fb;
	border-width:1px 0px;
	margin: 10px 0px;
	padding: 5px;
	background: #e6e7ff;
}