/* LAYOUT */

.body{
	
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}

div#page{
	position: relative;
	width: 956px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	margin-top: 35px;
	
	text-align: left;
}

div#flashtop{
	position: absolute;
	z-index: 0;
	top: 2px;
	left: 3px;
	background-image: url('../img/Background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
	div#flashtop div#thTbar{
		position: absolute;
		z-index: 10;
		top: -35px;
	}
	
div#page_pad{
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-image: url('../img/blank.gif');
}
	/* TOP */

div#top{
	border: 2px solid #006e3a;
	border-left: 3px solid #006e3a;
	border-right: 3px solid #006e3a;
}
div#top_pad{
	position: relative;
	min-height: 103px;
	height:		auto !important;
	height: 	103px;
	width: 950px;
}
		div#logo{
			position: absolute;
			top: 20px;
			left: 30px;
			background: transparent url(../img/logo.png) no-repeat scroll center;
			width: 154px;
			height: 60px;
		}
		a#logo_link{
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 2;
			display: block;
			width: 210px;
			height: 103px;
		}
	
div#top-bar{
	position: relative;
	min-height: 40px;
	height:		auto !important;
	height: 	40px;
	margin: 0px 3px;
	border:0px solid red;
}
	div#menu-top{
		
	}
	div#menu-top div#thTbar{
		position: absolute;
		z-index: 10;
		top: -35px;
	}


	/* MIDDLE */

div#middle{
	border: 2px solid #006e3a;
	border-left: 3px solid #006e3a;
	border-right: 3px solid #006e3a;
}
div#middle_pad{	
	min-height: 485px;
	height:		auto !important;
	height: 	485px;
	width: 950px;
	border:0px solid blue;
}

	div#main-column{
		padding-bottom: 10px;
		border:0px solid red;

		padding:0px;
		padding-top:130px !important;
		padding-top:290px;
		padding-left:170px;
		padding-right:360px;
		padding-bottom:30px !important;
		padding-bottom:0px;
	}
		div#content {
			position: relative;
			height: 	1%;
		}
		div#content div#thTbar{
		}

.clear {
	display:block;
	clear:both;
}
	div#frontpage {
	}
	div#frontnews {
		padding-bottom:25px;
	}
	
	/* BOTTOM */

div#bottom{
position: relative;
	margin-top: 10px;
	text-align: center;
}

	div#footer{
		color: #8dc73f;
		color: #006e3a;
	}
		div#footer a {}
		div#footer a:hover{}
		
		
div#copyright{
	text-align: center;
	margin-top: 10px;
}
