#editorlogin {
width: 940px;
margin: 0px auto;
padding-top: 0px;
align: center;
}


#wrapper {
width: 100%;
margin: 0px auto;
padding-top: 0px;
}


#header {
	width: 991px;
	height: 188px;
    margin: 0px auto;
	background: url(images/SDCHS_header.jpg) no-repeat left top;
}


#menu {
	width: 991px;
	height: 41px;
	margin: 0px auto;
	background:url(images/menu_bar.jpg) no-repeat left top;
}


#content {
	width: 941px;
    margin: auto;
    padding-top: 2px;
}

#homecontent {
	width: 991px;
    margin: auto;
    padding-top: 0px;
}

#date {
	width:650px;    
    margin-left: 245px;
    padding-top: 137px;
    font-size: 10px;

}

#search{
	width:400px;
    float: right;
    padding-top: 135px;
    font-size: 10px;

}
#flag{
	width:80px;
    padding-top: 100px;

}

#footer {
width: 991px;
height: 118px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/SDCHS_footer.jpg) repeat-x left top;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.nav>li:hover{
	padding-right: 1px;
} [*]

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #036;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}
