body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

.style1 {color: #000000}

.main{
	width: 1000px;
	background: center top no-repeat #cccccc;
	padding: 0px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
.header{
	width: 1000px;
	height: 415px;
	padding: 0px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.header td{
	padding-bottom: 35px;

}
.button {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 84px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 129px;
	font-weight: bold;
	padding-top: 30px;
	}
.button a {
	color: #404040;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.button a:hover {
	color: #6C8215;
}

.left{
	width: 313px;
	position: relative;
	background: center top no-repeat #FEC345;
	padding: 10px;
	margin: auto;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	vertical-align: top;
}
.content{
	width: 647px;
	background: center top no-repeat #C4DA6D;
	padding: 12px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	text-decoration: none;
	color: #383C39;
	font-size: 12px;
}
.content a{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.keywords{
	width: 1000px;
	background: center top no-repeat #6C8215;
	padding: 0px;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
}

.copyright{
	text-align: center;
}

