﻿html {
    background-color: rgb(149,174,194);
    background-image: url(Graphics/BkgGradient.jpg);
	background-repeat: repeat-x;
}

p, div, h1, h2, span {font-family:Arial, Sans-Serif;}
table 
{
    margin: auto;
}
table input, td, th 
{
    margin: 2px;
    width: 20em;
}
th 
{
    text-align:center;
    vertical-align: top;
    font-weight: bold;
}
.Content span 
{
    padding: 0 1.5em 0 0;
    white-space: nowrap;
    line-height: 2em;
    font-weight: bold;
}
#Download {
    float: left;
    width: 400px;
    height: 250px;
	padding: 10px;
	margin: 13px 13px 0 13px;
	position: relative;
	background-color: rgb(205,215,225);
	z-index: 3;
}
#Download table {
    text-align: center;
}
#AuthorshipInfo {
	position: relative;
    width: 166px;
    height: 250px;
    float: left;
	padding: 10px;
	margin: 13px 13px 0 13px;
	background-color: rgb(205,215,225);
}
