body
{
	font-family: calibri;
	color: #666666;
}
a
{
	color: #999999;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
.container
{
	width: 900px;
	padding-top: 10px;
}
.top
{
	height: 25px;
	line-height: 30px;
}
.top #nav
{
	float: right;
}
.top #nav a
{
	font-size: 30px;
}
.top #nav li
{
	display: inline;
	padding-left: 15px;
}
.top #logo
{
	float: left;
}
.clear
{
	clear: both;
}
.middle
{
	padding: 10px;
	font-size: 28px;
	text-align: left;
}
.middle img
{
	border: 2px solid #999999;
	width:896px;
}
h1
{
	font-size: 28px;
	line-height: 150%;
	font-weight: normal;
}
.footer
{
	border-top: 1px solid #999999;
	font-size: 14px;
	padding-top: 5px;
}
.blog
{
	font-size: 14px;
	line-height:100%;
	border: 2px solid #999999;
	height: 300px;
	width: 400px;
	float: right;
}
.blog #blog-title
{
	font-weight: bold;
	border-bottom: 1px solid #999999; 
	text-align: center;
	padding: 2px;
}
.blog #title
{
	font-size: 18px;
	line-height: 20px;
}
.blog #blog-text
{
	padding: 5px;
}
.middle #small-text
{
	font-size: 18px;
}
