/* Site Structure */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(images/chacha_pattern.png);
	background-color: #666633;
}

#wrap {
	width: 800px;
	height: 600px;
	margin: 20% auto;
	padding: 10px;
	margin-top: 0;
}

#banner {
	width:788px;
	height:25%;
	position:absolute;
}

#main {
	position: inherit;
	background-color:#99cc33;
	width:788px;
	height:420px;
	margin-top:170px;
	margin-left:10px;
	border-left:#b8c988 thin solid;
	border-right:#b8c988 thin solid;	
}

#footer{
	text-align:center;
	color:#FFF;
	background-color:#666633;
	width:788px;
	margin-left:10px;
	font-size:10px;
	height:75px;
	border-bottom:#b8c988 thin solid;
	border-left:#b8c988 thin solid;
	border-right:#b8c988 thin solid;
}

/* Text boxes for each page */
#news_box {
	margin-top:10px;
	margin-left:10px;
	width:540px;
	height:360px;
	overflow:auto;
	float:left;
	padding: 10px 10px 10px 10px;
	background-image:url(images/shadowFill.png);
	color:#FFF;
	
}

#bio_box {
	margin-top:10px;
	margin-left:10px;
	width:460px;
	height:360px;
	overflow:auto;
	float:left;
	padding: 10px 10px 10px 10px;
	background-image:url(images/shadowFill.png);
	color:#FFF;
	
}

#acts_box {
	margin-top:5px;
	margin-left:10px;
	width:750px;
	height:380px;
	overflow:auto;
	padding: 10px 10px 10px 10px;
	background-image:url(images/shadowFill.png);
	color:#FFF;	
}

#contact_box {
	margin-top:20px;
	margin-left:10px;
	width:788px;
	height:380px;
	overflow:auto;
	padding: 10px 10px 10px 10px;
	background-image:url(images/contactBG.png);
	/*background-image:url(images/contactBg.jpg);*/
	background-repeat:no-repeat;
	color:#FFF;	
}

#instruct_box {
	margin-top:10px;
	margin-left:10px;
	width:460px;
	height:360px;
	overflow:auto;
	float:left;
	padding: 10px 10px 10px 10px;
	background-image:url(images/shadowFill.png);
	color:#FFF;
	
}

/* Links */

.mainLinks{
	margin:-8.5em 0 0 465px;
	position: absolute;
/*	height: 22px;
	width: 150px;
	background: url(instruct_restroll.png) top left no-repeat;
	display: block;*/
}

#bioLink{
height: 25px;
width: 150px;
text-indent: 10000px;
overflow: hidden;
background: url(images/bio_restroll.png) top left no-repeat;
display: block;
}
 
#bioLink:hover{
background-position: bottom left;
}


#actsLink{
height: 22px;
width: 150px;
text-indent: 10000px;
overflow: hidden;
background: url(images/acts_restroll.png) top left no-repeat;
display: block;
}
 
#actsLink:hover{
background-position: bottom left;
}


#instructLink{
height: 22px;
width: 150px;
text-indent: 10000px;
overflow: hidden;
background: url(images/instruct_restroll.png) top left no-repeat;
display: block;
}
 
#instructLink:hover{
background-position: bottom left;
}

#contactLink{
height: 22px;
width: 150px;
text-indent: 10000px;
overflow: hidden;
background: url(images/contact_restroll.png) top left no-repeat;
display: block;
}
 
#contactLink:hover{
background-position: bottom left;
}


.textLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	display:inline;
	margin: 50px;
}

	
a.textLinks:link, a.textLinks:visited 
	{
	color:#fff;
	} 
	
a.textLinks:focus, a.textLinks:hover 
	{
	color:#b8c988;
	} 
	
a.creditSite:active 
	{
	color:#000000;
	}
	
	a.creditSite:link, a.creditSite:visited 
	{
	color:#fff;
	} 
	
a.creditSite:focus, a.creditSite:hover 
	{
	color:#b8c988;
	} 
	
a.creditSite:active 
	{
	color:#000000;
	}

/*Table Attributes*/

td {
		vertical-align:top;
		font-family:Arial, Helvetica, sans-serif;
}

h2, h4 {
	margin:0;
	padding:0;	
}

.actsDisc {
	margin-bottom:20px;
	border:#b8c988 thin solid;	
}



/* Site Credits */

.buildSite {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	margin:0;
	padding:0;
}

.creditSite{
	text-decoration:none;
	color:#fff;
}

#footNote {
	padding:0 10px 0 10px;
	margin:0;
}

hr {
	padding:0px;
	margin:0px;
	color:#b8c988;
}


