/* YUI Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ul {
	list-style:none;
}

/* End YUI Reset CSS */

body
{
    font: 95% Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    background: #7fc77d url('/images/green_gradient.png') repeat-x;
}

a:link, a:visited
{
    color: #2F872C;
    text-decoration: none;
}

a:hover, a:active
{
    color: #255F23;
    text-decoration: underline;
}

#container
{
    margin: auto;
    width: 800px;
}

#banner
{
    height: 300px;
    background-image: url('/images/shoes_on_grass_800.jpg');
    border-bottom: 10px solid #0a0a0a;
}

#title
{
    height: 90px;
    border-bottom: 10px solid #0a0a0a;
}

#contents
{
}

#footer
{
    font-size: 0.95em;
    padding-top: 50px;
}

#datepicker
{
    font-size: 0.35em;
}

.question
{
    font-size: 2em;
    text-align: left;
    margin-left: 30%;
    padding-top: 20px;
}

.choices
{
    font-size: 1.5em;
    text-align: left;
    margin-left: 30%;
}

.copy
{
    font-size: 1.5em;
    text-align: left;
    padding-top: 20px;
}

