
/* BASIC HTML TAG FORMATTING */
body {
	/* background-image:url(images/background.gif); */
	background-color: #0000FF
	color: #7a7e33; /* defines the default text color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
*{
	margin: 0px;padding: 0px;
}
p{
	padding:10px;display:block;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
	font-weight: bolder;
	display:inline;
	text-transform: uppercase;
}
h1{
	font-size: 20px;
	font-weight: bold;
	display:inline;
}




/* defines styling for the "container" ID */
#container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}


/* defines styling for the "header" ID */
#header {
	background-image:url(images/header.gif);
	width:900px;
	height:200px;
	display:block;
	margin:0px;
	padding:0px;
}


/* defines styling for the "content" ID */
#content{
	background-image:url(images/sheetmiddle.gif);
	background-repeat:repeat-y;
	position:relative;
}


/* defines styling for the "sheettop" ID */
#sheettop{
	background-image:url(images/sheet.gif);
	background-repeat:no-repeat;
	width:900px;
}


/* defines styling for the "title" class */
.title{
	width:700px;
	margin: 50px 0px 0px 110px; /* top, right, bottom left */
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	/* border-bottom: 1px dashed #b6be8d; */
}

/* defines styling for the "text" class */
.text{
	width:700px;
	margin-left:110px;
	text-align:left:
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* color: #7a7e33; */
	color: #000000;
	position:relative;
	display:block;
	height:auto;
}
.text a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* color: #494c15; */
	color: #2c4002;
	text-decoration: underline;	
}
.text a:hover{
	color:#00cc00;
}


/* defines styling for the "nav" ID */
#nav{
	margin-top: 0px;
	margin-left: 650px;
}
#nav ul{
	/* border-bottom-width: 1px; */
	/* border-bottom-style: dashed; */
	/* border-bottom-color: #cccccc; */
	/* border-bottom-color: #c2b5a2; */
	border-bottom: 1px solid #cccccc;
	width:140px;
	padding-top:13px;
	text-align: center;
}
#nav ul li{
	display:inline;
	list-style-type: none;
	
	}
#nav a{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #2c4002;
	text-decoration:none;
}
#nav a:hover{
	/* color: #7a7e33; */
	color: #00cc00;
}



.thumbnails{
	list-style-type: none;
	display: block;
	margin: 0px 0px 0px 18px;
}

.thumbnails li{
	list-style-type: none;
	display: inline;
}

.thumbnails li a{
	border: 2px solid #FFFFFF;
	display:block;
	float:left;
	margin:5px;
}

.thumbnails li a:hover{
border: 2px solid #d4e194;		
}

.clear{
	clear:both;
}
#photogallery{
	position:relative;
	margin-left:90px;
	width:720px;
	background-color:#d4e194;
	border: 1px solid #b7c47a;
	margin-bottom:20px;
}
.photobox{
	background-color:#7d940e;
	width:542px;
	height:140px;
	border: 1px solid #FFFFFF;
	float:left;	
	margin:8px;
}

.blog{
	float:left;
	margin: 8px 5px 0px 5px;
}



#footer{
	background-image:url(images/footer.gif);
	width:900px;
	height:100px;
	margin-left:0px;
	/* padding-top:20px; */
}

#footer li{
	display:inline;
	
}
#footer ul{
	border-top: 1px dashed #bbbbbb; /* #b6be8d; */
	
}
#footer ul, #copyright{
	margin-left:95px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #747742;
	text-align:center;
	width:700px;
	padding-top:5px;
	
}
#footer a, #copyright a{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #747742;
	text-decoration:none;
}
#footer a:hover, #copyright a:hover{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder
	color: #747742;
	text-decoration:underline;
}




