body {
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #eecc65 url("/themes/site_themes/f4k/bg.gif") repeat-y 50% 0;
	color: #301a13;
	font-size: 12px;
}

h1 { font-size: 16px; }

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#head-img { height: 150px; }

#nav-bar {
height: 60px;
width: 1000px;
text-align: center;
font-size: 24px;
line-height: 28px;
font-weight: bold;
color: #fff;
background:  url("/themes/site_themes/f4k/nav.gif") repeat-y 50% 0;
margin-top: 0px;
}

#nav-bar a { color: #fff; text-decoration: none; }
#nav-bar a:hover {text-decoration: underline; }

#main-body {
width: 700px;
}

#post {
	background:  url("/themes/site_themes/f4k/post-body.gif") repeat-y 50% 0;
}
#post-top {
	background:  url("/themes/site_themes/f4k/post-top.gif") no-repeat top left;
padding-top: 50px;
}

#post-bottom{
	background:  url("/themes/site_themes/f4k/post-bottom.gif") no-repeat bottom left;
padding-bottom: 30px;
}

#post-text { padding: 0 50px; }

#right-col {
float: right;
width:275px;
}

#content { margin: 0 50px; }
.thumb {float: left; margin: 12px 24px 6px 0;}