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

#bg
{
width:1000px;
min-height:400px;
background-image:url(images/bg.jpg);
}

#container
{
width:900px;
}

#header
{
width:900px;
}

#header p
{
margin:0px;
padding:10px;
text-align:left;
}

#menu
{
width:900px;
background-color:#fd4703;
border-bottom:1px solid #ffffff;
}

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

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

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

#left h1
{
margin:0px;
padding:20px 20px 5px 20px;
font-family:Century Gothic;
color:#ffffff;
font-size:14pt;
text-align:left;
line-height:20pt;
}

#left p
{
margin:0px;
padding:5px 20px 5px 20px;
font-family:Arial;
color:#ffffff;
font-size:10pt;
text-align:left;
line-height:15pt;
border-bottom:1px dotted #ffffff;
}

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

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

#content h1
{
margin:0px;
padding:20px 20px 5px 20px;
font-family:Century Gothic;
color:#fd4703;
font-size:14pt;
text-align:left;
line-height:20pt;
}

#content h2
{
margin:0px;
padding:5px 20px 5px 20px;
font-family:Century Gothic;
color:#00af8a;
font-size:12pt;
text-align:left;
line-height:20pt;
}

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

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

#content a
{
color:#00af8a;
font-weight:bold;
text-decoration:none;
}

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

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