/* Based on work by Eric Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {border-collapse: separate; border-spacing: 0}
caption, th, td {text-align: left; font-weight: 400}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

a img {border: none}

/* ----- */
a {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: Navy;
	font-size: 11px
}
body {
	background: #fff url(/gfx/bg.png) repeat-x 0 200px 
}

hr {
	border: solid #ccc;
	border-width: 0 0 1px 0;
	height: 0;
	clear: both;
	margin: 15px 0
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	border: solid #3ab5c5;
	border-width: 0 1px 1px 1px;
	background: #fff
}
#logo {
	position: relative;
	top: 40px;
	left: 30px
}

#content {
	position: relative;
	top: 70px;
	margin: 0 auto;
	padding: 5px 20px 20px 20px;
	width: 960px;
	border: solid #3ab5c5;
	border-width: 0 1px 1px 1px;
	overflow: hidden;
	background: #fff
}

#content p {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 16px 0 0 0
}

#content h1 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 21px;
	color: #3ab5c5;
	font-weight: lighter
}

#content p a, #content p a:visited {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #555
}
#content p a:hover {
	border-bottom: 2px solid #3ab5c5
}

#content #a {
	position: relative;
	float: left;
	width: 40%
}

#content #b {
	position: relative;
	float: right;
	width: 40%
}

label {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #555
}

.text {
	border: 1px solid #3ab5c5;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #555
}
.submit {
	border: 1px solid #3ab5c5;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3ab5c5;
	cursor: pointer;
	background: #fff
}
