html,body
{
margin:0;
padding:0;
}

body
{
font: 76% arial,sans-serif;
text-align:center;
}

p
{
margin:0 10px 10px
}

#linknav a:link
{
color:#000099;
font-size:100%;
text-decoration:none;
}

#linknav a:visited
{color:#000099;
font-size:100%;
text-decoration:none;
}

#linknav a:hover
{
color:#FF0000;
font-style:italic;
font-weight:bold;
font-size:100%;
text-decoration:none;
}

#header h2
{
height:80px;
line-height:80px;
margin:0;
padding-left:0px;
background: #EEE;
color: #79B30B;
text-align:center;
}

#container
{
text-align:left;
}

#content p
{
line-height:1.4;
}

#navigation
{
background:#B9CAFF;
}

#extra
{
background:#FF8539;
}

#footer
{
background: #333;
color: #FFF;
}

#footer p
{
margin:0;
padding:5px 10px;
}

#container
{
width:900px;
margin:0 auto;
}

#content
{
float:right;
width:700px;
}

#navigation
{
float:left;
width:200px;
}

#extra
{
float:left;
clear:left;
width:200px;
}

#footer
{
clear:both;
width:100%;
}


