body {
	background-color: #e4985e;
	color: #101010;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/pagebg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

body,td {
	font-family: Arial Narrow;
	font-size: 11px;
	text-align: justify;
}

a:link, a:active, a:visited {
	color: #d15a00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline; 
}

h1  {
	color: #303030;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	background-color: #ffffff;
	line-height: 15px;
	display: block;
	margin: 0px;
	text-transform: lowercase;
	letter-spacing: 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}

h1:first-letter {
	color: #5c751d;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h3  {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-indent: 5px;
	line-height: 15px;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

b {
	color: #FFFFFF;
	font-weight: normal;
}

i {
	color: #FFFFFF;
}

input,textarea,select,option {
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #101010;
	font-family: Arial Narrow;
	font-size: 11px;
	padding-right: 3px;
	padding-left: 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}

.welcome {
	font-size: 10px;
	font-family: Arial Narrow;
	text-transform: none;
	text-align: justify;
	color: #101010;
	padding-right: 40px;
	line-height: 9px;
}

.affiliates {
	font-size: 10px;
	font-family: Arial Narrow;
	text-transform: none;
	text-align: justify;
	color: #101010;
	text-align: center;
}

img.affiliates {
	margin: 2px;
	border: 0px;
}

.main {
	background-color: #bac454;
	text-align: justify;
	display: block;
	margin-bottom: 5px;
	padding: 0px 0px 5px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}

.footer {
	padding-left: 37px;
	padding-bottom: 5px;
	background-image: url(images/layout03.jpg); 
	background-repeat: no-repeat;
	font-size: 8px;
	font-family: Arial Narrow;
	text-transform: uppercase;
	line-height: 10px;
}

a.nav {
	display: block;
	color: #000000;
	border-bottom: 1px dotted #5c751d;
	padding: 3px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.nav:hover {
	background-color: #c6cf68;
	text-decoration: none;
}