body
{
	font-family:		"Arial";
	font-size: 			12px;
	margin:				0;
	background: 		#dddddd
}

h1
{
	font-family: 		"Georgia";
	font-size:			large;
	font-weight: 		12px;
	text-decoration: 	none;
}

h2
{
	font-family: 		"Georgia";
	padding: 			5px 0 5px 30px;
	font-size: 			12px;
	font-weight: 		bold;
	text-decoration: 	none;
	background: 		#ffff00;
	color: 				#666666;
}

h3
{
	font-family: 		"Georgia";
	color: 				#666666;
	font-size: 			12px;
	font-weight: 		bold;
	text-decoration: 	none;
}

a, a:link, a:active, a:visited, a:hover
{
	color: #ffffff;
}

div.menu
{
	position:		absolute;
	top:			10px;
	left:			10px;
	width:			128px;
	height:			522px;
	margin-left:	1px;
	margin-top:		7px;
	padding:		1px;
	background:		#446D8C;
}

div.main
{
	position:		absolute;
	top:			10px;
	left:			145px;
	height:			300px;
	width:			522px;
	margin:			0;
	padding:		1px;
	background:		#eeeeee;
}

div.menu a, div.menu a:link, div.side a:visited, div.side a:active
{
	padding:			5px 0 5px 0;
	display: 			block;
	text-align: 		center;
	text-decoration: 	none;
	background: 		url(../images/but.png) no-repeat center center;
	background-color:	transparent;	
	z-index:			1;
}

div.menu a:hover
{
	display: 			block;
	text-align: 		center;
	text-decoration: 	none;
	background: 		url(../images/butover.png) no-repeat center center;
	background-color:	transparent;
}

div#content
{
	width: 				522px;
	padding: 			0;
	margin:				0;
	color: 				#167788;
}

div.entry
{
	padding:			0;
	margin: 			20px 0 20px 0;	
	width: 				522px;
	background: 		#ffeDeC;
	color: 				#000000;
}

div.entry h3
{
	font-size: 			13px;
	font-family: 		"Arial";
	padding: 			5px;
	margin: 			0;
	border-bottom: 		1px solid #808080;
	border-top: 		1px solid #808080;
	background: 		#c0c0f0;
}

div.entry p, div.entry h4, div.entry h5, div.entry u div.entry br
{
	padding: 			10px 0 10px 0; 
	margin:				5px;
}

div.entry h6
{
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#000000;
	background: 		#f6f6f6;
	padding: 			5px;
	margin: 			0;
	text-align: 		right;
	border-bottom: 		1px solid #e0e0e0;
	border-top: 		1px solid #e0e0e0;
}

div#content ul
{
	margin:				0;
	padding: 			1 1 1 40px;
}
div#content li
{
	margin:				0;
	padding-left:		5px;
	list-style-type: 	disc;
}
