html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: helvetica,arial,sans-serif;
	line-height: 1.4em;
	color: #1d1d1d;
	background: #f0f0f0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1 {
	font-size: 75px;
	letter-spacing: -5px;
	margin-top: 75px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
}

h2 {
	font-size: 25px;
	letter-spacing: -1px;
	margin-top: 50px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
	margin-bottom: 10px;
}

h3 {
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #777;
	margin-bottom: 15px;
}

p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}

a {
	color: #7799dd;
	text-decoration: none;
}

a:visited {
	color: #7799dd;
}

a:hover {
	color: #1d1d1d;
}

.base {
	color: #aeaeae;
}

.accent {
	color: #ba0f0f;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

.right {
	margin-top: 120px;
	float: right;
	width: 300px;
}

.left {
	float: left;
	width: 660px;
}

.clear {
	clear: both;
}

#about {
	margin-top: 50px;
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 1.3em;
	font-weight:  bold;
	color:  #aaa;
	padding-right: 75px;
}

.textbox {
	border:  1px solid #ccc;
	padding:  5px;
	background:  #ddd;
	width:  100%;
	color:  #aaa;
	display: block;
	margin-bottom: 5px;;
}

.submit {
	margin: 0;
	border: 1px solid #aaa;
	background: #ccc;
	color:  #777;
	padding:  5px;
	cursor: pointer;
}