body {
	background: #FFF;
	background: url(images/bg.jpg) repeat;
	font-family: arial, verdana, serif;
	font-size: 12px;
	color: #000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}

a:active, a:hover {
	text-decoration: none;
	color: #000;
}

#banner {
	background: url(images/banner.png);
	width: 808px;
	height: 148px;
}

#menu {
	background: url(images/menu.png);
	width: 808px;
	height: 34px;
	text-align: left;
}

#hbtrans {
	background: url(images/hbtrans.png);
	width: 808px;
	height: 12px;	
}

#content {
	background: url(images/content.png);
	width: 808px;
	text-align: left;	
}

#footer {
	background: url(images/footer.png);
	height: 47px;
	width: 808px;
}

#posted {
	font-size: 10px;
} 

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1em;
	color: #666666;
}

#picture {
	width: 100px;
	margin: 0 25px 30px 25px;
	float: left;
	text-align: center;
}