html {
	font-family: Verdana;
	font-size: 12px;
	color:#ffffff;
	background-color:#000000;
}

#main {
	width: 100%;
	height: 100%;
}

#page {
	margin-top:20px;
	width: 100%;
	height: 100%;
}

#container {
	border:1px solid #000;
	width: 880px;
	margin:0 auto;
}

#header {
	float: left;
	width: 100%;
	height: 115px;
	background-image: url(../images/site/header.gif);
	background-repeat: no-repeat;
}

#content {
	float: left;
	width: 100%;
	background-image: url(../images/site/content_back.png);
	background-repeat: no-repeat;
	background-color: #57642E;
}

#footer {
	float: left;
	width: 100%;
	height: 40px;
	background-image: url(../images/site/footer.png);
	background-repeat: no-repeat;
}

#share_btn {
	position:relative;
	float: left;
	top: 13px;
	left: 30px;
}

#ns_logo {
	float: right;
	display: block;
	width: 300px;
	height: 35px;
	top: 6px;
	left: 0px;
	background-image: url(../images/site/ns_logo.png);
	background-repeat: no-repeat;
}

#ns_logo span {
	position:relative;
	display: none;
}

#copyright {
	position:relative;
	float: left;
	font-family:Arial;
	font-size: 8px;
	top: 15px;
	left: 50px;
}

.cleaner {
	clear: both;
}

.separator {
	clear: both;
	border-bottom: 1px dotted #fff;
	background-image:none; 
}

#welcome {
	position:relative;
	float:right;
	right: 5px;
	top: 4px;
	display:inline;
	padding: 4px;
	color: #000;
	cursor:default;
}

#header_flash {
	position:relative; 
	z-index:1;
}

#main-footer { position:relative; float: left; left: 20px; top: 10px; }
#main-footer span { font-size:12px; color: #666666; display: inline; }
#main-footer ul { display: inline; }
#main-footer ul li { display: inline; }
#main-footer ul li a, #main-footer ul li a:link, #main-footer ul li a:visited { text-decoration: none; color: #57642E; }
#main-footer ul li a:hover { color: #B9C989; }
#main-footer ul li a img { border:none; padding: 4px; }