body {
		font-size: 75%;
		text-align: center;
		background: #231F20 url(/images/backgrounds/main_bg.jpg) top center;
}
	
* {
		margin: 0;
		padding: 0;
	}

img {
		border: none;
	}

.textHolder {
		padding: 10px;
	}

/* Text Formatting */
	
h1, h2, h3, h4, h5, h6 {
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: .5em;
		font-weight: 500;
	}	

h1 {
		font-size: 2.0em;
	}
	
h2 {
		font-size: 1.8em;
	}
	
h3 {
		font-size: 1.6em;
	}

h4 {
		font-size: 1.4em;	
	}

h5 {
		font-size: 1.2em;
	}

h6 {
		font-size: 1em;
	}


p {
		margin-bottom: 1em;
	}
	
a {
		color: #F030A2;
		font-weight: 600;
		text-decoration: none;
	}
	
em {
		color: #F030A2;
		font-style: normal;
	}
	
a:hover {
		text-decoration: underline;
	}
	
ul {
		margin: 0px 0px 20px 20px;
	}
	
li {
		list-style: none url(/images/backgrounds/li_bg.gif);
		line-height: 1em;
		margin-bottom: 3px;
	}
	
ul li a {
		color: #FFF;
		font-weight: normal;
	}
	
li ul {
		margin-top: 5px;
		margin-bottom: 0;
	}
	
fieldset {
		border: none;
	}
	
label {
		margin-bottom: 0.5em;
	}
	
sup {
		color: #F030A2;
	}
	
input, select, textarea {
		margin-bottom: 0.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		border: 1px;
		vertical-align: middle;
	}
	
input, textarea, button {
		padding: 4px;
		vertical-align: middle;
	}
	
.error {
		color: #F00;
	}
	
button {
		margin-bottom: 0.5em;
		background: url(/images/backgrounds/button_bg.gif);
		border: 1px solid #000;
		cursor: pointer;
		color: #FFF;
	}
	
#wrapper {
		width: 900px;
		text-align: left;
		margin: auto;
		font-family: Arial, Helvetica, sans-serif;
		color: #CCC;
		padding-bottom: 10px;
	}
	
/* End Text Formatting */

.helper {
		height:1px; 
		left:0; 
		overflow:hidden; 
		position:absolute; 
		top:-500em; 
		width:1px; 
	}	
	
.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
img, div, input, li { 
		behavior: url(/css/iepngfix.htc);
	}