body {
	margin:0;
	padding:0;
	color:#666;
	background:#F2FAEB url(images/body_bg.gif) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	height:100%;
}

p {
	margin:0 0 20px;
	line-height:19px;
}
a {
	text-decoration:underline;
	color:#693;
}
strong {
	color: #1F4723;
}

#page {
	border-top:6px solid #360;
	width:760px;
	margin:0 auto;
	min-height:100%;
	background-image:url(images/logo.jpg);
}

	#left {
		width:541px;
		background-color:#FFF;
		float:left;
	}
	/*Left side*/
		#head{
			width:100%;
			float:left;
		}
			#pic1 {
				height:130px;
				margin:1px;
			}
			#pic1 img {
			height:130px;
			width:539px;
		
		}
			
			#head ul {
				margin:0px 0px 0px 1px;
				padding:0px 0px 0px 5px;
				float:left;
				width:534px;
				height:29px;
				list-style:none;
				background:#1F4723;
				font-weight:bold;
				font-size:12px;
			}
			#head li {
				float:left;
				position:relative;
				padding:8px 15px 8px 15px;
				line-height:12px;
				background:url(images/sep.gif) no-repeat right center;
			}
			#head li.last {
				background:none;
			}
			#head li a {
				color:#88A072;
				text-decoration:none;
			}
			#head li a:hover {
				color:#d2e2b9;
			}
			#head li.actual a {
				color:#fff;
			}

		#content {
			float:left;
			width:501px;
			min-height:430px;
			padding-left:20px;
			padding-right:19px;
			padding-top: 40px;
			background:url(images/pic3.jpg) no-repeat;
		}

			#content h1 {
				color:#1F4723;
				font:normal 20px Arial, Helvetica, sans-serif;
				margin:0;				
				width: 100%;
			}
			
			#content h2 {
				color:#1F4723;
				font:normal 17px/19px Arial, Helvetica, sans-serif;
				margin: 0 0 10px;
			}
			
			#content h1 img {
				display: block;
				margin:20px 0 25px 0;
			}
			
			p.inner {
				font-size:14px;
				line-height:20px;
				color:#1F4723;
				padding-left:0px;
			}
			
			.text {
				border-bottom:1px solid #BBC7BD;
				overflow: hidden; 
			}
			.smalltext {
				padding-top: 15px;
				overflow: hidden; 
				padding-bottom:15px;
			}
			
			.smalltext table{
				padding-left: 150px;
			}
			
/*Right side*/
	#right {
		float:right;
		overflow:hidden;
		margin-top:1px;
	}
		#right img {
			height:130px;
			width:219px;
		
		}
		
		#flashcontent2 {
			width:218px;
			min-height:800px;
			margin-top:1px;
			background-color:#bcceaf;
		}
		
		#flashcontent2 img{
			width:218px;
			height:435px;
		}

#foot {
	width: 100%;
	position:static;
	float:right;
}

	#foot p.right{
		margin-left:380px;
	}
	
	#foot p.right2{
		margin-left:10px;
	}
	.bottom {
	background:#113319;
	border-bottom:3px solid #fff;
	border-top: 1px solid #FFF;
	font-size:11px;
	width:749px;
	overflow:hidden;
	padding:8px 0px 8px 11px;
	color:#D2E2B9;
	}
	.bottom p {
		float:left;
		margin-bottom:0;
		margin-top: 0;
	}
	.bottom a {
		color:#D2E2B9;
	}
	.bottom a:hover {
		color:#fff;
	}