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: #781A0E;
	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: 25px;
	margin-bottom: 0px;

}
.button {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 124px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	width: 129px;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 45px;
}
.button a {
	color: #660000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.button a:hover {
	color: #FF6600;
}

.left{
	width: 313px;
	position: relative;
	background: center top no-repeat #859A89;
	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 #C5CCAB;
	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: #333333;
	font-size: 12px;
	font-weight: bold;
}
.keywords{
	width: 1000px;
	background: center top no-repeat #FE6B35;
	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;
}

