*{
	margin:0;
	padding:0;
}

* html #footer{
	margin:-40px 0 0;
}

* html #nonfooter{
	height:100%;
}

body{
	background:#ffffff;	
	height:100%;	
	color:#999999;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


html{
	background:#ffffff;
	height:100%;
}

p{
	margin:0 20px 20px;
}

#content{
	padding:0 0 30px;
	width:800px;
	margin:0px auto;
}

#footer{
	background:#989494;
	margin:-40px auto 0;
	position:relative;
	text-align:left;
	width:100%;
	height:100px;
	text-align:center;
	color:#333333;
}

#nonfooter{
	background:#ffffff;
	border-bottom:1px solid #cccccc;/* keep opera happy */
	margin:0 auto;
	min-height:100%;
	text-align:left;
	width:100%;
}

.header{
		width:100%;
		height:64px;		
		background-image:url(images/headerbackgroundslice.jpg);
	}
	
.logocontainer{
		width:800px;
		margin:0px auto;
	}

.nav{	
		float:left;
		width:100px;
		line-height:2;			
		margin-top:50px;
		margin-left:30px;
	}

.text{
		float:right;
		width:650px;	
		margin-top:50px;			
		
	}

a{
	text-decoration:none;
	color:#333333;
}	

a:hover{
	color:#CCCCCC;
}

/*The CSS below makes the navigation item yellow for the page you are on*/
#home .home, #about .about, #galleries .galleries
{
	color:#005394;
}

h2{
	color:#005394;
	margin-left:20px;
}

.hometext{
	float:left;
	width:400px;
	line-height:1.5;		
	
}

.homethumbs{
	float:right;
	width:200px;
	margin-right:33px;
}

.homecaption{
	color:#999999;
	font-size:18px;
}

#flashcontent {
		width: 100%;
		height: 640px;		
	}

.gallerynav{
	margin-left:40px;
}
	
.imgborder{
	border:1px solid #999999;	
}