@charset "UTF-8";
/* CSS Document */

body, html {
background:#fff;
color:#000;
}

#container {
width:470px;
margin:0 auto;
}

#masthead {
width:450px;
padding:10px 10px;
}

#content {
width:450px;
padding:22px 10px;
}

#footer {
width:450px;
margin:0 auto;
}

#footer p, #footer a {
font-size:12px;
}

p {
font:14px/22px Futura, Helvetica, Arial, sans-serif;
}

a, a:link {
color:#06F;
text-decoration:none;
}

a:visited {
color:#06F;
}

a:hover {
color:#000;
}

a:active {
color:#06F;
}