/* reset global margins for IE box model problems */



* { 
	margin: 0px;
	padding: 0px;
}

* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

body {
	font:14px arial,helvetica,tahoma;
	margin: 0;	
	padding: 0;
	text-align: center;
	background-color: #fff;
	background-image:url(../_img/main_bg.jpg);
	background-repeat:repeat;
}

p {
	margin-left:15px;
	margin-top:25px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:18px;
	font-weight:normal;
}

/* -------------- */
/*  WRAPPER */
/* -------------- */
#wrapper {
	width: 976px;
	margin: 0 auto;	
	border: 1px solid #348636;
	background-color: #fff;
	position:relative;
}
#content_wrapper {
	text-align:left;
	position:relative;
}

#shadow {
	margin:0px;
	padding:0px;
	position:absolute;
	top:142px;
	z-index:1;
}

#header {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	background-color:#348636;

}
#main_nav {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	width:976px;
	height:19px;
	background-color:#348636;
	z-index:2;
}

#logo {
	margin:0px;
	padding:0px;
	position:absolute;
	left:20px;
	top:10px;
}
#tag {
	margin:0px;
	padding:0px;
	position:absolute;
	left:370px;
	top:30px;
}

#main_content {
	width:976px;
	background-image:url(../_img/stage_bg.jpg);
	background-repeat:repeat;
}

#img_rotate {
	margin:0px;
	padding:0px;
	width:976px;
	background-image:url(../_img/green_bg.jpg);
	background-repeat:repeat;
	z-index:0;
	text-align:left;
}


#home_inset {
	margin-left:15px;
	padding-left:7px;
	padding-top:7px;
	width:155px;
	height:255px;
	text-align:left;
	background-image:url(../_img/home_inset.gif);
	background-repeat:no-repeat;
	background-color:#fff;
}

#home_inset p {
padding-left:0px;
padding-top:10px;
margin:0px;
font-size:10px;
width:145px;
line-height:12px;
}

#txtInput {
padding:2px;
margin:0px;
font-size:10px;
width:305px;
line-height:14px;
}

#txtArea {
padding:2px;
margin:0px;
font-size:10px;
width:400px;
height:85px;
font-family:arial,helvetica,tahoma;
line-height:14px;
}

#footer {
	margin: 0 auto;	
	padding-top:5px;
	padding-bottom:20px;
	width:976px;
	color:#fff;
	text-align:left;
	font-size:7pt;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#ccc;
	text-decoration:underline;
}
