/* This resets some of the browsers wonky default styles */
* {
}

body{
    font-family:Helvetica, Arial, sans-serif; /* define a font stack for everything inside the body tag */
}

#wrapper1 {
	width: 820px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 100px;
}

#wrapper2 {
	width: 820px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding: 10px;
	color: #666;
}

#header {
	height: 66px; /* width of the box */
	width: 100%; /* height of the box */
}

#content {
	margin: 0px 0;
	width: 1000px;
	overflow: hidden; /* make sure that floated elements stay inside */
	font-family: Helvetica, Arial, sans-serif;
}

#footer {
	height: 0px;
	width: 100%;
	font-size: 50px;

}

a.cell {

border: 1px solid #b7b7b7; /* border: width style color */
display: block; /* this shit is really hard to explain so ask me later */
float: left; /* this too :p */
padding: 5px; /* spacing inside of the box */
margin: 0 10px 10px 0; /* spacing outside of the box */
height: 960px;
text-decoration: none; /* take out the ugly link underline */
font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
}

a.cell2 {

display: block; /* this shit is really hard to explain so ask me later */
float: left; /* this too :p */
padding: 0px; /* spacing inside of the box */
margin: 10px 10px 10px 10px; /* spacing outside of the box */
width: 800px;
text-decoration: none; /* take out the ugly link underline */
font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
}

/* the rollover styles (you can make this whatever you want)*/
a.cell:hover {
background: #2c2929;
color: #FEFEFE;
}

	
#wrapper #footer p {
	text-align: right;
	font-weight: bold;
}
.thankyou {
	font-weight: bold;
}
.thankyou {
	text-align: right;
}
.HEADER {
	font-size: 20px;
}
