/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #756555;
	color: white;
	text-align: center;
	min-width: 930px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}
#header {
	background-color: #756555;
	color: white;
	width: 930px;
	margin-bottom: -3px;
}
#textmain {
	float: left;
	background-color: #ffffff;
	color: black;
	border-left: 4px solid #FF7E00;
	border-right: 4px solid #FF7E00;
	padding: 35px 30px 25px 35px;
	margin: 0;
	width: 487px;
	text-align: left;
	line-height: normal;
}
#title {
	color: black;
	background-color: #ffffff;
	line-height: 20px;
	letter-spacing: 4px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: large;
}
#right {
	float: right;
	background-color: #756555;
	color: white;
	margin: 0px;
	padding-left: 45px;
}
#textmain2 {
	float: right;
	background-color: #ffffff;
	color: black;
	border-left: 4px solid #FF7E00;
	border-right: 4px solid #FF7E00;
	padding: 20px 30px 25px 35px;
	margin-left: 556px;
	margin-right: 4px;
	width: 297px;
	text-align: left;
	line-height: normal;
}
#textmain3 {
	float: left;
	background-color: #ffffff;
	color: black;
	border-left: 4px solid #FF7E00;
	border-right: 4px solid #FF7E00;
	padding: 20px 30px 25px 35px;
	margin: 0;
	width: 487px;
	text-align: left;
	line-height: normal;
}
#footer {
	clear: both;
	background-color: #756555;
	color: white;
	padding: 10px;
	width: 910px;
	text-align: center;
	font-size: small;
}
#footer span.orange {
	color: #FF7E00;
}
#footer ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#footer li {
	display: inline;
	color: white;
	background-color: #756555;
}
#footer a:link {
	text-decoration: none;
	color: white;
	background-color: #756555;
}
#footer a:visited {
	text-decoration: none;
	color: white;
	background-color: #756555;
}
#footer a:hover {
	text-decoration: none;
	background-color: #756555;
	color: #FF7E00;
}

