<!--
html, body {
margin: 0;
padding: 0;
}

body {
font-family: "Century Gothic", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

a {
text-decoration: none;
}
a:link {color: #204299;}
a:active {color: #204299;}
a:hover {color: #204299;}
a:visited {color:#204299;}

#header { 
margin: 0;
height: 80px;
background: #204299; 
}

#header h1 {
margin: 0;
padding: 10px 40px;
font-size: 40px;
font-weight: normal;
color: #fff;
}

#header h1 a {
color: #fff;
}

#content {
margin-right: 250px;
padding: 5px 0 10px 40px;
} 

#content p {
font-size: 90%;
font-weight: normal;
line-height: 190%;
}

#content h2 {
margin: 10px 0 0 0;
font-size: 175%;
font-weight: normal;
color: #000;
}

#content h3 {
margin: 30px 0 0 0;
font-size: 150%;
font-weight: normal;
color: #597dcc;
}

#content blockquote {
float: right;
width: 200px;
padding: 10px;
background: #cc3 url(images/quotes.gif) no-repeat;
}

#content blockquote p {
padding: 30px 5px 10px 10px;
font-size: 140%;
line-height: 150%;
}

#sidebar { 
position: absolute; 
top: 80px; 
right: 0; 
width: 225px;  
} 

#sidebar h4{
list-style: none;
font-size: 100%;
font-weight: normal;
line-height: 190%;
padding: 0 10px 0 20px;
border-left: 1px solid silver;
border-bottom: 1px solid grey;
}

#sidebar ul li{
list-style: none;
font-size: 75%;
line-height: 190%;
padding: 0 20px 10px 0;
}

#footer {
padding: 40px;
} 

#footer p {
font-size: 70%;
line-height: 100%;
}
-->