HTML
{
    overflow: -moz-scrollbars-vertical;
}
BODY
{
    background: #fff;
    text-align: center;
    margin: 0;
    font-size: 1em;
}
DIV
{
    text-align: left;
}
H1
{
    font-family: Georgia;
    font-weight: normal;
    font-size: 166.67%;
    float: right;
/*    margin-right: 100px;*/
    display:inline;
    margin-top:50px;
    height: 1em;
}
H2
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 100%;
/*    margin-right: 100px;*/
    display:block;
}
.content, #nav, #footer, .subnav
{
    font-family: Verdana;
    font-size: 75%;
    line-height: 140%;
}
#header
{
    width:430px;
    height:9em;
}
#logo
{
    height:9em;
}

#main { left:150px;top:0;position:absolute; }

#nav
{
	top:9em;
    width:130px;
    left:0;
    position:absolute;
}
#nav UL
{
    list-style-type:none;
    padding:0;
    margin:0;
}
#nav SELECT
{
    width:130px;
    font-size:95%;
}
.subnav {width:430px;text-align:right;top:6.5em;position:absolute;}

.fullwidth
{
	width: 680px;
	margin: 0 auto;
	height: auto;
	position: relative;
	display: block;
    clear:both;
}

.content
{
	text-align:justify;
	display:block;
	width:430px;
	padding: 0;
	margin: 0;
}

.tallimage
{
	left: 600px;
	width: 80px;
	height: 200px;
	top: 6.8em;
	position:absolute;
}

#footer
{
    font-size: 75%;
    padding-top: 1.5em;
    width:430px;
}
#dFooter
{
/*    margin-left:150px;*/
}

#footer UL
{
    float:right;
    display:inline;
    margin:0 0 0.5em 0;
}
#footer LI
{
    margin-left:0.5em;
    list-style-type:none;
    display: inline;
}
#copyright
{
    float:left;
    color: #666;
}





A
{
    color: #009;
    text-decoration: none;
}
A:hover
{
    color: #f96;
}

.flush
{
	display: none;
}
P {
    margin-top: 0;
}
