

/**
 * Main Classes
 */
#head {
	background: url(../../images/background/head.png) top no-repeat;
	width: 704px;
	height: 145px;
	margin: auto;
	margin-top: 24px;
	margin-bottom: 0;
}

#corpus, #corpus2 {
	background: url(../../images/background/foot.png) bottom center no-repeat #fff;
	width: 700px;
	margin: auto;
	padding: 0;
	min-height: 400px;
	clear: both;
	color: #4E1F00; 
}

#corpus2 {
	background-image: none;
}

#foot {
	background: url(../../images/background/reflection.png) bottom no-repeat;
	width: 734px;
	height: 97px;
	margin: auto;
	position: relative;
	top: -37px;
}

#content {
	width: 640px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	padding-bottom: 30px;
	text-align: left;
	color: #4E1F00; 
}

#content li {
	list-style-image: url('../../images/list.png');
}

#navigation, #navigation2 {
	width: 640px;
	height: 50px;
	margin: auto;
	text-align: center;
	line-height: 50px;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
}

#navigation ul, #navigation li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#navigation2 {
	padding:0;
	height: 27px;
	font-size: 0.9em;
	text-align: right;
}

#navigation a {
	border:0;
	width: 128px;
	display:block;
	float:left;
}

#navigation2 a {
	border: 0;
}

#navigation a:link, #navigation2 a:link, #navigation a:visited, #navigation2 a:visited {
	color: #fff;
}

#navigation a:hover, #navigation a:active, #navigation a#activeItem {
	color: #000 !important;
	background: url(../../images/background/navActive.png) center no-repeat;
}

#navigation2 a:hover, #navigation2 a:active, #navigation2 a#activeItem {
	color: #000 !important;
}

#subNavCorpus {
	background: url(../../images/subNav/bg.png) left top repeat-y ;
}
#subNavBottom {
	background: url(../../images/subNav/borderBottom.png) left bottom no-repeat;
	height: 5px;
}

ul#subNavUl, #subNavUl li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#subNavUl li {
	padding: 4px;
}

#subNavUl a {
	border: 0;
	display: block;
	width: 242px;
	padding:2px;
}
#subNavUl a:link, #subNavUl a:visited {
	color: #000;
	text-decoration: none;
}
#subNavUl a:hover, #subNavUl a:active {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
 
#copyright {
	color: #fff;
	font-size: smaller;
	text-align: center;
	padding-top: 20px;
}

#copyright a{
	border: 0;
}

#copyright a:hover, #copyright a:active {
	color: #fff;
}

#footNotes {
	background: #FFE1CC;
	padding: 5px;
	margin-top: 20px;
	clear: both;
}

/**
 * Admin
 **/
#editTitleLink, #editContentLink {
	background: #ddd;
	color: #4E1F00;
	font-size: 0.8em;
	border: 1px solid #4E1F00;
	padding: 1px;
}
a#editTitleLink:hover, a#editContentLink:hover {
	background: #fff;
}
