:focus
{
	outline: 0; 
}

html, body
{
	padding: 0px;
	margin: 0px;
}

#supercontainer
{
	position: relative;
}

#top
{
	height: 60px;
	padding: 0px 2%;
	text-align: right;
}

#top #userinfo, #top #userinfo a
{
	text-decoration: none;
}

#top #userinfo
{
	float: left;
	height: 40px;
	margin-left: 224px;
	padding-left: 40px;
	padding-top: 19px;
}

#top #userinfo img
{
	vertical-align: middle;
}

#top #userinfo a:hover
{
	text-decoration: underline;
}

#top #quicksearch
{
	padding-top: 15px;
}

#top #quicksearch input
{
	width: 200px;
	color: gray;
}

#container
{
	background-color:white;
	margin: 0px 2%;
	position: relative;
	border-bottom: 1px solid black;
}

#menu
{
	float: left;
	width: 220px;
	margin-top: 150px;
	line-height: 21px;
	border-right: 4px solid black;
	margin-right: -4px;
}

#menu a
{
	display: block;
	text-decoration: none;
	color: black;
	padding-bottom: 5px;
	font-size: 10px;
}

#menu .current, #menu a:hover
{
	text-decoration: underline;
}

#menu .current
{
	font-weight: bold;
}

#menu .whitespace
{
	border-bottom: 1px dashed black;
	height: 0px;
	margin: 7px 0px 10px 0px;
}

#menu .menuitem
{
	padding: 0px 10px;
	clear: left;
}

#menu .submodule
{
	padding-left: 30px;
	color: gray;
}

#menu .moduleicon
{
	float: left;
	padding-top: 4px;
	padding-right: 5px;
}

#info
{
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	border-left: 4px solid black;
	height: 60px;
	margin-left: 220px;
	padding: 20px 40px;
	overflow: hidden;
}

#info #description
{
	margin-top: 5px;
	padding-left: 53px;	
}

#info .infobutton
{
	float: right;
	text-align: center;
}

#info h1
{
	color: gray;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

#info, #info a
{
	color: gray;
}

#content
{
	border-left: 4px solid black;
	margin-left: 220px;
	padding: 40px;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 2%;
	background-color:white;
	height: 200px;
	width: 220px;
	border-bottom: 4px solid black;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#logo #websites
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#logo #websites select
{
	width: 182px;
	color: gray;
}

#logo #websites img, #logo #websites select
{
	vertical-align: middle;
}

#logo #websites img
{
	margin: 2px 2px 2px 4px;
}

#logo #websites ul, #logo #websites li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#logo #websites ul
{
	float: right;
}

#logo #websites ul ul
{
	display: none;
	float: none;
	position: absolute;
	top: 100%;
	left: -24px;
	width: 220px;
	background-color: white;
	border: 4px solid black;
	padding: 5px 10px;
}

#logo #websites ul li:hover ul
{
	display: block;	
}

#footer
{
	margin: 0px 2%;
}

#footer, #footer a
{
	color: gray;
	font-size: 10px;	
}

#footer .debug
{
	font-style: italic;
}