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

body
{
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}

#menu
{
width:1000px;
height:50px;
background-image:url(images/top.png);
}

#menu p
{
margin:0px;
padding:15px 20px 0px 20px;
font-family:Arial;
color:#ffffff;
font-size:10pt;
text-align:center;
line-height:16pt;
font-weight:bold;
}

#menu a
{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

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

#middle
{
width:1000px;
background-image:url(images/middle.png);
}

#bottom
{
width:1000px;
height:30px;
background-image:url(images/bottom.png);
}

#logo
{
width:900px;
}

#logo p
{
margin:0px;
padding:0px;
text-align:left;
font-family:Century Gothic;
color:#8abb00;
font-size:14pt;
font-weight:bold;
}

#top_left
{
width:300px;
height:27px;
background-image:url(images/top_left.png);
}

#left
{
width:300px;
background-image:url(images/left.png);
}

#left h1, #content h1
{
margin:0px;
padding:20px 20px 5px 20px;
font-family:Century Gothic;
color:#cc7130;
font-size:15pt;
text-align:left;
}

#left h2, #content h2
{
margin:0px;
padding:20px 20px 5px 20px;
font-family:Century Gothic;
color:#4169b2;
font-size:13pt;
text-align:left;
}

#left p, #content p
{
margin:0px;
padding:5px 20px 5px 20px;
font-family:Arial;
color:#444444;
font-size:10pt;
text-align:left;
line-height:16pt;
}

#left li, #content li
{
margin:0px;
font-family:Arial;
color:#444444;
font-size:10pt;
text-align:left;
line-height:16pt;
}

#left a, #content a
{
color:#4169b2;
font-weight:bold;
text-decoration:none;
}

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

#bottom_left
{
width:300px;
height:30px;
background-image:url(images/bottom_left.png);
}

#footer
{
width:900px;
}

#footer p
{
margin:0px;
padding:5px 20px 5px 20px;
font-family:Arial;
color:#ffffff;
font-size:8pt;
text-align:left;
line-height:16pt;
}

#footer a
{
color:#ffffff;
text-decoration:none;
}
