body {
	background: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

#global{
	/*border-left: thin dotted #ccc;
	border-right: thin dotted #ccc;*/
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 800px;
}
#header { 
background: url("layout/header.gif") no-repeat center;
height: 228px;
}
#center { 
background: url("layout/center.gif") repeat-y center;
/*height:6px;*/
}
#bottom { 
	background: url("layout/bottom.gif") no-repeat center;
	height: 43px;
	text-align: left;
	padding: 0px 0px 0px 40px;
	font: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
}


body, td, th {
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #AA1B17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: inherit;
}

a:link, a:visited, a:hover {
	color: #AA1B17;
	text-decoration: none;
}

a:hover {
	color: #AA1B17;
	text-decoration: underline;
}

#masthead{
	margin: 0px 50px 10px 50px;
	border-bottom: thin dotted #ccc;
	text-align: left;
}

#cycle{
	width: 100%;
}

#siteInfo{
	text-align:center;
	clear: both;
	font-size: 12px;
	color: #ABA5A5;
	padding: 5px 0px 5px 0px;
}

#content{
	padding: 0px 50px 0px 50px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.feature{
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: justify;
}
.feature2{
	padding: 10px 10px 10px 0px;
	font-size: 12px;
	text-align: left;
}



