/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
}
h1 { font-size:1.3em; margin-top:0;}
h2 { font-size:1.2em; }
h3 { font-size:1.15em; }

a, #nav a.selected, #nav a:hover, #footer a:hover { color:#800000; text-decoration:underline; }
#nav a { color: #727171; text-decoration:none; }
 { color:#800000; text-decoration:underline; }

#overall_wrapper {
	margin:0 auto;
	width:800px;
	height:100%;
	background-color:#FFFFFF;
}

#header {
	background-color:#800000;
	background-image:url(../images/raleigh.jpg);
	background-position:291px;
	background-repeat:no-repeat;
	height:103px;
	border-left:3px solid #5a5a5a;
	border-right:3px solid #5a5a5a;
	color:#FFFFFF;
}

#titleimage {
	float:left;
}

#header_addy_container {
	position:relative;
	height:100px;
	margin-left:664px;
}
#header_addy {
	font-size:.75em;
	position:absolute;
	bottom:3px;
}
#nav {
	border:3px solid #5a5a5a;
	border-bottom:none;
	color:#727171;
	background-color:#FFFFFF;

}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:8px 0 8px 12px;
}
#nav ul li {
	display:inline;
}
#nav a {
	font-size:.95em;
	padding:0 6px;
	font-weight:bold;
}

	

#content {
	background-color:#e1e1e1;
	padding:40px 16px 80px 16px;
	border-left:3px solid #5a5a5a;
	border-right:3px solid #5a5a5a;
}

/* easy clearing */
#content:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#content
	{
	display: inline-block;
	}
/*\*/
#content
	{
	display: block;
	}
/* end easy clearing */

input {
	margin-top:10px;
}
form {
	margin:0;
	padding:0;
}

#footer {
	border-top:3px solid #5a5a5a;
	color:#727171;
	font-size:.70em;
	font-weight:bold;
	text-align:center;
	padding:4px 0;
}
#footer a {	 color:#727171;	 text-decoration:none;	}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul li {
	display:inline;
	padding:0 6px 0 6px;
}

#footer1, #footer1 li a{
	color:#000000;
}


