/* Main */
	h2 {
	line-height: 0px;
	}
	body {
	min-width: 400px;
	background: #002147;
	color: #ffffff;
	font-family: verdana, helvetica, arial;
    font-size: 12px;
	text-align: justify;
	}
	#container {
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	}
	a:active, a:link, a:visited, a img{
	color: #4b92db;
	font-weight: bold;
	text-decoration:none;
	border: none;
	}
	ul {
	list-style: none;
	padding: 0px;
	float:left;
	}
	/* Classes */
	.header {
	min-width: 800px;
	height: 170px;
	}
	
	.main-wrapper {
	min-width: 800px;
	max-width: 1000px;
	min-height: 500px;
	padding: 3px;
	background: #ffffff;
	color: #000000;
	}
	.sidebar {
	float: left;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 10px;
	width: 115px;
	z-index: 50;
	
	}
	.bookmarklets {}
	#cloud{
	color: #4b92db;
	text-align: center;
	max-width: 115px;
	}
	#cloud a {
	font-weight: normal;
	}
	#cloud a:hover{
	color: #ffffff;
	background: #4b92db;
	}
	#social{}
	#social img{
	max-width: 115px;
	}
	.bodytext {
	padding: 5px 0px 0px 0px;
	margin: 0px 120px 0px 120px;
	}
	.footer {
	min-width: 800px;
	max-width: 1000px;
	height: 20px;
	font-size: 10px;
	text-align: center;
	bottom: 0px;
	}
	.pale {
	color: #c0c0c0;
	}
	
	/* Dropdown menu items */
	#menu {
	color: #000000;
	margin: 0px 0px 0px 120px;
	padding: 0px;
	text-align: center;
	}
	#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	#menu ul li {
	color: #000000
	}
	#menu ul li.pale {
	color: #c0c0c0;
	border-bottom: thin solid #c0c0c0;
	}
	#menu ul li a {
	color: #000000;
	font-weight: normal;
	}
	#menu ul#members ul {
	font-size: 10px;
	position: absolute;
	margin: -8px 0px 0px 5px;
	background: #fff;
	z-index: 500;
	}
	div#menu ul#members li:hover ul {
	display: block;
	}
	div#menu ul#members ul {
	width: 97px;
	display: none;
	}
