	@charset "utf-8";
/* CSS Document */
body {
	margin: 0px auto 0px auto;
	font-family:  Arial CE, Tahoma, Helvetica, sans-serif;
	font-size: 95%;
	color: #858585;
	background: url(../images/bg-body.gif) repeat fixed;
	outline: none;
}
img, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #006629;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	list-style: none;
	
	color: #f7e300;
	text-decoration: none;
	font-size: 40px;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../images/bg-h1.gif) top left no-repeat;
	padding-top:0;
	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #fff;
	
	
	font-family:  Arial CE, Tahoma, Helvetica, sans-serif;
}
h3 {
	font-size: 15px;
	color: #006629;
	font-weight: normal;

}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 0px;
}
#container{
	margin:0 auto 0 auto;
	width:1000px;
	
	}
#header{
	float:left;
	width:1000px;
	margin-top:10px;
	}
#logo{
	float:left;
	width:350px;
	}	
#introduction{
	float:right;
	width:500px;
	}	
#introduction p{
	color: #f7e300;
	font-size:16px;
	font-weight: bold;
	margin-top:3px;
	}
#info{
	width:1000px;
	float:left;	
	margin:10px 0 15px 0;
	}	
#info img{
	float:left;
	}
#info p{
	float:left;
	padding:0;
	margin:0 25px 0 15px;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	font: Georgia;
	}	
#content{
	width:1000px;
	height:635px;
	float:left;
	
	
	}	
#content a{
	width:1000px;
	height:635px;
	display: block;
	background:url(../images/content.gif) no-repeat;
	outline:none;
	}		