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;
    
	
}

#container {
	width: 1024px;
	text-align: center;
}	

#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;
}


/* second level navigation for portfolio */
#top-nav2 {
	
	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;
}



.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;
	top: 30px;
	width:800px;
	padding-bottom:10px;
	min-height:500px;
	
}

#homepagetext {
    text-align:right;
	width: 800px;
	height:500px;
}	
	
/* for Internet Explorer */
/*\*/
* html #body-div  {
height: 500px;
}
/**/

