/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET STYLES */

body {
	text-align: center;
}

#header {
	margin-bottom: 25px;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#content {
	clear: both;
/*	overflow: hidden; */
}

#nav {
	float: left;
}

#nav ul li {
	margin-left: -30px;
	margin-top: 10px;
	padding-left: 30px;
}

#body {
	float: right;
	width: 680px;
}

#body .topleft, #body .topright {
	float: left;
	width: 340px;
}

#body .topleft p {
	padding-right: 35px;
}

#body img {
	margin-bottom: 10px;
}

.submit {
	display: block;
	text-align: center;
	margin: 20px auto;
}

#footer {
	border-top: 1px solid #999999;
	text-align: right;
	padding-top: 5px;
}

/* typography */

body {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
}

#body {
	font-size: 80%;
	line-height: 1.5em;
	
}

h2 {
	font-size: 125%;
	color: #666666;
	margin-bottom: 1em;
}

.full p {
	margin-bottom: 1.5em;
}

.guidelines {
	font-family: verdana, arial, helvetica;
	font-size: 90%;
}

/* links, lists and stuff */

.clear {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #cc9900;
}
a:visited {
	color: #cc9900;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
}

ul.guidelines {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

ul.guidelines li {
	padding-left: 1.5em;
	margin-left: 0;
	list-style: circle;
	padding-bottom: .5em;
}