.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: #333333;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
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;
}
#category{
	background-color: none;
	background-image:url(images/background/black_vertical2x2.gif);
	position: absolute;
	text-align: right;
	top: 62px;
	left: 10px;
	right: 10px;
	height: 35px;
	width: 810px;
	padding: 5px;
	border-color: #000;
	border-width: 0px;
	border-style: solid;
	
}
#nav{
	background-color:#999;
	position: relative;
	height: 16px;
	width: 80%;
	padding: 5px;
	float: left
}
#subnav1{
	background-color: none;
	background-image:url(images/background/black_vertical2x2.gif);
	position: absolute;
	top: 115px;
	right: 195px;
	left: 10px;
	text-align: left;
	width: 180px;
	padding-left: 15px;
	border-color: #000;	
	border-width: 0px;
	border-style: solid;
}
#subnav2{
	background-color:#777;
	top: 250px;
	position: absolute;
	width: 193px;
	left: 0px;
}
#image{
	position: absolute;
	background-image:url(images/background/black_vertical2x2.gif);
	right: 5px;
	left: 214px;
	top: 115px;
	padding-right: 5px;
	padding-left: 5px;
	width: 602px;
	text-align: justify;
	line-height: 130%;
	border-color: #000;
	border-width: 1px;
	font-size:14px;
	color:#999999;
}		
	


/* file view */
