html {
	height: 100%;
}

body {
	background:#fff url(images/header_back.gif) repeat-x;
	color:#2a2a2a;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em/140%;
}

/* start TEXT */

ul {}

li {
	list-style: disc;
}

p  {
	color:#a69e9d;
	font-size:0.8em;
	line-height:140%;
	margin-bottom:15px;	
}

h1 {
	background:url(images/cedric_nunn_logo.gif) no-repeat;
	display:block;
	float:left;
	margin-left:215px;
	text-indent:-9999px;
	width:220px;height:80px;
}

h2 {
	color:#474143;
	margin-bottom:15px;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
	margin-left:10px;padding:5px 0 5px 0;
	text-decoration:underline;
}

h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:15px;
}

h5 {
	font-size:0.9em;
	font-weight:bold;
	color:#2f2e2e;
}

h6 {}

a  {
	color:#676363;
	text-decoration:none;
}
a:hover {
	color:#676363;
	text-decoration:underline;
}

em {
	color:#000;
	font-style:italic;
}

#all {

}

/* start NAVIGATION */

ul.topnav {
	float:left;
	list-style:none;
	margin:15px 0 0 215px;
	width:400px;
}

ul.topnav li {
	float:left;
	margin:0;padding:0 15px 0 0;
	position:relative;
	list-style:none;
}

ul.topnav li a {
	color:#f2f2f2;
	display:block;
	float:left;
	font-size:0.9em;
	padding:10px 5px;
	text-decoration:none;
}

ul.topnav li a:hover {
	text-decoration:underline;
}

ul.topnav li span {
	background:url(images/subnav_btn.gif) no-repeat center bottom;
	float:left;
	width:11px;height:29px;
}

ul.topnav li span.subhover {
	background-position: center bottom; 
	cursor:pointer; 
}

ul.topnav li ul.subnav {
	list-style:none;
	position:absolute;
	left:0;top:35px;
	background:#333;
	margin:0;padding:0;
	display:none;
	float:left;
	width:170px;
	border:1px solid #111;
}

ul.topnav li ul.subnav li {
	margin:0;padding:0;
	border-top:1px solid #252525;
	border-bottom:1px solid #444;
	clear:both;
	width:170px;
}

html ul.topnav li ul.subnav li a {
	float:left;
	width:145px;
	background:#333;
	padding-left:20px;
}

html ul.topnav li ul.subnav lia a:hover {
	background:#222;
}


/* end NAVIGATION */


.wrapper {
	position:relative;
	float:left;
	margin-left: 15px;
	width:960px;
}

#header {
	float:left;
	margin-bottom:20px;
	width:960px;height:130px;
}

#header h2 {
	color:#fff;
	margin:25px 0 0 0;
	float:right;
	font-size:0.7em;
	margin:105px 0 0 0;
	text-align:right;
	width:320px;
}

#maincontent {

}

#sidebar {
	float:left;
	width:200px;
}

#sidebar a {
	border-bottom:1px dotted;
	color:#a69e9d;
	display:block;
	font-size:0.8em;
	line-height:140%;
	padding-top:1px;
	text-decoration:none;
}

#sidebar a:hover {
	background:#433d3f;
	color:#fff;
}

ul#menu li {
	list-style:none;
}

#essays {
	float:left;
	margin:0 0 0 20px;
	width:740px;
}

#essays img {
	margin:5px;
}

/* start FOOTER */

#footer {
	float:left;
	font-size:0.8em;
	margin-top:40px;
	width:960px;height:50px;
}

ul#footer_nav {
	margin-left:215px;
}

ul#footer_nav li {
	display:inline;
	font-size:0.8em;
}

/* end FOOTER */

.box1 {
	float:left;
	width:480px;	
}

.box2 {
	float:left;
	text-align:right;
	width:480px;
}