html{
	background-image:    url(../images/right_side.gif);
	background-repeat:   repeat-y;
	background-position: top right;	
}
body{
	font-family: 				verdana, arial, helvetica, sans-serif;
	background-image: 	url(../images/left_side.gif);
	background-repeat: 	repeat-y;
	margin: 						0;
}
p a:hover{
	color: 						#ff4700;	
	background-color:	rgb(250,250,250);
}
p a:link,
p a:visited{
	text-decoration:	none;
	font-weight:			bold;
	color:						#ff6633;
	background-color:	rgb(250,250,250);
}
#bodyContainer {
	width: 		800px;
	display:	inline;
}
#pageTitle{
	margin-bottom: 		0;
	margin-left: 			110px;
	margin-right: 		110px;
	margin-top: 			0px;
	font-size: 				10px;
	font-weight: 			bold;
	letter-spacing: 	4px;	
	padding-bottom: 	8px;	
	padding-top: 			8px;
	padding-right: 		60px;
	background-color: rgb(100,100,100);
	color: 						#ff4700;	
}
#logoImage {	
	background-image: 		url(../images/mainlogo.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top left;
	height: 							180px;	
	border-bottom: 				1px #ff4700 solid;	
	margin-left: 					110px;
	margin-right: 				110px;
}
#navBar{
	margin-left: 			110px;
	margin-right: 		110px;
	padding-left:			20px;
	padding-top:			8px;
	padding-bottom:		8px;
	border-bottom:		1px #ff4700 solid;	
	background-color: rgb(100,100,100);
	color:						white;
	font-weight:			bold;
	font-size:				small;
}
#navBar a{ 
	text-decoration:	none;
}
#navBar a:link, 
#navBar a:visited {
	color: 						white;		
	background-color:	rgb(100,100,100);
}
.current{
	color: 						#ff4700;
	background-color:	rgb(100,100,100);
}
#navBar a:hover {
	color: 						#ff4700;	
	background-color:	rgb(100,100,100);
}
#pageBody{	
	margin-left:			110px;
	margin-right: 		110px;
	padding-top:			20px;
	padding-bottom:		20px;
	padding-left:			40px;
	padding-right:		40px;	
	background-color:	rgb(250,250,250);
	color:						rgb(100,100,100);
}
#pageBody p{
	font-size:				small;
	background-color: rgb(250,250,250);
	color:						rgb(100,100,100);	
	padding-right:		310px;	
}
#pageFooter{
	margin-left:			110px;
	margin-right:			110px;
	margin-bottom:		10px;
	padding-top:			1px;
	padding-bottom:		1px;
	padding-left:			20px;
	padding-right:		20px;	
	font-size:				x-small;
	color:						white;
	background-color:	rgb(100,100,100);
	border-top: 			1px #ff4700 solid;
	border-bottom: 		1px #ff4700 solid;	
}
#pageFooter a{
	text-decoration: none;
}
#pageFooter a:link,
#pageFooter a:visited{
	color:						white;
	background-color:	rgb(100,100,100);
}
#pageFooter a:hover{
	color:						#ff4700;
	background-color:	rgb(100,100,100);
}
#imgFront{	
	margin-right:	110px; 
	position:			absolute; 
	right:				20px;
}
img.w3c{
	border: none;
}
img.popWindow{
	cursor:		pointer;
	border:		none;
	padding:	0px;
	margin:		0px;
}	
span.info{
	font-family: 			verdana,arial,helvetica,sans-serif;
	font-size:				small;
	color:						rgb(100,100,100);
	background-color:	rgb(250,250,250);
}
.link{
	text-decoration:	none;
	color:						#ff6633;
	font-family: 			verdana,arial,helvetica,sans-serif;
	font-size:				small;
}
.link:hover{
	color:						#ff4700;
	background-color:	rgb(250,250,250);	
}
td.imgGallery{	
	padding:0px;
}
img.imgGallery{
	border:1px solid #ff4700;
	
}
td.galleryDesc{
	border-top:			1px solid rgb(100,100,100);
	border-bottom:	1px solid rgb(100,100,100);
	padding:				4px;
	font-size:			x-small;
}









