@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9c0006;
	margin:0px;
	padding:0px;
	text-align:center;
}
img{
	border: none;
}
a{
	color:#990000;
	text-decoration:none;
}	
a:hover{
	color:#990000;
	text-decoration:underline;
}	

/* 
   site structure 
   page layout
*/
#container{
	width:774px;
	text-align:left;
	margin:auto;
	background-image: url(../images/sushiroom-bg.jpg);
	background-repeat: repeat-y;
}

#header{
	height:86px;
	margin:0px;
	padding:0px 0px 0px 11px;
	background-image: url(../images/bg-pattern.jpg);
	background-repeat: repeat-x;
}
#header-wrapper{
	margin:0px;
	height:90px;
	
}
#wrapper_outer{
	width:743px;
	margin:0px 0px 0px 16px;
	padding:0px;
	
		
}

#wrapper_inner{
	margin:0px 0px 0px 11px;
	padding:0px 0px 0px 0px;
	width:721px;
		
	
}

#top_links_wrapper{
	width:60%;
	float:right;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:13px 0px 0px 0px;
}
#top_links{
	padding:11px 0px 0px 0px;
	margin:0px;
}
#top_links a{
	margin:0px 3px 0px 3px;
	padding:0px 3px 0px 3px;

}

#conten_left{
	width:349px;	
	float:left;
	margin:0px;
	padding:5px;
	text-align:left;
}

#conten_left h2{
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	border-bottom:1px solid #cccccc;
}
#left_div{
	overflow:auto;
	height:280px;
}
#left_div p{
	padding:0px 0px 12px 0px;
	margin:0px;
}
.bottom_txt{
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	border-top:solid 1px #cccccc;
	text-align:center;
}
#content_right{
	width:349px;
	margin:0px 0px 3px 10px;
	padding:0px;
	float:left;
	
}

#pre_footer{
	text-align:center;
	height:1px;
	clear:both;
}

#footer_wrapper{
	text-align:left;
	height:64px;
	margin:0px;
	padding:0px;
	background-image: url(../images/sushiroom-footer.jpg);
	background-repeat: no-repeat;
}
#footer{
	width:721px;
	margin:0px 0px 0px 27px
	
}
#post_footer a{
	color:#ffffff;
}

#post_footer{
	width:774px;
	text-align:center;
	margin:auto;
	color:#ffffff;
}