html, body, div, h2, h3, h4, h5, h6, p, blockquote, a, em, font, strong, b, u, i, center, fieldset, form, label, legend, legend {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	background-color: #ffffff;
	}
	
#legal{
	display: none;
}

h1, legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #004079;
	font-size: 1.3em;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #004079;
	font-size: 62.5%;
	background: #f3f2e8;
	}

/* page structure */

#wrap {
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	font-size: 1.3em;
	}
.main {
	float: none;
	width: 75%;
	}
	
#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	font-size: 1em;
	color: #004079;
	border-top: 2px solid #fca412;
	}
	
/* comment form */

#comment-form fieldset {
	margin: 0 0 15px 0;
	}
#comment-form fieldset label {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 1.4em;	
	}
#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 90%;
	padding: 5px;
	font-size: 1.4em;
	border: none;
	border: 1px solid #fca412;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#comment-form fieldset textarea {
	height: 100px;
	}
#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #d0e9ff;
	}

/* misc. */

hr, .hide {
	display: none;
	}