html, body
{
width: 100%;
height: 100%;
text-align: center;
}

body
{
text-align: center;
font-size: 62.5%;
font-family: "Arial", arial, helvetica, sans-serif;
background-color: #fff;
color: #333;
}

a
{
text-decoration: none;
color: #83DBAE;
}

a:hover
{
text-decoration: underline;
}

h1
{
font-size:2em;
line-height:2em;
}

h2
{
font-size:1.5em;
line-height:1.5em;
}

h3
{
font-size:1.25em;
line-height:1.25em;
}

h4
{
font-size:1em;
line-height:1em;
}

#container
{
width:910px;
}

#leftCol
{
width: 310px;
float: left;
}

#rightCol
{
float: left;
width: 600px;
margin-top: 20px;
text-align: left;
}

#rightCol div
{
padding-bottom: 50px;
}

#rightCol h5
{
margin-top: 10px;
color: #aaa;
}

#uploader
{
text-align: left;
padding-left: 20px;
}

#uploader div
{
padding-bottom: 15px;
}

#pagethrough a
{
padding-right: 20px;
font-size: 1.4em;
}

#disclaimer {
text-align: left;
margin-left: 20px;
padding-bottom: 20px;
color: #ccc;
}

.left
{
float: left;
}

.clear
{
clear: both;
}