body {
    font-family: Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #ffffff;
}

h1 {
    font-family: Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
    font-size: 36px;
    font-weight: bold;
	color: #002f2f;
    padding: 0px 10px;
}

h2 {
    font-family: Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
    font-size: 28px;
    font-weight: bold;
    color: #046380;
    padding: 10px 0px 0px 15px;
}

h3 {
    font-family: Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
    font-size: 20px;
    color: #a7a37e;
	padding: 0px 20px;
}

div#wrap {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}

div#title {
    width: 800px;
    padding: 100px 0px 50px 0px;
    text-align: center;
}

div#content {
    width: 800px;
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

div#content img {
	margin: 10px;
}

div#footer {
    width: 800px;
	padding: 80px 0px 0px 0px;
    overflow: auto;
    color: #999999;
}

div.tile {
    /* tiles are 230px x 230px square buttons */
    position: relative;
    width: 230px;
    height: 175px;
    padding: 55px 0px 0px 0px;
    margin: 10px;
    float: left;
    
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
    font-size: 2.4em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    
    box-shadow: 3px 3px 3px 1px #cccccc;
    
    opacity: 0.7;
}

div.blast-tile {
    background: #f2ee9e;
    color: #000;
}

div.download-tile {
    background: #f29ea6;
    color: #000;
}

div.browse-tile {
    background: #9eadf2;
    color: #000;
}

div.tile:hover {
    opacity: 1;
}

div.tile a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
}

p {
	text-align: center;
    font-size: 14px;
}

ul {
	text-align: left;
    font-size: 14px;
}

table
{
    border-collapse: collapse;
    border: 1px solid #cccccc;
    margin: 0px auto;
    width: 95%;
}

table th tr td a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #000;
    text-decoration: none;
}

th
{
    font-size: 20px;
    text-align: left;
    padding: 5px;
    background-color: #666666;
    color: #ffffff;
}

td
{
    font-size: 18px;
    padding: 3px 5px;
    text-align: left;
}

tr:hover td
{
    background-color: #333333;
    color: #ffffff;
}

tr:hover td a
{
    color: #ffffff;
}

tbody tr:nth-child(odd)
{
    background-color: #cccccc;
}