/* CSS Document */

@charset "utf-8";

#container{
	margin:0px auto;
	width:800px;
}

#wrapper {
	margin:0px auto;
	width:800px;
	border-right-style:20px ridge #ffffff;
	border-left-style:20px ridge #ffffff;
	border-top:0px;
	background-color:#ffffff;
}


#leftBar{
width:1%;
background:url(imgdir/left_shadow.jpg) repeat-y;
}

#rightBar{
width:1%;
background:url(imgdir/right_shadow.jpg) repeat-y;

}


.entry-body{
padding:0 8px;
}


body {
	background:#fff url(imgdir/all_bg.gif) repeat-y left top;
	text-align:center;
	margin:0px auto;
	font-size:12px;
	color:#333333;
}