/* 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 */
	boarder: 0px;
}

#wrapper {
	width: 960px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
}

#header {
	height: 158px; /* 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 {
background: #FFF;
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: 205px;
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;
}
