/* 
  this builds on style.css and overrides the colors there, but uses the spacings, etc already defined there.
 */

body {
	background-image: none;
	background-color: #000000;
	color: #FFFFFF;
	}
p {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
a:active {color: #FFFFFF;}
a:link { color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover { color: #FFFF99}

.inmainboxhome {
	background-image: url("layout/blackbackgroundhome.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}

.inmainbox {
	margin: 0px 10% 5px 10%;
	padding: 20px;
	background-image: none;
	border: 3px solid #534942;
	text-align: left;
	}

#menu a:active { text-decoration: none; color: #FFFFFF}
#menu a:link { text-decoration: none; color: #FFFFFF}
#menu a:visited { text-decoration: none; color: #FFFFFF}
#menu a:hover { text-decoration: none; color: #FFFF99}

.payform fieldset {
	border: 1px solid #FFFFFF;
	}
	
	
	/* etc etc.. */
