/* -------------------------------------------------Main Layout Objects */

body{
	background-color:	#444444; 
	margin:				0; 
	padding:			0; 
	font-family: 		Arial;
}

#wrapper{
	padding:			0; 
	margin: 			0 auto 0 auto; 
	width:				960px;
}

#head{
	height: 			191px; 
	background-image:	url(images/header-gradient.gif); 
	border-bottom: 		5px solid #036b0b;
}

#middle{
	border-bottom: 		5px solid #036b0b;
	width: 100%;
}

#animationarea{
	width: 				440px; 
	height: 			368px; 
	background: 		#3f7c3c url(images/body-gradient.gif) repeat-x; 
	float: 				right;
}

#text-area{
	height: 			318px; 
	width: 				470px; 
	clear:				none; 
	background: 		#3f7c3c url(images/body-gradient.gif) repeat-x; 
	padding: 			25px;
}

#footer{
	height: 			199px; 
	background-image: 	url(images/footer-gradient.gif);
}

.paratxt{
	color: 				white; 
	font-size: 			12px;
}

/* -------------------------------------------------Menu */
#menu{
	padding-top: 		150px; 
	padding-left: 		400px; 
	font-size: 			24px; 
}

#menu ul{
	padding:			0;
	margin:				0;
}

#menu ul li{
	float: 				left; 
	list-style: 		none; 
	padding:			0 10px;
}

#menu ul li a{
	text-decoration:	none;
	color: 				#b18c01;
}

#menu ul li a:hover{
	color:				orange;
}

#thpg{ 
	border-bottom:			6px black solid;

}

/* -------------------------------------------------END Menu */

#logo{
	float:				left; 
	width: 				362px; 
	height: 			191px;
}

#addr{
	float:				left; 
	text-align:			center; 
	padding-left:		400px; 
	font-size:			10px; 
	font-style:			italic;
}

.molist{
	color:				#FFFFFF;
	font-size:			10px;
}

.molist-title{
	color:				#d0c187;
	text-decoration:	underline;
	font-size:			12px;
}

.slide {
	padding-right: 15px;
	margin-left: 0px;
	position: absolute;
	top: 296px;
	width: 440px;
	height: 368px;
	
}

.slideimg{
	margin:0;
	padding:0;
	width: 440px;
	height: 368px;
}
