html, body
{
    width: 100%;
    height: 100%;
}

body
{
    margin: 0px;
    font-family: Arial;
    font-size: small;
    color: #434446;
    text-align: center;
    line-height: 1.4em;
    background-color: #CDCDCD;
}

#container
{
    margin:30px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    text-align:left;
    vertical-align:top;
    border: solid 1px #000000;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
}

#header
{
		margin-bottom: 0px;
    width: 650px;
    height: 150px;
}

#logo
{
	float: left;
	width: 280px;
}

#sitetitle
{
		margin-bottom: 0px;
    width: 200px;
    text-align:left;
    font-size: xx-small;
    line-height: 1.1em;
    float: right;
}

#navigation
{
		margin-top: 0px;
    font-family: Arial;
    font-size: small;
    color: #434446;
    text-align: left;
    line-height: 2em;
    float: left;
    height: 30px;
    margin-bottom: 15px;
}

#navigation a
{
    font-size:medium;
    color:#0000FF;
    text-decoration:none;
		margin-right: 30px;
}

#navigation a:HOVER
{
		font-size:medium;
    color:#0000FF;
    text-decoration:underline;
    margin-right: 30px;
}

#footer p img.w3c
{
    border: none;
    margin: 0px 20px 0px 0px;
}

#content
{
		margin-top: 0px;
    width: 650px;
    vertical-align: top;
    background-color:#FFFFFF;
}

#page{
    float: left;
    width:640px;
    padding:0px;
}

.clear {clear: both; height: 0; overflow: hidden;}

h2
{
    color:#000000;
    font-size:medium;
}

img 
{
    border: solid 1px #000000;
}

img.noborder
{
    border: none;
}

#content a
{
    color:#0000FF;
    text-decoration:none;
}

#content a:HOVER
{
    color:#0000FF;
    text-decoration:underline;
}
