#top-nav-box {
	height: 89px;
	width: 478px;
	margin-top:10px;
	float:right;
}
#top-nav-box h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:italic;
	text-align: center;
	color: #CC3300;
	margin:0px;
}
#top-nav {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
#top-nav ul {
    margin-top: 5px;
	margin-left:0px;
	padding-left:0px;
	list-style:none;
}
#top-nav li {
	list-style-type:circle;
	margin-right:1.1em;
	display:inline;
}
#top-nav a:link, #top-nav a:visited {
	padding:.3em;
	text-decoration:none;
	color:#000000;
}
#top-nav a:hover {
	background-color:#CC3300;
	color:#CCCCCC;
}

/* second level navigation for portfolio */
#top-nav2 {
	position:relative; 
	top: -10px;
	font-size: .8em;
}

#footer {
	background-color: #EFDAD5;
	width: 800px;
	font-size: 0.8em;
	text-align: center;
	height: 20px;
	padding: .5em;
	font-weight:bold;
	color:#666666;
	clear:left;
}


body {
 
	background-image:url(/images/page-background_04.jpg);
	background-repeat:no-repeat;
	background-position: 0px 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
}
.nav ul {
	margin-left: .5em;
	padding-left:0px;
	text-align:left;
	list-style-type: none;
}
.nav  li{
	margin-bottom: 0.5em;
	color: #CC0000;
	list-style-type: none;
}
.nav li a:link, .nav li a:visited {
	color:#CC0000;
	text-decoration:none;
	display:block;
	list-style-type: none;
}
.nav li a:hover {
	color:#FFCCCC;
	text-decoration: none;
	list-style-type: none;
}	

/* used for pull quote on home page */
h6 {
position: absolute;
font-style: italic;
top: 450px;
left: 550px;
width: 250px;
padding: 4px;
font-weight: normal;
font-size: .8em;
border-top: 5px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 5px solid #cccccc;
}
#body-div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width:800px;
	padding-bottom:10px;
	min-height:500px;
	height:auto;
	text-align: left;
}
/* for Internet Explorer */
/*\*/
* html #body-div  {
height: 500px;
}
/**/
