* {margin: 0; padding: 0; border: none; text-decoration: none}
body {
	text-align: center;
	font: .8em "tahoma", "verdana", sans-serif;
	background: #fff;
	color: #444;
}
#container {
	width: 770px;
	background: url(bg.jpg) repeat-y;
	margin: auto;
}
#content {
	width: 470px;
	background: url(header.jpg) no-repeat;
	float: left;
	padding: 0px 100px 0 30px;
}
#column {
	margin: 110px 0 0 -40px;
	width: 200px;
	float: left;
}
#footer {
	clear: both;
	background: url(footer.jpg) no-repeat;
	height: 81px;
	padding: 0 220px 0 0;
	font-size: 90%;
	line-height: 50px;
}
h1#title {
	font-size: 200%;
	font-weight: normal;
	margin: 25px 0 30px 0;
	line-height: 55px;
	text-align: left;
	color: #626b70;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	margin: 0 0 5px 0;
	line-height: 55px;
	background: url(divider1.gif) bottom center no-repeat;
	color: #484f54;
}
h3 {
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	margin: 0 0 5px 0;
	line-height: 52px;
	background: url(divider2.gif) bottom center no-repeat;
	color: #484f54;
}
p {text-align: justify; margin: 6px 0;}
a:link, a:visited {color: #818c93;}
a:hover {color: #484f54;}
#content ul, #content ol {text-align: justify; margin-left: 20px;}
#column ul {list-style: none}
#column p {font-size: 90%;}
.avatar {float: left; margin: 0 5px 0 0;}