body {
	background-color: #333333;
	font: 12px Verdana, sans-serif;
	margin: 10px 25px 25px;
}

a {
	
}

h1 {
	margin-top: 0;
	color: #3c3c3c;
	text-indent: 30px;
	font-variant: normal;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-weight: normal;
	font-style: normal;
}

#page {
	
}

#logo {
	width: 200px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 250px;
}

#top-links {
	float: right;
}

#top-links a {
	text-decoration: none;
	color: #bbb;
	font-size: 11px;
}

#content {
	background-color: #fff;
	height: 500px;
	padding: 10px;
	color: #333;
}

#left
 {
	margin-right: 250px;
	min-width: 600px;
}

#bottom-content {
	color: #ccc;
	padding: 10px;
}

#bottom-content ul.item-list {
	list-style-image: url(bullet-blue.gif);
}

ul.top-menu
 {
	float: left;
	margin-top: 35px;
	margin-bottom: 0;
	padding: 0;
}

ul.top-menu, ul.top-menu li
 {
	list-style-type: none;
	list-style-image: none;
}

ul.top-menu li {
	display: inline;
}

ul.top-menu li a {
	background-color: #4D4D4D;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
}

ul.top-menu li a:hover
 {
	background-color: #686868;
}

ul.top-menu li a.active
 {
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

.info-message {
	background-color: #f7e797;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 25px;
}

.info-title {
	font-size: 14px;
	font-weight: bold;
}

