body
{
	background: url('images/bodybg.jpg') #999999 repeat-x;
	color: #666666;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: justify;
}

#container
{
	background: url('images/containerbg.jpg') #ffffff repeat-y;
	margin: 0 auto;
	width: 960px;
}

#header
{
	background: url('images/headerbg.jpg') no-repeat;
	height: 110px;
	font-size: 10px;
	padding: 40px 0 0 50px;
	position: relative;
}

#header h1
{
	margin: 0;
	font-size: 20px;
}

#header a
{
	color: #666666;
}

#header a:hover
{
	color: #333333;
}

#navbar
{
	background: url('images/navbarbg.jpg') no-repeat;
	height: 50px;
}

#navbar ul
{
	border-left: 1px solid #cccccc;
	margin: 0;
}

#navbar li
{
	display: block;
	float: left;
}

#navbar a
{
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px 0 20px;
	font-size: 11px;
	color: #999999;
	line-height: 30px;
	background: url('images/navbuttonbg.gif');
	background-position: right 50%;
}

#navbar a:hover, #navbar .current_web
{
	color: #666666;
	background: url('images/navbuttonbg-hover.gif');
	background-position: right 50%;
}

#blogroll
{
	position: absolute;
	right: 60px;
	width: 250px;
}
#blogroll ul
{

}

#maincontent
{
	width: 600px;
	padding: 0px 50px 0px 50px;
}

#maincontent img
{
	max-width: 600px;
	padding: 10px;
}

#footer
{
	background: url('images/footerbg.jpg') no-repeat;
	height: 150px;
	text-align: center;
}

#footer a
{
	color: #333333;
}

#footer a:hover
{
	color: #666666;
}

a
{
	text-decoration: none;
}

.post
{
	margin: 0 0 50px 0;
}

.tags
{
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry
{
	margin: 20px 0 0 0;
}

.entry p
{
	margin: 0 0 20px 0;
}

.post h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.post h3
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

.post a
{
	color: #0195c5;
}

.post a:hover
{
	color: #333333;
}

.post a img
{
	border: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment
{
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px;
}

.commentlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li
{
	background: #ebebeb;
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.commentlist p
{
	clear: both;
	margin: 0 0 20px 0;
}

.avatarcontainer
{
	float: left;
	margin: 0 5px 10px 0;
}

.avatar
{
	border: 1px solid #cccccc;
}

.ad468x60
{
	width: 600px;
	height: 80px;
}