

body { 
  	background: #78b301 url(css/title.jpg) repeat-y top left;
  	margin: 0;
  	padding: 0;
  	color: #78b301;
  	font-family: verdana, arial, helvetica, sans-serif;
  	font-size: 69%;
}


img{
	border: none;
}


/* Divisions */

#container { 
	position:relative;
  	width: 410px;
 	background: url(css/page.jpg) repeat-y;
  	margin: 20px auto;
}


#pageHeader { 
  	height: 100px;
}


#pageHeader h1 { 
  	height: 100px;
  	width: 410px;
	margin: 0;
  	background: url(css/head.jpg) no-repeat;
}


#pageHeader h1 span { 
  	display: none;
}


#content { 
  	width: 382px;
  	margin: 5px auto;
	background: transparent;
	font-weight: bold;
	text-align: center;
}

#content h3{
	width: 382px;
	height: 21px;
	margin: 0;
	padding: 0;
	
}


#content h4{
	margin: 15px 5px 5px 5px;
	font-size: 1.3em;
	color: #78b301;
	font-weight: bold;
}


#content a {
	color: #cc3399;
	text-decoration: none;}


#content a:hover {
	text-decoration: underline;}


#content p{ 
  	margin: 15px 5px;
}


#forwardbutton{ 
	float: right;
	height: 32px;
	width: 32px;
}


#backbutton{ 
	float: left;
	height: 32px;
	width: 32px;
}


#formnavigation{ 
	display: none;
	height: 32px;
	text-align: center;
	padding: 0 150px;
}



#links ul{ 
  	list-style-type: none;
  	margin: 15px 5px;
  	padding: 0;
}


#links li{ 
  	list-style-type: none;
  	line-height: 1.6;
}



/*Footer*/

#footer { 
	background: #78b301 url(css/footer.jpg) no-repeat center top;
	color: #679a00;
	padding-top: 10px;
	margin : 0;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 0.95em;	
}



/* Classes */

.hide {
	background: none !important;
	background: transparent;
}


.thumb {
	border: 1px solid #eee;
	background: #fff;
	padding: 3px;
	margin: 6px;
}

.multiparts{ 
	height: 270px;
	text-align: center;
	margin: 8px 0;
}

.multiparts1{ 
	height: 180px;
	text-align: center;
	margin: 8px 0;
}

