html
{
height: 100%;
}

body
{
height: 100%;
background: #E2E5E8 url(images/background.gif) center repeat-y;
margin: 0px;
padding: 0px;
}

#wrapper
{
width: 760px;
height: 100%;
margin: 0px auto;
padding: 0px;
}

#container
{
position: relative;
float: left;
width: 100%;
min-height: 100%;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}

#header
{
height: 100px;
background-image:url(images/header.jpg);
border-bottom: 4px solid #FF6600;
}

#navigation
{
float: left;
width: 100px;
margin: 0px;
padding: 30px 20px 5px 40px;
}

#navigation a
{
display: block;
width: 85px;
background: url(images/bullet_off.gif) top left no-repeat;
font: 15px/16px "Trebuchet MS", "Lucida Grande", sans-serif;
font-weight: bold;
color: #CCCCCC;
text-decoration: none;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 15px;
}

#navigation a:hover
{
background-image: url(images/bullet_on.gif);
color: #666666;
}

#navigation a.active
{
background-image: url(images/bullet_on.gif);
color: #666666;
}

#content
{
float: left;
width: 540px;
font: 14px/16px Georgia, serif;
color: #666666;
margin: 0px;
padding: 30px 40px 80px 20px;
}

h1
{
font: 18px "Trebuchet MS", "Lucida Grande", sans-serif;
font-weight: bold;
color: #FF6600;
margin: 0px;
padding: 0px;
}

h2
{
font: 14px "Trebuchet MS", "Lucida Grande", sans-serif;
font-weight: bold;
color: #FF6600;
margin: 0px;
padding: 0px;
}

#content a
{
color: #FF6600;
text-decoration: none;
}

#content a.bullet
{
background: url(images/bullet_off.gif) top left no-repeat;
padding: 0px 0px 0px 15px;
}

#content img.passport
{
float: left;
margin: 0px;
padding: 0px 14px 14px 0px;
}

#content table
{
margin: 0px;
padding: 0px;
}

#content table tr
{
vertical-align: top;
}

#content table tr td.label
{
border-collapse: separate;
padding-right: 20px;
}

#content table tr td.paddedtop
{
padding-top: 2px;
}

#content table tr td.paddedright
{
padding-right: 2px;
}

#content table tr td.paddedbottom
{
padding-bottom: 2px;
}

#content table tr td.paddedleft
{
padding-left: 3px;
}

#content form
{
margin: 0px;
padding: 0px;
}

#content form input
{
height: 12px;
font: 11px Georgia, serif;
color: #666666;
border: 1px solid #666666;
margin: 0px;
padding: 2px;
}

#content form input.submit
{
height: 18px;
background-color: #E2E5E8;
font: 11px/14px "Trebuchet MS", "Lucida Grande", sans-serif;
margin: 0px;
padding: 0px 4px 2px 4px;
}

#content form input.file
{
height: auto;
}

#content form textarea
{
font: 11px/14px Georgia, serif;
color: #666666;
border: 1px solid #666666;
margin: 0px;
padding: 1px 2px;
}

#footer
{
position: absolute;
bottom: 20px;
right: 40px;
clear: both;
/*
width: 150px;
height: 20px;
background-image: url(images/podcasthost.gif);
*/
margin: 0px;
padding: 0px;
}

#footer a
{
font: 10px Arial, Helvetica, sans-serif;
color: #999999;
text-decoration: none;
}

a img {
border: none;
}
