body
{
	background-color:white;
	background-image: url('duel_background.jpg');
	background-repeat: no-repeat;
	background-position:center;
}

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

#double
{
	width: 900px;
	height: 100%; 
	align: center;
	background-color:white;
	border-style:outset;
	border-width: 4px;
	border-color: #eeeeee;
}

#text_align
{
	width: 825px;
	height: 100%; 
	align: center;
}

#base_background_top
{
	width: 900px;
	height: 200px;
	background-image: url('duelhead.jpg');
	background-repeat: no-repeat;
}

#selection
{
	width: 900px;
	height: 148px;
	background-image: url('duelselection.jpg');
	background-repeat: no-repeat;
}

#menu
{
	width: 900px;
	height: 40px;
}

#base_background_content
{
	width: 900px;
	height: 440px;
	background-image: url('duel_textback.jpg');
	background-repeat: no-repeat;
	background-position:bottom;
}

#selection_mid
{
	width: 450px;
	height: 105px;	
	margin-top:15px;
	float: left;
	padding:10px;
	font-family: Verdana; 
	font-size: 11px;
	color: #5d5d5d;
}

#selection_right
{
	width: 250px;
	height: 105px;	
	float: right;
	margin-top:15px;
	padding:10px;
	font-family: Verdana; 
	font-size: 11px;
	color: #5d5d5d;
}


#col_left 
{
	width: 450px;
	height: 190px;	
	float: left;
	padding:10px;
	font-family: Verdana; 
	font-size: 11px;
	color: #5d5d5d;
	Overflow: auto;
}

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

#col_right 
{
	width: 240px;
	height:250px;	
	float: right;
	margin-top:75px;
	padding:10px;
	font-family: Verdana; 
	font-size: 11px;
	color: #5d5d5d;
	Overflow: auto;
}

#col_main 
{
	width: 830px;
	height:320px;
	padding-top:15px;
}

#oneonedesign_left
{
	width: 220px;
	height: 10px;
	margin-top: 85px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
	float: left;
	font-family: Verdana; 
	font-size: 10px;
	color: #595959;
}

#oneonedesign_right
{
	width: 380px;
	height: 10px;
	margin-top: 85px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;	
	clear: right;
	font-family: Verdana; 
	font-size: 10px;
	color: #595959;
}

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=90);   
	-moz-opacity: 0.9;   
	opacity: 0.90;
}

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

h3 
{
	color:#a3a3a3;
	font-size: 15px;
	margin-bottom: 3px;
}

h4 
{
	color: #000000;
	font-size: 12px;
}

h5 
{
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 3px;		
}

img
{
	border: none;
}

