body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #fff;
}

a {
	color: #FFAD40;
}
a:hover {
	color: #3F92D2;
}

#sidebar {
	width: 200px;
	float: right;
	padding: 9px;
}

#footer {
	color: white;
	font-size: 10pt;
	padding: 5px;
	margin-top: 5px;
	background-color: black;
}

#header {
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	text-align: center;
	display: block;
	width: 900px;
}

#main {
	margin-left: auto;
	margin-right:auto;
	border: 0;
	padding: 0px;
	text-align: center;
	display: block;
	width: 900px;
	background-color: black;
}

#sddm {
	margin: 0;
	padding: 0;
	z-index: 999;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px verdana;
	width: 148px;
	border: solid white 1px;
}

#sddm li a {
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	width: 148px;
	/* background: #5970B2; */
	background: #111;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {
	background: #49A3FF;
}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0px -1px 0px -1px;
	padding: 0;
	/* background: #EAEBD8; */
	/* border: 1px solid #5970B2; */
	border: 1px solid white;
	width: 148px;
	z-index: 999;

}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding-left: 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	/* background: #EAEBD8; */
	background: #111;
	/* color: #2875DE; */
	color: white;
	font: 12px verdana;
	z-index: 999;

}

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