@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0px;
	width:100%;
	height:100%;
	background-color:#2c2c2c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:13px;
}

#container{
	width:1099px;
	height:685px;
	background-image: url(images/bck.gif);
 	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	
}

#nav{
	width:164px;
	height:201px;
	padding-left:486px;
	padding-top:105px;
	float:left;
	
	}
	
#rightPhotoHome, #rightPhotoAbout, #spacerNoPhoto{
	height:222px;
	background-repeat: no-repeat;
	margin:0px;
	float:right;
}
	
#rightPhotoHome{
	width:262px;	
	background-image: url(images/homePhoto.jpg);

	
}

#rightPhotoAbout{
	width:343px;
	background-image: url(images/aboutimg.gif);
	
}

#spacerNoPhoto{
	width:343px;
	background-image: url(images/spacer.gif);
	
}

#directionsPhoto{
	width:370px;
	height:278px;
	background-image: url(images/directionsPhoto.jpg);
	background-repeat: no-repeat;
	margin:0px;
	float:right;
}

#content{
	padding-top:50px;
}
	

#content, #contentDir{
	width:394px;
	float:left;
}

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

p{
	margin-top:0px;
	margin-bottom:7px;
	line-height:20px;
	}
	
