/* CSS Document */

	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	background-image:url(mainback-red.jpg);
	background-color:#CC3300;
    height: 225px;
	margin: 0;
	color: #000000;
	
}

#mainbox {
	padding-top: 10px;
	padding-bottom: 10px;
	
	
	background-repeat: repeat-x;
	margin: 0;
	color: #000000;

}

.maincontent {
	width: 700px;
	margin: 0 auto 10px;
	padding: 0;
	font-family: verdana, arial, tahoma;
	font-size:12px; 
	color: #000000;
	line-height:18px;

}



.headercontent {
	width: 700px;
	height: 225px;
	margin: 0 auto 0px;
	padding: 0;
background-image:url(zomptop.png);
background-repeat: no-repeat;
}

.title
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	color:#000000;
	font-size: 22px;
	margin: 0;
	clear: both;
	padding-top: 30px;
}

  /* Default links   */

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

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

a:active {
	color: #000000;
	text-decoration: none; 
	
  }
  
