/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* {
margin: 0; padding: 0;
}
html {
overflow-y: scroll;
}
body {
font: normal bold 16px/normal Georgia, Utopia, 'Palatino Linotype', Palatino, serif;
}
ul {
list-style: none inside;
}
p {
font: 1.3em/1.3em;
margin-bottom: 1.3em;
}
a {
outline: none;
}
a img {
border: none; 
}
/* END RESET */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
    width: 100%;
    background: white;
}
#header {
	width: 960px;
	margin: 0px auto;
	padding: 15px;
	font-size: 1.5em;
}
#headerlogo {
	width: 200px;
	height: 59px;
	float: right;
	margin: 0px auto;
	background: transparent url(logo.gif) right no-repeat;
}
#body {
	width: 960px;
	margin: 0px auto;
	background: white;
}
#body table {
border: 1px solid #cccccc;
width: 100%;
}
#body th {
background: #cccccc;
padding: 5px;
}
#body tr {
background: white;
}
#body tr.alt {
background: #cccccc;
}
/* END STRUCTURE */
