body {
	background: #6c5945;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

img {
border: 0;
margin: 5px;
}

a:link { 
text-decoration: none;
color: #3366cc;
outline: none;
}

a:active { 
text-decoration: none;
color: #3366cc;
outline: none;
}

a:visited { 
text-decoration: none;
color: #636363;
outline: none;
}

a:hover {
text-decoration: none;
color: black;
outline: none;
}

#container {
	background: #ffffff;
	width: 800px;
	margin: 30px auto 10px auto;
}

#top {
	background-image: url('../images/businesscontinuityplanning.jpg');
	width: 800px;
	height: 200px;
}
#middle { 
	width: 800px;
}

#nav {

background: #996633;
min-height: 450px;
padding-left: 20px;
padding-top: 25px;
width: 200px;
font-size: 14px;
line-height: 200%;
float: left;

}

#nav a:link {
color: #ffcc99;
text-decoration: none;
}

#nav a:visited {
color: #ffcc99;
text-decoration: none;
}

#nav a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#content {
	background: transparent;
	color: #333333;
	width: 550px;
        min-height:450px;
	padding: 10px 5px;
	margin-left: 220px;
}


#content .home_img 
{
	float: right;
	padding: 0px 10px 10px 0px;
}

#content .home_content 
{
	line-height: 120%
}

#content .home_title 
{
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: underline;
	font-weight: bold;
	color: #996633;
}

#content .about ul 
{
	margin: 0;
}

#content .about li 
{
	list-style: dash;
	line-height: 150%;
}

#content h2 
{
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic; 
	color: #996633;
}


.title 
{
	font-size: 16px;
}


#footerbar {
	background: #996633;
	width: 800px;
	height: 5px;
	margin: 0;
	padding: 0;
}

#footer {
	background: #996633;
	color: #ffcc99;
	width: 800px;
	margin: 0 auto;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0 5px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #ffcc99;
}

#footer a {
	color: #ffcc99;
	text-decoration: none;
}

#footer a:hover {
	color: #cccccc;
	text-decoration: underline;
}

