
html {
		height: 100%;
		overflow: scroll;
	}
	
	body {
		background-color: #dfdfdf;
		margin: 0px;
		padding: 0px;
		height: 100%;
		border-top: 1px transparent solid;
		margin-top: -1px; z-index:0; position:relative;
		font-family: arial, sans-serif;
		font-size:13px;
		color: #666;
		line-height: 18px;
	}

	img {
		border: 0;
	}
	
	img#background {
		height: 100%;
		z-index: -1;
		position: fixed;
	}

	h1 {
		font-size: 27px;
       border-top:5px solid #cc0000;
       border-bottom:5px solid #cc0000;
	    margin:30px 0;
	    padding:7px 0 2px 0;
	    color: #cc0000;
	    text-transform: uppercase;
	}
	
 h3 {
	 font-size:14px;
	 color: #cc0000;	
 	}

 	h4 {
		font-size: 13px;
       border-top:2px solid #cc0000;
       border-bottom:2px solid #cc0000;
	    margin:10px 0;
	    padding:3px 0 1px 0;
	    color: #cc0000;
	    text-transform: uppercase;
	}

	 a:link, a:visited, a:hover {
		 color: #cc0000;
 	}

	 a:hover {
	 text-decoration: none;
	 }

	#headerWrapper {
		margin: 20px 0 0 0; 
		width: 100%;
 		background-color: #cc0000;
 		padding: 15px;
	}

	#header {
		margin: 0 auto;
		padding: 0; 
		width: 700px;
	}

	#contentWrapper {
		margin: 20px auto; 
		width: 670px;
 		background-color: #fff;
		border:1px solid #eee;
		border-radius: 5px;
   		-moz-border-radius: 5px;
	}

	#content {
		padding:15px 25px 25px;
	}

	#translate {
	 text-align: right;
	 font-size: 11px;
	}

	#leftColumn {
		float: left;
		width: 400px;
	}

	#rightColumn {
		float: left;
		padding-top: 50px;
		width: 218px;
	}

	
	#productUpdate {
		font-size:11px;
		line-height:15px;
		border:1px solid #eee;
		border-radius: 5px;
		-moz-border-radius: 5px;
		background-color:#eee;
		padding:6px;
		margin-bottom:10px;
	}
	
	#productUpdate ul {
		font-family: monospace;
		list-style:none;
		padding-left:10px;
	}

	#button {
		padding-top: 15px;
		clear: both;
		font-size: 12px;
	}

	#button .column {
		padding-top:15px;
		float:left;
		width:280px;
		}

	#button textarea {
		font-size:11px;
		border: 1px solid #ccc;
		padding: 5px;
		}

	#donate {
		padding-top: 15px;
		clear: both;
		font-size: 12px;
	}

	#footerWrapper {
		margin: 10px 0; 
		width: 100%;
 		background-color: #cc0000;
 		padding: 5px 0 0 20px;
 		color: #fff;
	}

	#footer {
		margin: 0 auto;
		padding: 0; 
		width: 700px;
		font-size: 12px;
	}

	#footerTitle {
		clear: both;
		text-transform: uppercase;
		font-weight: bold;
	}

	#footer a:link, #footer a:visited {
		color: #fff;
	}

	#footer ul {
		display: inline;
		list-style: none;
		padding:0;
	}

	#footer .column {
		float: left;
		width: 170px;
	}

#unitsSold {
	margin:0;
	padding: 0 0 15px 0;
	font-size: 15px;
	text-transform:uppercase;	
	display: none;
	font-weight: bold;
	}
	