a:link
{
	color: #222790;
}
a.menu
{
	color: #ffffff;
	display: block;
	clear: both;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
}
p
{
	margin: 5px;
}
body
{
	text-align: center;
}

a#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 128px;
	height: 64px;
	margin-bottom: 10px;
	display: block;
	color: #ffffff;
}
div#bottomFrame
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 760px;
	color: white;
}
div#menuCol
{
	position: absolute;
	left: 0px;
	width: 120px;
	text-align: left;
	color: white;
	clear: left;
	padding: 0px;
	margin: 0px;
	background-color: #222790;
}
div#blog
{	
	position: absolute;
	right: 0px;
	width: 600px;
	min-height: 325px;
	background-color: #e0e0e0;
	color: #222790;
	text-align: justify;
	overflow: auto;
	padding: 10px;
	margin: 0px;
	margin-bottom: 5px;
}
