body {
		font-size: 75%;
		text-align: center;
		background: #383838 url(backgrounds/main-bg.gif) repeat-x;
}
	
* {
		margin: 0;
		padding: 0;
	}

img {
		border: none;
	}
	
.debug {
		clear: both;
		font-size: 9pt; 
		font-family: monospace;
		border: 1px solid blue; 
		color: blue; 
		padding: .5em; 
		margin: 8px; 
		background-color: #E6E5FF;
	}
	
/* Text Formatting */
	
h1, h2, h3, h4, h5, h6 {
		margin-bottom: .5em;
		color: #FFF;
	}
	
h1 {
		font-size: 1.8em;
	}
		
h2 {
		font-size: 1.8em;
	}
	
h3 {
		font-size: 1.2em;
	}

h4 {
		font-size: 1.2em;	
	}

h5 {
		font-size: 1.2em;
	}

h6 {
		font-size: 1em;
	}


p {
		margin-bottom: 1em;
		line-height: 17px;
	}
	
a {
		color: #999;
	}
	
a.white {
		color: #FFF;
		text-decoration: none;
	}
	
b {
		color: #F00;
		font-size: 1.2em;
		font-weight: normal;
	}
	
ul {
		margin: 0 0 20px 20px;
	}
	
ol {
		margin: 0 0 0 20px;
}
	
li {
		margin-bottom: 3px;
		list-style: url(backgrounds/li-bg.gif);
	}
	
li a {
		text-decoration: none;
	}
	
li a:hover {
		text-decoration: underline;
	}
	
li ul {
		margin-bottom: 0;
	}
	
fieldset {
		border: none;
	}
	
legend {
		padding: 5px 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: .5em;
		font-weight: 500;
		font-size: 1.8em;
	}
	
label {
		margin-bottom: 0.5em;
		font-weight: bold;
	}
	
input, select, textarea, button {
		display: block;
		margin-bottom: 0.5em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
	
.checkbox {
		display: inline;
	}
	
.hidden {
		border: none;
		display: none;
		padding: 0;
		background: none;
		width: 0;
		height: 0;
	}
	
input, textarea, button {
		padding: 2px;
	}
	
select {
		padding: 1px 0 1px 1px;
	}
	
button {
		margin-bottom: 0.5em;
		background: #CCC;
		border: 1px solid #000;
		cursor: pointer;
	}
	
.error {
		color: #F00;
	}
	
#wrapper {
		width: 1000px;
		margin: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		text-align: center;
		background: #000 url(backgrounds/wrapper-bg.jpg) top left no-repeat;
		padding-bottom: 10px;
	}
	
.textHolder {
		padding: 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 { behavior: url(/iepngfix.htc) }
