@charset "UTF-8";

#content div.site{
	margin:1em 85px 60px;
	padding-bottom:10px;
	background:url(..//images/site_back.gif) no-repeat 100% 100%;
	border:solid 1px #aaa;
}
#content div.site h1{
	margin:0px;
	padding:10px 40px 10px;
	line-height:2;
	font-size:15px;
	font-weight:bold;
	background:url(<;mt:blogurl>/images/site_top.png) repeat-x;
	color:#653f11;
}
#content div.site h2{
	margin:0px;
	padding:10px 30px 10px;
	line-height:2;
	font-size:15px;
	font-weight:bold;
	background:url(..//images/site_top.png) repeat-x;
	color:#653f11;
}
#content div.site p{
	margin:0em 40px 1.5em;
}
#content div.site img{
	border:none;
	margin:0px;
}
#content div.site .register{
	clear:both;
	width:150px;
	height:35px;
	margin:5px 10px 10px 40px;
	overflow:hidden;
	text-indent:-1000px;
	background:url(../images/site_register.png) no-repeat;
	font-size:13px;
}
#content div.site .register a{
	display:block;
	height:35px;
}
#content div.site .top_banner{
	float:left;
	margin:1em 40px 25px 40px;
}
