	body
	{
		background-image: url(gfx/bg.jpg);
		background-repeat: repeat-x;
		background-color: #3B0600;
		text-align: center;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	#header
	{
		width: 649px;
		height: 137px;
		background-color: #ffffff;
		background-image: url(gfx/top.jpg);
		text-align: left;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		padding: 0;
		margin: 0;
		margin: auto;
	}
	
	#header ul
	{
		padding: 112px 0px 0px 20px;
		margin: 0;
	}
	
	#header li
	{
		display: inline;
		list-style: none;
	}
	
	#header a
	{
		color: #000000;
		text-decoration: none;
	}
	
	#header a:hover, #header .active_link
	{
		text-decoration: underline;
		color: #8F2300;
	}
	
	#footer
	{
		width: 649px;
		color: #8B2200;
		font-size: 11px;
		padding: 0;
		margin: 0;
		margin: auto;
		margin-top: 4px;
		margin-bottom: 6px;
	}
	
	#footer ul
	{
		padding: 5px 0 0 0;
		margin: 0;
	}
	
	#footer li
	{
		display: inline;
		list-style: none;
	}
	
	#footer a
	{
		color: #8B2200;
		text-decoration: none;
	}
	
	#footer a:hover, #footer .active_link
	{
		text-decoration: underline;
		color: #D66F4E;
	}	
	
	#mainContent {
		width: 649px;
		height: 433px;
		margin: auto;
		background-color: #864A26;
		background-image: url(gfx/mainbg.jpg);
		background-position: top left;
		text-align: left;
		overflow: hidden;
	}
	
	#mainContent a
	{
		text-decoration: none;
		color: #FFBBBB;
	}
	
	#mainContent a:hover
	{
		text-decoration: underline;
	}
	
	#mainContent li
	{
		color: #ffffff;
		margin-bottom: 15px;
	}
	
	#mainContent h1
	{
		font-size: 16px;
		color: #FFBBBB;
		padding: 0;
		margin: 0;
		padding-top: 20px;
	}	
	
	#mainContent p, #mainContent td
	{
		color: #ffffff;
		font-size: 13px;
		line-height: 18px;
	}
	
	#mainContent p, #mainContent h1
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#mainContent table
	{
		margin-left: 20px;
	}
	
	#mainContent .textwithpic img
	{
		border: 2px solid #000000;
		margin-right: 10px;
	}
	
	#mainContent a.downloadlink
	{
		font-size: 15px;
		text-decoration: none;
		color: #FFBBBB;
		width: 175px;
		height: 40px;
		overflow: hidden;
		background-image: url('gfx/button.gif');
		display: block;
		padding-top: 18px;
		text-align: center;
		padding-right: 4px;
		
	}
	
	#mainContent a.downloadlink:hover
	{
		color: #ffffff;
	}
	
	#mainContent .pictd {
          background-color : #000000;
          border : 2px solid #000000;
          cursor : pointer;
	}	
	
     .FormInput {
          width : 250px;
          height : 20px;
          border : 1px solid #000000;
          padding : 2px;
      }
     .FormTextarea {
          width : 250px;
          height : 75px;
          border : 1px solid #000000;
          padding : 2px;
      }
     .FormButton {
          width : 256px;
		  border: 1px solid;
      }	