BODY {
	BACKGROUND-POSITION: 0% 0%; 
	BACKGROUND-COLOR: #663300;
	font-size: 10; color: #FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-Serif; 
	FONT-SIZE: 12px; 

	SCROLLBAR-FACE-COLOR: #663300; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #333333; 
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #301701; 	
	SCROLLBAR-DARKSHADOW-COLOR: #333333

}



.univtext {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.univtext A:link {
	COLOR: #ffffff; TEXT-DECORATION: underline
}

.univtext A:visited {
	COLOR: #ffffff; TEXT-DECORATION: underline
}

.univtext A:active {
	COLOR: #ffffff; TEXT-DECORATION: underline
}

.univtext A:hover {
	COLOR: #ffffff; BACKGROUND-COLOR: ; TEXT-DECORATION: none
}



/* this is the text used the most through out the site */
.commontext {
	FONT-WEIGHT: ; FONT-SIZE: 15px; COLOR: #301701; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.commontext A:link {
	FONT-SIZE: 15px; COLOR: #301701; TEXT-DECORATION: underline;
}

.commontext A:visited {
	FONT-SIZE: 15px; COLOR: #301701; TEXT-DECORATION: underline;
}

.commontext A:active {
	FONT-SIZE: 15px; COLOR: #301701; TEXT-DECORATION: underline;
}

.commontext A:hover {
	FONT-SIZE: 15px; COLOR: #301701; TEXT-DECORATION: none;
}



/* this is for the main body that all of the content sits in */
.mainbody {
	border-width: thin;
	border-style: solid;
	border-color: ffcc11;
	border-spacing: 0;
	padding: 0;
	background-color: 333333;
}



/* this is for horizontal bars */
.hrbars {
	padding: 0;
	color: ffcc11;
	width: 100%;
	height: 1;
	bgcolor: ffcc11;
}




/*this is for the larger photos on the gallery*/
.imag { 
	border-style : solid;
	border-color: #301701;
	border-width : 1px;}

.imag A:link {
	border-style : solid;
	border-color: #301701;
	border-width : 1px;
}

.imag A:visited {
	border-style : solid;
	border-color: #301701;
	border-width : 1px;
}

.imag A:active {
	border-style : solid;
	border-color: #301701;
	border-width : 1px;
}


.imag A:hover {
	border-style : solid;
	border-color: #301701;
	border-width : 1px;
}
	
	
	
	
/*this is for the thumbnails on the gallery*/
.thumbnail { 
	border-style : solid;
	border-color: #301701;
	border-width : 1px;}

.thumbnail A:link {
	border-style : solid;
	border-color: #301701;
	border-width : 1px;
}

.thumbnail A:visited {
	border-style : solid;
	border-color: #301701;
	border-width : 1px;
}

.thumbnail A:active {
	border-style : solid;
	border-color: #301701;
	border-width : 1px;
}


.thumbnail A:hover {
	border-style : solid;
	border-color: #FFFFFF;
	border-width : 1px;
}







