body
{
	background-image: url('backpx21.gif');
	background-repeat: no-repeat;
	background-color:#000000;
	background-position:center;
}

#container
{
	width: 100%;
	height: 100%;
 	align: center;
	margin-top:40px;
	
}

#double
{
	width: 900px;
	height: 100%; 
	align: center;
	border-style:ridge;
	border-width: 5px;
	border-color: #5a5a5a;
}

#selection
{
	width: 900px;
	height: 44px;
	background-image: url('webmenu.gif');
	background-repeat: no-repeat;
}

#base_background_top
{
	width: 900px;
	height: 182px;
	align: center;
	background-image: url('webhead.gif');
	background-repeat: no-repeat;
}

#base_background_content
{
	width: 900px;
	height: 509px;
	background-image: url('webback.gif');
	background-repeat: no-repeat;
}

#content 
{
	width: 900px;
	height: 100%;
}

#main_text
{
	width: 660px;
	height: 430px;	
	font-family: Verdana; 
	font-size: 11px;
	color:#929292;
	Overflow: auto;
	float:right;
	padding:5px;
	margin-top: 10px;
	margin-right:50px;
}

#left_gallery
{
	width: 450px;
	height: 60px;
	padding-left:15px;
	float: left;
	font-family: Verdana; 
	font-size: 11px;
	color: #5d5d5d;
	Overflow: auto;
	white-space: nowrap; 
}

#left_gallery_gd
{
	width: 450px;
	height: 160px;
	padding-left:15px;
	float: left;
	font-family: Verdana; 
	font-size: 11px;
	color: #5d5d5d;
	Overflow: auto;
	white-space: nowrap; 
}

#footer
{
	width: 820px;
	height: 10px;
}

#oneonedesign_left
{
	width: 220px;
	height: 10px;
	float: left;
	padding-top: 40px;
	margin-left:10px;
	font-family: Verdana; 
	font-size: 10px;
	color: #929292;
}

#oneonedesign_right
{
	width: 380px;
	height: 10px;
	float: right;
	padding-top: 40px;
	margin-right:10px;	
	font-family: Verdana; 
	font-size: 10px;
	color: #929292;
}

#keywords
{
	width: 500px;
	height: 2px;	
	font-family: Verdana; 
	font-size: 5px;
	color:#ffffff;
}

a
{
	text-decoration: none;
	font-size: 10px;
}

a:link 
{ 
	color: #595959;
} 

a:visited 
{ 
	color: #595959; 
	text-decoration : none;
} 

a:hover 
{ 
	color: #3F3F3F;
} 

a.opac img
{
	filter:alpha(opacity=80); 
	-moz-opacity: 0.80; 
	opacity: 0.80;
}

a.opac:hover img
{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	border: 0;
}


a.opac2 img
{
	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}

a.opac2:hover img
{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	border: 0;
}

h3 
{
	color:#df8b00;
	font-size: 13px;
	margin-bottom: 3px;
}

h4 
{
	color:#df8b00;
	font-size: 11px;
	
}

h5 
{
	color: #008bcd;
	font-size: 10px;
	margin-bottom: 3px;		
}

img
{
	border: none;
}

ul.thumb
{
	float: left;
	list-style: none;
	margin-left: 5px; padding: 3px;
	width: 410px;
}
ul.thumb li 
{
	margin: 0; padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 400px;
	height: 100px;
}
ul.thumb li img 
{
	width: 400px; height: 106px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 0px;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover 
{
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}