body {

  position:relative;
  padding: 0px;
	font-size:100%;
	background-image: url(/images/bg.jpg);
	text-align: center;
	

}

#container { 
	
	width: 980px;
	height: auto;
	margin: 0 auto;
  text-align: left;
  
}

#header {
	
		height: 131px; 
		width: 980px;
		overflow: hidden;
		
		float: left;
	
}

#buttons { 
		
		float: left;
		width: 253px;
		height: 372px;
		overflow: hidden;
		color: #751200;
}

#button-top { 
		
		float: left;
		background-image: url(/images/button_top.png);
		width: 253px;
		height: 75px;
		color: #751200;
		
}

#top_menu { 
	
		float: left; 
		background-image: url(/images/button_top_bg.png);
		height: 30px;
		width: 100%;
		font-family: verdana;
		color: #751200;
		font-size: 11px;
		
}

.button { 
	
		float: left;
		background-image: url(/images/button.png);
		width: 253px;
		height: 75px;
		
		/* border: 1px solid black; */
}

a { color: #751200; font-weight: bold; }

.text-button { 
		
		margin-left: 55px;
		width: 190px;
		height: 65px;
		margin-top: 5px;
		margin-bottom: 5px;
		/* border: 1px solid black; */
		
		overflow: hidden;
		
		font-family: verdana;
		font-size: 11px;
		
}

#sliders { 
		
		float: left;
		height: 372px;
		overflow: hidden;
		
}
#side_fill { 
		
		float: left;
		width: 51px;
		height: 372px;
		overflow: hidden;
		background-image: url(/images/slider_filler.png);
		
}

#body_left_container { 
		float: left;
		
		width: 641px;
		height: 553px;
}

#body_left_top { 
	
		float: left;
		
		width: 641px;
		height: 76px;
		background-image: url(/images/body_top.png);
		
}

#body_left { 
	
		float: left;
		
		width: 641px;
		height: 553px;
		background-image: url(/images/body.png);
		
}

#body_text_left { 

		font-family: verdana;
		font-size: 11px;
		color: #751200;
		position: relative;
			
		width: 510px;
		height: 375px;
		overflow: auto;
		margin-left: 120px;		
						
}

#body_text_right {
		margin-left: 15px;
		margin-top: 15px;
		font-family: verdana;
		font-size: 11px;
		color: #751200;
		position: relative;
		
		height: 405px;
		overflow: hidden;		
			
		width: 230px;				
}

#body_text_right_bottom {
		
		margin-top: 52px;
		margin-left: 75px;
		font-family: verdana;
		font-size: 11px;
		color: #E18A2A;
		position: relative;
		
		height: 30px;
		overflow: hidden;		
			
		width: 160px;				
}


#body_right { 
		
		float: left;
		
		width: 339px;
		height: 580px;
		
		background-image: url(/images/right_body.png);
		
}



#cu3er-container {width:676px; outline:0;}

img { 
	
	border: 0;
	
}

td { 
	
	font-family: verdana; 
	font-size: 11px;
	
}

h2 {
		color: white;
		font-size: 90%;
		font-family:verdana;
		margin-bottom: 10px;
		margin-top: 10px;
		font-weight:bold;
	}

 h1{
		color:#751200;
		font-size:150%;
		font-family:verdana;
		margin-bottom: 10px;
		margin-top: 10px;
		font-weight:bold;
	}
	
	h2 span{
		font-size:105%;
		font-weight:normal;
	}
	
	ul{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	li{
		margin:0px 10px 3px 10px;
		padding:2px;
		list-style-type:none;
		display:block;
		background-color:#fdc765;
		width:177px;
	}
	
	li a{
		width:100%;
	}
	
	li a:link,
	li a:visited{
		color:#751200;
		font-family:verdana;
		font-size:70%;
		text-decoration:none;
		display:block;
		margin:0px 0px 0px 0px;
		padding:0px;
		width:100%;
	}
	
	li a:hover{
		color:#751200;
		text-decoration:underline;
	}
	
	#sideBar{
		position: absolute;
		width: auto;
		height: auto;
		top: 200px;
		right:-7px;
		background-image:url(/images/background.gif);
		background-position:top left;
		background-repeat:repeat-y;
	}
	
	#sideBarTab{
		float:left;
		height:137px;
		width:28px;
	}
	
	#sideBarTab img{
		border:0px solid #FFFFFF;
	}
	
	#sideBarContents{
		overflow:hidden !important;
	}
	
	#sideBarContentsInner{
		width:200px;
	}
	
.coin-slider { overflow: hidden; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { display:none; }



a.cs-prev { background-image:url(img/left.png);height:52px; text-indent:-9999; display:block; width:52px; margin-left:15px;} 
a.cs-next { background-image:url(img/right.png);  height:52px; text-indent:-9999; display:block; width:52px; margin-right:15px;} 