body {
	background:  #D5D6D7;
	text-align:center;	
}

h1{
	margin: 0;
	font-family: sans;
}

p{
	font-family: verdana, sans;
	font-size: 11px;
}

ul{
	margin: 0px;
	padding:0px 0px 0px 30px;
}
li{
	margin-bottom:8px;
}

textarea, input{
	border: 1px solid #AAA;
	background: #EEE;
}

a img{border-style: none;}
a:link 		{color: #800;}
a:visited	{color: #400;}
a:active	{color: #F00;}
a:hover		{color: #F00;}

.sidepanel a img{border-style: none;}
.sidepanel a:link 	{color: #FFF;}
.sidepanel a:visited	{color: #DDD;}
.sidepanel a:active	{color: #F00;}
.sidepanel a:hover	{color: #F00;}
.sidepanel ul {color:#FFF;}

.portrait{
	padding-top:4px;
	width: 90px; height: 102px;
	background: #343434;
	text-align:center;
}
.portrait:hover
{
	background: #800;
}

#container {
	width: 800px;
	height: 100%;
	background: #030000;
	text-align:left;
	margin: 0px auto;
	font-family: verdana, sans;
	overflow: auto;
}

#banner {
	width: 100%;
	height: 128px;
	display:block;
	background: #000;
}

#sidebar{
	width: 160px;
	height: 100%;
	display: block;
	float:left;
}

.menu_button{
	width: 140px;
	background: url('ico/menubutton.png') no-repeat 0% 0%;
	height: 100px;
	margin: 10px 10px 10px 10px;
	display:block;
	color: #F00;
	text-align:center;
	line-height: 4.0;
	font-size: 24px;
}
.menu_button a{
	text-decoration: none;
}
.menu_button:hover
{
	background: url('ico/menubutton.png') no-repeat 100% 0%;
	line-height: 3.9;
}
.submenu{
	font-size:12px;
	font-weight:bold; 
}
.submenu a{
	text-decoration:none;
}


#content{
	width: 640px;
	height: 100%;
	display:block;
	background: #030000;
	float:left;
}

#heading{
	padding: 10px;
	border-bottom: 1px solid #888;
}

#footer{
	margin-left:10px; margin-top:10px;
	width: 780px; height: 32px;
	min-height: 40px;
	background: url('ico/footer.png') no-repeat #030000;
	float: left;
	color: #888;
	font-family: verdana, sans;
	font-size: 12px;
	text-align:center;
	padding-top: 10px;
}
#footer_shadow{
	width: 800px; height: 32px; display: block;
	background: url('ico/footer_shadow.png') repeat-x;
	text-align:left; margin: 0px auto;
}

.video{
	height: 225px;
	width: 300px;
	float: left;
	display: block;
	position: relative;
	z-index: 1;
	/*background: #FFF;*/
}
.margin10{
	width: 10px; display:block; float:left;
}

.gallery_cell{
	position: relative;
	z-index:99;
	width: 140px;
	height: 124px;
	text-align:center;
	background: #343434;
	display: table-cell;
	vertical-align: middle;
}
.gallery_cell:hover
{
	background: #800;
}

#gallery_index{
	padding: 10px;
	width: 160px;
	height:100%;
	border-left: 1px solid #888;
	overflow: auto;
	display: block;
	float: right
}


.boldtxt{
	font-family: vedana, sans;
	font-size:12px;
	font-weight:bold;
}
/******************* CONTENT BLOCKS ******************************/

.content_heading{
	margin-top: 10px;
	width: 630px; height: 36px; 
	background: url('ico/content_header.png') no-repeat;
	border-bottom:1px solid #888;
	display: block;
	text-indent: 10px; line-height: 2.0;
	font-family: tahoma, sans;
	font-size: 18px; font-weight: bold;
	color: #400;
}
.content_heading a{
	text-decoration: none;
}

.content_block{
	width: 610px; background: #FFF;
	display: block; padding: 10px;
}
.content_footer{
	width: 630px; height: 8px; display:block;
	background: url('ico/content_footer.png') no-repeat;
}

.content_block2{
	width: 610px; background: #343434;
	display: block; padding:10px;
	color: #EEE;
}
.content_footer2{
	width: 630px; height: 8px; display:block;
	background: url('ico/content_footer_dark.png') no-repeat;
}

.column_half{
	width: 295px;
	float:left;
	font-family: verdana, sans;
	font-size: 12px;
	text-align: justify;
}
.column_spacer{
	width: 20px; height: 20px;
	display:block; float: left;
}

/********************** SIDE PANEL BLOCKS ****************************/
.sidepanel{
	margin-left: 10px; margin-top:10px;
}
.sidepanel_header{
	width: 140px; height: 8px; display: block;
	background: url('ico/sidepanel_header.png') no-repeat;
}
.sidepanel_button{
	font-weight: bold;
	width: 140px; height: 32px; display: block;
	text-align: left; line-height: 1.8;
	text-indent: 0px;
    background: url('ico/sidepanel_button.png') no-repeat 0% 0%;
}
.sidepanel_button:hover
{
	background: url('ico/sidepanel_button.png') no-repeat 100% 0%;
}
.sidepanel_content{
	width: 124px; 
	padding-left: 8px; padding-right: 8px;
	font-family: verdana, sans; font-size: 11px;
	background: #FFF;
}
.sidepanel_footer{
	width: 140px; height: 8px; display: block;
	background: url('ico/sidepanel_footer.png') no-repeat;
}

.sidepanel_header2{
	width: 140px; height: 8px; display: block;
	background: url('ico/sidepanel_header_dark.png') no-repeat;
}
.sidepanel_footer2{
	width: 140px; height: 8px; display: block;
	background: url('ico/sidepanel_footer_dark.png') no-repeat;
}
.sidepanel_content2{
	width: 124px; 
	padding-left: 8px; padding-right: 8px;
	font-family: verdana, sans; font-size: 11px;
	background: #343434;
	color: #AAA;
}


