html, body
{
	height:100%;
} 
body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url('../img/bg.jpg') repeat-y center;
	text-align: center;
}
div
{
	font-family: trebuchet ms;
	color: #666666;	
}
form
{
	margin: 0;
}
#container
{
	width: 981px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}
#header
{
	clear: both;
	overflow: auto;
	background: url('../img/header.jpg');
	height: 166px;
	width: 981px;
	margin: 0 auto;
}
#push
{
	height: 96px;
}
#footer
{
	clear: both;
	overflow: auto;
	background: url('../img/footer.jpg');
	height: 96px;
	width: 981px;
	margin: -96px auto 0 auto;
	position: relative;
	left: 1px;
}
#header img
{
	margin: 110px 0 0 90px;
}
#nav1
{
	background: #DDDDDD url('../img/nav_bar.jpg') repeat-x top;
	height: 24px;
	font-size: 11px;
	border-bottom: 1px solid #9a9a9a;
	border-top: 1px solid #9a9a9a;
	padding: 7px 0 0 45px;
	color: #595959;
	width: 857px;
	margin: 0 39px 0 39px;
}
#body
{
	width: 100%;
	overflow: auto;
}
#nav2
{
	width: 12%;
	float: left;
	padding: 30px 0px 0px 8%;
	font-size: 12px;
	float: left;
	height: auto;
	min-height: 100%;
	margin-right: 40px;
}
.nav_box
{
	padding: 0px 10px 0px 20px;
	background: url('../img/box_bar.gif') repeat-y;
	width: 158px;
	float:left;
	margin-top: -10px;
}
#content
{
	width: 60%;
	padding: 25px 10% 15px 35px;
	font-size: 12px;
	position: relative;
	float: left;
}
#toolbar
{
	border-bottom: 1px dashed #cccccc;
	float: left;
	width: 100%;
	padding: 5px 0px 2px 10px;
	font-size: 11px;
	height: 20px;
	margin-bottom: 15px;
}
.elem_caption
{
	width: 100px;
	font-weight: bold;
	padding: 3px;
}

.elem
{
	font-family: trebuchet ms;
	font-size: 11px;
	color: #666666;
	border: 1px solid #aaaaaa;
	background: #ffffff;
	margin: 1px 0px;
}
.elem.e_checkbox
{
	border: 0;
	margin: 0;
}
.elem_selected
{
	border: 1px solid #777777;
}
#main_table
{
	width: 100%;
}
#main_table td
{
	font-size: 12px;
}
#comments_box
{
	padding-left: 20px;
	width: 400px;
}
.elem_cell
{
	padding-top: 3px;
	padding-bottom: 6px;
	width: 500px;
}
#content #main_table .elem_cell a:link, #content #main_table .elem_cell a:visited
{
	color: #777;
}
#content #main_table .elem_cell a:hover
{
	text-decoration: underline;
	color: #777;
}
.ar
{
	text-align: right;
}
a:link
{
	text-decoration: none;
	color: #595959;
}
a:visited
{
	color: #595959;
	text-decoration: none;
}
a:hover
{
	color: #888888;
}
.error
{
	color: red;
	padding: 20px 0px;
	font-size: 11px;
}
.fplist
{
	width: 100%;
}
.fplist td
{
	background: #F6F6F6;
	padding: 1px 3px;
	color: #444444;
}
.sm
{
	font-size: 80%;
}
.h
{
	display: none;
}
.ar
{
	text-align: right;
}
.nm
{
	margin: 0px;
}
h1,h2,h3
{
	margin: 5px 0;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 20px;
}
h3
{
	font-size: 16px;
}
.fl
{
	float: left;
}
.small
{
	font-size: 0.8em;
}
.clear
{
	clear: both;
	height: 30px;
}
.page_nav a
{
	color: #777;
}
.page_nav a.active
{
	font-weight: bold;
	color: #333;
}
img
{
	border: 0;
}
.archive_month
{
	display: none;
	padding-left: 15px;
}
#comments_box
{
	width: 350px;
}
hr
{
	height: 1px;
	border: 1px solid #aaa;
	border-width: 1px 0 0 0;
}