html {height: 100%; overflow-y: scroll;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_center.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
	font-size: 12px;
	min-height: 100%;
}

A,
A:visited,
A:link {
	text-decoration: underline;
	color: #2b6b90;
}
A:hover {
	text-decoration: none;
}
STRONG { font-size: 12px; }

#content {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}

#content div.post { margin: 0 0 30px 0; }

#menu {
	margin-right: 2px;
	margin-left: 470px;
}

#bottom {
	padding: 3px;
	clear: both;
	text-align: right;
}

.blog {
	width: 400px;
}
.post_header {
	font-size: 16px;
	font-weight: bold;
}
.post_header A:link, .post_header A { color: #000; text-decoration: none; }

.post_text {
	
}

.post_small {
	font-size: 9px;
	color: #A5A5A5;
}

/* content layout */
#leftbox {
	position: absolute;
	left:0px;
	top:0px;
	width:278px;
	background: url(images/bg_left.jpg) left top no-repeat;
	height:768px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
}
#leftbox a:link, #leftbox a:visited { color: #000; text-decoration: none; }
#leftbox a:hover { color: #444444; text-decoration: none; } 
	
#rightbox { 
	position: absolute;
	right:0px;
	top:0px;
	width:260px;
	background: url(images/bg_right.jpg) left top no-repeat;
	height: 768px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-top: 60px;
	text-align: center;
}
#rightbox a:link, #leftbox a:visited { color: #000; text-decoration: none; }
#rightbox a:hover { color: #444444; text-decoration: none; } 
	
#content {
	margin-left: 290px;
	margin-right:270px;
	padding-top: 200px;
	background: url(images/bg_top.gif) center 30px no-repeat;
	min-height: 300px;
	height: 300px;
}
