html, body {
	width:100%;
	height:100%;
	}

html, body{
	
	margin:0 0 1px;
	line-height: 1.5;
   background-image:url(bg1.png); 
	background-position:left top;
	background-repeat:repeat;
}

#container, #container_left, #container_right{
	position: relative;
	width:100%;
}

	#container{
		position:relative;
		width:950px;
		margin:0 auto;
		text-align:left;
		background-color:white;
		padding:15px;
		overflow: hidden; 
		-moz-box-shadow: 0 0 5px 5px #D8D8D8;
		-webkit-box-shadow: 0 0 5px 5px #D8D8D8;
		box-shadow: 0 0 5px 5px #D8D8D8;
}

body, td, th {
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{
	color: #008000;
	font-weight:bold;
	font-size:20px;
}
h2
{
	color: #008000;
	font-weight:bold;
	font-size:16px;
}

footer{
	position:relative;
	height:90px;
	clear:both;
	width:100%;
	margin-bottom:18px;
	background-color:black;
}

#FooterOne, #FooterTwo, #FooterTree {
	position: absolute;	
}

#FooterTwo{
	position: absolute;
	right: 225px;
	top:26px;
	color:white;
}

#FooterTree{
	position: absolute;
	left: 225px;
	top:26px;
	color:white;
}

.container{
    width:980px;
    margin:0 auto;
	background-color:#33CC99;
}

h3, h4, h5, h6 {

	color: #008000;
	font-size:13px;
}

a {
	color: #5179BD;
	text-align: left;
	font-weight:bold;
	font-size:13px;
}

a:hover{
	text-decoration:none;
	color:#09C;
}


