
body {
	background:transparent url(images/background.jpg) 50% 0 repeat-y;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

}
#wrapper{
margin:0 auto;
width:778px;
}
#page{
float:left;
clear:both;
width:778px;
background:#FFFFFF;
text-align:center;
}
#header{
float:left;
clear:both;
width:778px;
padding-top:60px;
}

#banner{
float:left;
clear:both;
width:778px;
height:191px;
overflow:hidden;
margin: 16px 0px 0px 0px;
position: relative;
}
#banner img{
	border: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#sub_banner{
float:left;
clear:both;
width:778px;
background:url(images/sub_banner.jpg);
height:48px;
}
#content, #extra{
float:left;
clear:both;
width:778px;
}
#entry{
float:left;
clear:none;
padding:20px 205px 20px 205px;
width:368px;
text-align:left;
font-size:12px;
} 

h1{
font-size:13px;
color:#f33a00;
font-weight:bold;
line-height:14px;
margin:2px 0px 2px 0px;
}
blockquote{
padding:15px;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
margin:10px;
}

a:link, a:visited{
color:#f33a00;
}
a:hover{
color:#000000;
}


#footer{
	float:left;
	clear:both;
	width:778px;
	height:34px;
	background:#e7e8e8;
	margin:20px 0px 20px 0px;
}
