body,html 
{
	margin: 0;
	padding: 0;
	height: 100%;
}


body
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #444444;
	background-color: #303030;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	height: 100%;
	font: 12px tahoma, sans-serif;
	text-align: none;
}

#footer
{
	width: 100%;
	display: none;
	
}

.main
{
	float: left;
	width: 80%;
	min-height: 100%;
	background-color: white;
	vertical-align: top;
	text-align: left;
}

#shadowleft
{
	width: 10%;
	height: 100%;
	min-height: 100%;
	float: left;
 	background: url('gfx/shadow_left.gif') repeat-y right;
}

#shadowright
{
	width: 10%;
	height: 100%;
	min-height: 100%;
	height:auto !important;
	float: left;
 	background: url('gfx/shadow_right.gif') repeat-y left;
}

#bodyContent
{
	padding: 10px;
	width: 100%;
	display: block;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a img {
	border: 0px;
}

hr {
	border: 0px none ;
	width: 100%; height:
	1px; background-color:
	rgb(211, 211, 211);
}

ul {
	padding-left: 30px;
}

.header 
{
	background: url('gfx/header.jpg') no-repeat;
	background-color: #511e1d;
	height: 100px;
	width: 100%;
	float: center;
}
	
.content
{
	padding: 10px;
	background-color:#FFFF99;
}

.mainnav a
{
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.mainnav a #current {
	color: white;
}

.mainnav {
	background: url('gfx/gradient.gif') repeat-x;
	height: 35px;
	padding-left: 5px;
	line-height: 100%;
}

.subnav a
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.subnav
{
	height: 24px;
	color: white;
	background-color: #5d1f20;
	padding-left: 20px;
	padding-top: 6px;
	border-bottom: black solid thin;
}

.internal a
{
	color: #DE6A18;
}

.menu2 a
{
	font-size: 25px;
	font-weight: bold;
}


.title
{
	font-size: 18px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	/*color: #E06E16;*/
	color: #666666;
}
.pagetitle
{
	padding: 15px 10px 0px 10px;
	max-width: 500px;
}

.pagetitle span
{
	font-size: 19px;
	font-family: tahoma;
	font-weight: bold;
	/*color: #E06E16;*/
	color: #5d1f20;
}

/* bar */
#nav
{
	margin: 0;
}


#nav ul
{
	display: inline;
	margin: 0px;
	padding: 0px 50px 0px 0px;
	list-style: none;
}

#nav li
{
	float: left;
	background: transparent;
	margin: 0;
	padding: 0px 0px 0px 5px;
}

#nav a
{
	display: block;
	padding: 10px;
}

#nav #tab_current
{
	background: url("gfx/tab_left_home.jpg") no-repeat left top;
}

#nav #tab_current a
{
	background: url("gfx/tab_back_home.jpg") repeat-x;
	color: white;
}

/* for the main menu 'tabs' */
div.navtab
{
	float: left;
	text-align: center;
	padding: 13px 10px 10px 10px;
}

div.rightpanel
{
	width: 190px;
	float: right;
	/*font-size: normal;*/
	padding: 5px 5px 10px 10px;
	margin: 5px 5px 10px 10px;
	border: 1px solid #000000;
}

.thumbnail
{
	padding: 6px 6px 16px 6px;
	background-color: #484848;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
