.style1 {font-size: 72px}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333
}
body {
	background-color: #111;
	margin-top: 10px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}

#date {
	float: right;
	padding: 0 6px 0 0;
	line-height: 2em;
	font-weight: bold;
	letter-spacing: .2em;
	color: #999;
}

#nav ul li {
	display: inline;
	padding: 0 0 0 6px;
}

/* list view */

#list {
	padding: 10px;
}

#list table {
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
}

#list td {
	padding: 3px 5px;
	border: 1px solid #999;
}

#list td.selected {
	background: #999;
}

#list td.selected_up, #list td.selected_down {
	background: #333333;
}

/* thumb view */
#selected_cell {
	background: #ccc;
}

#thumb_nav ul {
	width: 760px;
	margin: 0 auto;
}

#thumb_nav ul li {
	display: inline;
	padding: 0 2px;
}
#body{
    display:block;
    margin:0px auto; 
	background-color:#222;
	position: relative;
	top: 54px;
	padding: 5px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;	
	width: 830px;
	height: 1700px;
}
#header{
	background-color:#777;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 77px;
	height: 50px;
	width: 810px;
	text-align: left;
	padding: 5px;
	border-color: #000;
	border-width: 1px;

}
#category{
	background-color:#aaa;
	position: absolute;
	text-align: right;
	top: 77px;
	left: 10px;
	right: 10px;
	height: 20px;
	width: 810px;
	padding: 5px;
	border-color: #000;
	border-width: 1px;
	
}
#nav{
	background-color:#999;
	position: relative;
	height: 16px;
	width: 80%;
	padding: 5px;
	float: left
}
#subnav1{
	background-color:#111;
	position: absolute;
	top: 115px;
	right: 195px;
	left: 10px;
	text-align: left;
	width: 180px;
	padding-left: 15px;
	border-color: #000;	
	border-width: 1px;
	border-style: solid;
}
#subnav2{
	background-color:#777;
	margin-top: 250px;
	position: relative;
	width: 193px;
	left: 0px;
}
#image{
	position: absolute;
	right: 5px;
	left: 228px;
	top: 115px;
	padding-right: 50px;
	width: 550px;
	text-align: justify;
	line-height: 130%;
	border-color: #000;
	border-width: 1px;
	font-size:14px;
	color:#999999;
}


/* file view */
