body{
	background: #F2F6CB url('/media/img/spin-bg.jpg') no-repeat fixed center top;
	font-family: Helvetica, Arial, sans-serif;
}
img {
    border:0;
}
h1{
	font-size:21px;
	margin-bottom: 0.7em;
}

h2{
	font-size:17px;
	margin-bottom:10px;
}
p{
	font-size:15px;
	margin-bottom: 1.3em;
	line-height: 1.5;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover { 
	text-decoration: underline; 
}
#content a {
    font-weight:bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul{
	font-size: 14px;
	line-height: 2em;
}
td, th {
    text-align:center;
	font-size: 14px;
	line-height: 2em;
	padding:.4em;
}
#container {
    width: 800px;
    margin: 0 auto;
}
#content {
    float: left;
    width: 760px;
    min-height: 24em;
    padding: 20px;
    margin-bottom: 50px;
    background-color: #FFF;
}
#subnav{
    float: left;
    width: 790px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
    background-color: #FFF;
}

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

tr.even {
    background-color:#eee;
}
