body {
	font-size: 14px;
	color: #354f6d;
	background: #fbfaf6;
	font-family:Arial, Helvetica, sans-serif;
}

div#container-wrap {
	margin:0 auto;
	width: 1040px;
	background: #eee;
}

div#header {
	height: 95px;
	background: #ffaa00;
        border-bottom: 5px solid #555;
}

div#login-status {
	right: 35px;
	top: 0px;
	width: 245px;
	height: 15px;
	padding: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #fbfaf6;
}

div#search-top-box {
	right: 35px;
	top: 25px;
	padding: 10px;
	width: 245px;
	height: 15px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background: #fbfaf6;
}

div#main-content {
	background: #fbfaf6;
	border: 0px;
}

div#side-bar {
	border: 0px;
	background: #fbfaf6;
	margin-left: 5px;
	margin-top: 0px;
}

div#sidebar a:hover {
	text-decoration: underline;
}

div#side-bar p {
	margin-bottom: 0px;
	font-weight: bold;
}

div#main-content {
	margin-right: 20px;
}


div#footer, div#license-area {
	padding: 5px 15px;
	background: #232323;
	color: #fff;
}

#footer a, #footer a:visited, #footer a:active, #footer a:hover, #license-area a, #license-area a:visited, #license-area a:active, #license-area a:hover {
	color: #ffffff;
}

#edit-page-textarea {
	font-size: 110%;
}

.floatright {
 	clear: right;
	padding-top: 0px;
	padding-bottom: 2.5em;
	margin-top: 5px;
}

.floatleft {
 	clear: left;
	padding-top: 0px;
	padding-bottom: 2.5em;
	margin-top: 5px;
}


div#page-content h1, div#page-content h2, div#page-content h3, div#page-content h4, div#page-content h5, div#page-content h6 {
	clear: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#page-content p {
	padding-top: 0px;
	margin-top: 5px;
}


#top-bar {
    display: none;
}