/* CSS Document */

body {
	background-color:#646464;
	background-image: url(../images/backs.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #666666;
	font-family: "Verdana";
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 640px; 
}

h1 {
   font-size: 16px;
   color: #666666;
   font-family: "Verdana";
   text-align: left;
   line-height: 12px;
}

a {
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF9000;
}

.centered {
  position: relative;
  top: 0;
  right: 0;
  background-color:#FFFFFF;
  margin: 0 auto;
  width: 640px;
  height: inherit;
}

.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 427px;
	width: 640px;
}

.box {
	width:585px;
	height:auto;
	border:dotted;
	border-color:#990000;
	border-width:thin;
	background-color:#EDAFAA;
	padding:10px;
	color:#990000;
}

.headercontent {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 640px;
}

.content {
	position: relative;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	width: 610px;
	height: inherit
	text-align: left;
}
.footer {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 37px;
	text-align: left;
}