html, body 
{
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

body  { 
	background-color: #BDB76B; 
	font-size: 11px; 
	font-family: Verdana, sans-serif;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#DDDDDD;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FFFFFF; 
	}
	
div#container 
{
	 position: relative;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 text-align: center;
}

div#content 
{
	position: absolute;
	width: 800px;
	height: 534px;
	left: 50%; 
	top: 50%;
	margin-left: -400px; 
	margin-top: -267px;
	display: inline; 
	overflow: hidden; 
	background-color: white; 
}

div#leftbar 
{
	float: left; 
	width: 223px; 
	height: 501px; 
	left: 0px; 
	top: 33px; 
}

div#main
{
	position: absolute; 
	width: 535px; 
	height: 459px; 
	right: 0px; 
	margin: 24px 24px 18px 18px;
	text-align: left; 
	color: black; 
}


td {
	font-size: 10px;
	}

p    { 
	color: black; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana, sans-serif; 
	margin: 0 0 10px; 
	padding: 0; 
	border: 0;
	text-align: left; 
	}
	
a   { 
	color: #696969;
	text-decoration: none 
	}
	
a.other   { 
	color: #a52a2a;
	text-decoration: none 
	}

a:hover  { 
	color: #a52a2a; 
	}

h4 {
	font-weight: bold; 
	font-size: 12px; 
	line-height: 16px; 
	padding-bottom: 0pt;
	
	}


img 
{
	border: 0; 
}


.listright
{
	position: absolute;
	width: 153px; 
	left: 0; 
	top: 260px; 
	padding-right: 8px; 
}

.listright p
{
	text-align: right; 
	font-size: 12px;
}

.smallp {
	font-size: 11px; 
	}

.bottommenu {
	position: absolute;
	width: 800px;
	height: auto	;
	left: 50%; 
	top: 50%;
	margin-left: -400px; 
	margin-top: 267px;
	display: inline; 
	overflow: hidden; 
	text-align: center; 
	font-size: 11px; 
	color: #DCDCDC; 
}

#slidename, #slidename:hover
{
	color: black; 
}

div.textframe
{
	padding-right: 8px; 
	overflow: auto; 
	text-align: left; 
}

table.gallery 
{
	width: 535px; 
	height: 459px; 
}

table.gallery tr
{
	height: 150px; 
}

table.gallery td
{
	width: 33%; 
	text-align: center; 
	vertical-align: middle; 
}

table.project_tn td
{
	width: 40px;
	height: 40px; 
}