
/* CSS Document */

html { min-height: 101%; margin-bottom: 0.1pt; }

body {
	font-size: 0.9em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;


	margin: 0;
	padding: 0;

	background-image:url(../resources/images/_backgrounds/walltexture_bg.jpg);
	background-position: top center;
	background-repeat: repeat;

}
#wrap{


	background-image:url(../resources/images/_backgrounds/body_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;

	
	width: 991px;
	height: 704px;
	margin-left:auto;
	margin-right:auto;


}
#header{
	position: relative;

	height: 172px;
	width: 991px;
	margin-left:auto;
	margin-right:auto;	
}
#footer{
	clear: both;
	float: left;

	height: 139px;
	width: 991px;

	margin-left:auto;
	margin-right:auto;	
}




#maincontent{

	position: relative; /* peekaboo bug fix for IE6 */
	float: left;
	padding-left: 56px;

	margin-left: 14px;
	border: 0px solid #000;
	width: 881px;

	padding-top: 0px;
}


#paging-left{
	margin-top: 10px;
	float: left;
}
#paging-right{
	margin-top: 10px;
	float: right;
}



#maincontent #homepage-colum-lhs{
	float: left;
	border: 0px solid #000;
	width: 640px;
	height: 410px;
}

#maincontent #homepage-colum-rhs{
	float: right;
	padding-right: 26px;
	border: 0px solid #000;
	width: 206px;
	height: 400px;
	text-align: right;
	margin-right: 5px;
}

#maincontent #homepage-colum-rhs #sponsor{

	float: right;
	width: 210px;
	height: 141px;	
	padding-bottom: 2px;	

}

#maincontent #homepage-colum-rhs #button1{

	float: right;
	width: 206px;
	height: 96px;	
	padding-bottom: 5px;
}

#maincontent #homepage-colum-rhs #button2{
	float: right;
	width: 206px;
	height: 96px;	
	padding-bottom: 5px;
}

#maincontent #homepage-colum-rhs #button3{
	float: right;
	width: 206px;
	height: 96px;	
	padding-bottom: 5px;

}

#maincontent #homepage-colum-rhs #button4{
	float: right;
	width: 206px;
	height: 96px;	
}


#maincontent #content{
	width: 850px;

	border-bottom: 1px dashed #CCC;
}


h1{
	font-size: 14pt;
	color: #666666;
}
#gallery{
	width: 850px;
	border: 0px dashed #000;	
}

#page{

	width: 850px;

	border: 0px dashed #000;	
}

.line-break{
	clear: both;
	border-bottom: 1px dashed #666;
}

#gallery .galleryitem{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 39px;
	border: 4px #000000 outset;
}

#gallery .galleryitemlast{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
		border: 4px #000000 outset;
	margin-right: 0px;
}



/* buttons */


/* easyscroll */
#myScroller{
	width: 770px;
}

#easyscroll{

	margin:1em 0;
	/* add additional styling */
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{
		height:28px;
		line-height:28px;
		margin:0;	
		padding:0;
		}	

	#easyscrollnav{
		margin:1em 0;
		float: right;	
		}			
	#easyscrollnav li{
		list-style:none;

	
		padding:0;
		color:#300033;
		cursor:pointer;

		}		
					
	#easyscrollnav li.over{
		
		text-decoration:underline;
		}							

	/* // easyscroll navigation buttons */	

#easyscrollnav #btnUp{
	margin-top: 50px;
	width: 26px;
	height: 16px;
	background-image:url(../resources/images/_buttons/up-enabled.gif);
	background-repeat:no-repeat;
	padding-bottom: 30px;

}


#easyscrollnav #btnDown{
	margin-top: 30px;
	width: 26px;
	height: 16px;
	background-image:url(../resources/images/_buttons/down-enabled.gif);
	background-repeat:no-repeat;

}

/* // end easyscroll */




.highlighttext{
	color: #FF0000;
	font-weight: bold;
}