*
{
font-family:Helvetica, Verdana, Arial, sans-serif;
font-size:10px;
}

body
{
background-color:#FFFFFF;
}

#wrapper
{
width:800px;
height:580px;
margin:0 auto;
background-image:url(images/background.jpg);
background-repeat:no-repeat;
border:1px solid #008ED1;
}

#header
{
width:800px;
height:160px;
}

#leftcol
{
float:left;
width:180px;
height:420px;
}

#leftcol #spacer
{
clear:left;
height:100px;
width:180px;

}

#leftcol #navigation
{
clear:left;
height:320px;
width:180px;

}

#leftcol #navigation #nav
{
list-style:none;
padding:0;
margin:0;
}

#leftcol #navigation #nav li
{
line-height:2em;
width:180px;
height:35px;
}

#leftcol #navigation #nav li a
{
display:block;
line-height:20px;;
width:170px;
height:20px;;
font-size:14px;
text-decoration:none;
color:#008ED1;
padding-left:10px;
}

#leftcol #navigation #nav li a:hover
{
background-color:#008ED1;
color:#FFFFFF;
}

#content
{
float:right;
width:600px;
height:420px;
border:0;
}

#content a
{
color:#008ED1;
font-size:14px;
text-decoration:none;
}

#content a:hover
{
text-decoration:underline;
}

#content #left
{
float:left;
width:370px;
margin-left:2px;
margin-right:2px;
text-align:justify;
}

#content #left #spacer
{
width:390px;
height:40px;
}

#content #left h1
{
font-size:14px;
line-height:14px;
weight:bold;
}

#content #left h2
{
font-size:12px;
line-height:12px;
weight:bold;
}

#content #left p
{
font-size:12px;
weight:normal;
}

#content #left li
{
font-size:12px;
weight:normal;
}

#content #right
{
float:right;
text-align:left;
width:170px;
margin-right:10px;
color:#008ED1;
font-size:14px;
line-height:17.5px;
}

#content #right #spacer
{
height:100px;
width:180px;
}

#content #right a
{
color:#008ED1;
font-size:14px;
text-decoration:none;
}

#content #right a:hover
{
text-decoration:underline;
}

#footer
{
margin:0 auto;
width:802px;
height:20px;
line-height:20px;
background-color:#008ED1;
color:#FFFFFF;
font-size:10px;
}

#footer a
{
color:#FFFFFF;
text-decoration:none;
font-size:10px;
}

#footer a:hover
{
text-decoration:underline;
}

#footer #left
{
float:left;
width:350px;
margin-left:10px;
}
#footer #right
{
float:right;
text-align:right;
width:350px;
margin-right:10px;
}
