/*Nuka2005*/

body {
	background-color: #551607;
	margin: auto;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#page_area {
	width: 1000px;
   height: 602px;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
}

.content_area {
	height: 375px;
}

#content {
   width: 865px;
   height: 375px;
	background-image: url(images/contentbackground.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 80px;
	}
	
.link_area {
	height: 44px;
	padding-left: 30px;
}
	
#links {
	width: 733px;
	height: 44px;
	margin-top: 34px;
	margin-left: 15px;
}

.bottom_textarea {
	height: 40px;
	vertical-align: top;
	padding-left: 30px;
}



#bottom_text {
	width: 910px;
	height: 40px;
	position: relative;
	margin-bottom: 0px;
	margin-left: 00px;
}

.table {
   width: 750px;
   margin-top: 45px;
	margin-left: 35px;

}

.table_space {
	width: 5%;
}

.text_area {
	width: 40%;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #DFE2CF;
	line-height: 16px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #DFE2CF;
}

.text {
   color: #DFE2CF;
   text-align: center;
}

.gallery_change {
   color: #DFE2CF;
   margin-left: 10px;
   margin-bottom: 50px;
   position: absolute;
}

a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #DFE2CF;
	text-decoration: none;	
}

a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #DFE2CF;
	text-decoration: underline;
}
	 
.scroller {
display:block;
position:relative;
width: 325px;
height: 26em;
margin:8px;
padding:5px;
background: inherit;
color: inherit;
overflow:auto;/*must have this*/
}	 
