body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #111;
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
}

table
{
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
}

p
{
	padding: 1px;
	margin: 5px 0;
	text-align: justify;
}

a:link, a:visited
{
	text-decoration: none;
	color: #CCC;
}

a:hover
{
	text-decoration: underline;
	color: #FFF;
}

a:active
{
	text-decoration: none;
	color: #CCC;
}

input, textarea
{
	border: 1px solid #CCC;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	background-color: #444;
}

select
{
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	background-color: #444;
}

select
{
	
}

#wrap
{
	border: 1px solid #000;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

#leftbar
{
	background-image: url(leftbar.gif);
	background-repeat: repeat-y;
	width: 26px;
}

#content
{
	background-color: #333;
	width: 713px;
}

#rightbar
{
	background-image: url(rightbar.gif);
	background-repeat: repeat-y;
	width: 31px;
}

#content2
{
	padding: 0 0 0 7px;
	width: 530px;
	width/* */:/**/523px;
	width: /**/523px;
}

.navhead
{
	margin: 0;
	padding: 0;
	width: 183px;
	height: 26px;
	background-image: url(navhead.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #FFF;
	line-height: 26px;
	letter-spacing: 1px;
}

.links
{
	margin: 0 0 10px 0;
	padding: 7px 0;
	list-style-type: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #23272C;
	width: 183px;
	width/* */:/**/181px;
	width: /**/181px;
}

.links li
{
	padding: 0 0 0 23px;
	margin: 2px 0;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
	width: 181px;
}

.header
{
	padding: 0 0 2px 5px;
	color: #FFF;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #FFF;
	margin: 5px 0 5px 0;
}