@charset "utf-8";
body {
	background:#e8e8e8 url(../images/page_bg.png) 0 -40px repeat-x;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
}

#wrap {
    padding-right:322px;
    overflow:hidden;
}

#sidebar{
	float:left;
	width:282px;
	margin:0px 0px 0px 30px;
	
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
	}
	
#content_container{
min-height:300px;	
margin: 0 -322px 0 auto; 
width: 100%;
float:right; 	
	}	
	
#header{
	padding:10px 10px 0px 0px;
	text-align:right;
	height:50px;
	
	}
	
#logo{
	margin:30px 0px 0px 0px;	
	}	
	
#nav{
	display:block;
	height:44px;
	}
	
#picturescroll{		
display:block;
height:175px;
overflow:hidden;
}

#vmenu{
	margin:10px 0px 0px 0px;
	}


#footer{
	margin:10px 0px 0px 0px;
	clear:both;
	height:20px;
	padding:20px 20px;
	background:url(../images/footer_bg.png);
	}
/*
.dalan {
margin:10px;
width:auto;
float:left;

}
		
.members{
	float:left;
	margin:0px 0px 0px 20px;
width:30% ;
font-family: Arial, Helvetica, sans-serif ;
	font-size:16px;
	line-height:10px;
	
	}
	
	
.blue_color{
		color: #039;
		font-weight:bold;}	
		
			*/
			
#customer_login{
	 width:480px;
	 float:right;
	 margin:2px 0px;
	 background:#EEE;
	 padding:5px 10px;
	 
	 -webkit-border-radius: 5px;
	border-radius: 5px; 
	}			
	
#customer_login input{ border:1px solid #555; font-size:90%; }	