body 
{
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background: url(images/bg.gif) fixed bottom repeat-x #FFF;
}


#wrap 
{
  position: absolute;
  width: 640px;
  left: 50%;
  top: 0%;
  margin-left: -320px;
  margin-top: 0px;
  padding: 20px;
  background-color: #FFFFFF;
  border-left:1px solid #959596;
  border-right:1px solid #959596;
}


#content a 
{
	color: #000000;
	text-decoration: none;
	border-bottom: #000000;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

#content a:hover
{
	color: #000000;
	text-decoration: none;
	border-bottom: #F28C35;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}


#header
{
	height:100px;
	background-image: url(images/rssicon.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left:80px;

	
}

#header h1
{
 	font-size: 62px;
 	color: #000000;
 	margin:0px;
 	padding-top:12px;
}

#header h1 span
{
 	font-size: 62px;
 	color: #FFA221;
}

#content
{
	padding-top:20px;
	line-height:1.5em;
}

#content h1
{
	font-size: 20px;
 	color: #000000;
 }

#content ul
{
	padding: 0px;
}

#content li
{
	margin-left:16px;	
}

#validate
{
	margin-top: 40px;
}



