* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #342214 url(../images/back.jpg) repeat-x left top;
	font: small/1.4 "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #B6D1D9;
	text-align: center;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 880px;
	font-size: 95%;
	border-right: dotted 1px #B6D1D9;
	border-left: dotted 1px #B6D1D9;
	background: url(../images/contentback.jpg) repeat-y right top;
}
#UNCW {
	margin: 7px auto;
	padding-left: 40px;
	text-align: left;
	width: 880px;
}
#biology {
	margin: 10px auto 3px;
	padding-left: 43px;
	text-align: left;
	width: 880px;
	
}
#brian {
	height: 53px;
	margin: 15px auto 0;
	text-align: left;
	width: 880px;
	padding-left: 40px;
}
#nav-main {
	float: right;
	width: 215px;
	padding-bottom: 280px;
}
#content {
	position: relative;
	background: url(../images/squirrel.jpg) no-repeat right bottom;
}
#maincontent {
	float: left;
	width: 450px;
}
#site-meta {
		border-top: solid 10px #B6D1D9;
		border-bottom: solid 1px #000;
		background: #49392D;
}
#site-meta p {
	width: 880px;
	margin: 15px auto 40px;
	padding-right: 20px;
	text-align: right;
	font-size: 90%;
}
#nav-main ul {
	list-style: none;
	margin: 20px 0 0 25px;
}
#nav-main li {
	margin-bottom: 15px;
}
a {
	color: #D8CEB9;
	text-decoration: none;
		border: none;
		border-bottom: 1px dotted;

}
a:hover {
	border-bottom: 1px solid;
}
#nav-main a, #branding a, .news h3 a, #sec-content h2 a {
	border: none;
}
#main #maincontent p {
	margin-left: 210px;
}


/* CLEARING FLOATS
********************************************************************/
#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}