body, html {
background: #FFFFFF url();
color:#292929;
font:small "galliard BT", "times new roman", serif;
text-align:center;
}

#wrapper {
width:600px;
margin-left:auto;
margin-right:auto;
margin-top:2%;
margin-bottom:2%;
}

#header {
width:600px;
height:306px;
border:1px solid #292929;
background:#FFF url(header.jpg) no-repeat top left;
}

#navi {
width:590px;
border:1px solid #292929;
margin-top:2%;
padding:5px;
}

#content {
text-align:left;
width:590px;
border:1px solid #292929;
margin-top:2%;
padding:5px;
margin-bottom:2%;
}

#copyright {
text-align:center;
background: #FFFFFF url();
color:#292929;
font:8pt "galliard BT", "times new roman", serif;
padding:5px;
}

a, a:link, a:visited, a:hover, a:active {
color:#292929;
text-decoration:underline;
}

em {
font-weight: bold;
}