
@import url(blogcontent.css);
@import url(blognav.css);
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color: #A1A23C;
	font-size: 76%;
	line-height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0 10px 30px 10px;
}

#page {
	max-width:900px;
	min-width:756px;
	margin:0 auto;
	}

#headbox {
	margin: 0;
	width: 100%;
	background: #FBFBFB url(../blogimg/cornerrightbottom.gif) no-repeat bottom right;
	font-size: 100%;
	margin-bottom:9px;
	margin-top:20px;
}


#sidebox {
	width: 30%;
	background: #FBFBFB url(../blogimg/cornerrightbottom.gif) no-repeat bottom right;
	font-size: 100%;
	float:right;
	margin-bottom:20px;	
}

#mainbox {
	width: 69%;
	background: #FBFBFB url(../blogimg/cornerrightbottom.gif) no-repeat bottom right;
	font-size: 100%;
	float:left;
	margin-bottom:20px;
}

.boxhead {
	background: #FBFBFB url(../blogimg/cornerrighttop.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align:left;
}

.boxhead p, .boxhead h1 {
	background: url(../blogimg/cornerlefttop.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	font-weight: normal; 
	font-size: 0.9em; 
	line-height: 1.0em;
}

.headboxhead {
	background: #FBFBFB url(../blogimg/cornerrighttop.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}

.headboxbody {
	background:  url(../blogimg/cornerleftbottom.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 30px 22px 30px;
	text-align:right;
}

.headboxhead p {
	background: url(../blogimg/cornerlefttop.gif) no-repeat top left;
	margin: 0;
	padding: 22px 80px 2px 30px;
	color: #000; 
	font-weight: normal; 
	font-size: 0.9em; 
	line-height: 1em;
	text-align:right;	
}

.headboxbody h1 {
	width:430px;
	padding-left: 100px;

}

.headboxbody p {
	float:right;	
	text-align:right;
	width:230px;
	padding-top:20px;
	padding-right:6px;
}

.boxbody {
	background:  url(../blogimg/cornerleftbottom.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 10px 30px;
	min-height:2323px;
}
