@charset "UTF-8";
/* CSS Document */
<!--
 * {
     margin: 0;
 }
 html, body {
    height: 100%;
	margin: 0;
	padding: 0;
 }
 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
 }
 .footer, .push {
     height: 4em;
 }

 
 #sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #FFF;
	color: #00c;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #009;
color: #FFF;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #00C}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFF;
		color: #00C;
		font: 11px arial}

	#sddm div a:hover
	{	background: #009;
		color: #FFF}


#title
{
	padding-top: 15px;
	float: inherit;
}

#navbar
{
	position: relative;
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index: 1;
}
 #wrapper
 {
	margin: auto;
	width: 850px;
 }
 
 #footer {
	clear: both;
	font-size: 10px;
	color: #00C;
	padding: 13px 25px;

}
#footer a {
	color: #00C;
	font-size: 10px;
}

#footer a:hover {
	color: #009;
}

#footer #altnav {
	float: right;
	text-align: right;
}

#body{
	position:relative;
	clear:both;
	font-size:12px;
}
#spacer{
	position:relative;
	clear:both;
	font-size:12px;
}