html, body
{
background-image:url(images/bg.jpg);
background-repeat: repeat-x;
background-color:#121212;
margin:0 auto;
padding:0 auto;
}

#container
{
width:900px;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
background-color:#262626;
}

#header
{
width:900px;
background-color:#666666;
height:110px;
background-image:url(images/header.jpg);
background-repeat: no-repeat;
border-bottom:1px solid #cccccc;
}

#top_nav p
{
font-family:Century Gothic, Arial;
color:#ffffff;
font-size:9pt;
font-weight:bold;
margin:0 auto;
padding:7px 0px 0px 0px;
text-align:center;
}

#top_nav a
{
font-family:Century Gothic, Arial;
color:#ffffff;
font-size:9pt;
font-weight:bold;
margin:0 auto;
text-align:center;
text-decoration:none;
}

#top_nav a:hover
{
font-family:Century Gothic, Arial;
color:#ffffff;
font-size:9pt;
font-weight:bold;
margin:0 auto;
text-align:center;
text-decoration:underline;
}

#content
{
width:900px;
}

#content h1
{
font-family:Century Gothic, Arial;
color:#ff5200;
font-size:14pt;
font-weight:bold;
margin:0 auto;
padding:20px 20px 20px 20px;
text-align:left;
}

#content h2
{
font-family:Century Gothic, Arial;
color:#ff5200;
font-size:11pt;
font-weight:bold;
margin:0 auto;
padding:5px 20px 5px 20px;
text-align:left;
}

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

#content a
{
font-size:9pt;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

#content a:hover
{
font-size:9pt;
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}

#footer
{
width:900px;
}

#footer p
{
font-family:Arial;
color:#ffffff;
font-size:8pt;
margin:0 auto;
padding:7px 20px 7px 20px;
text-align:right;
}

#footer a
{
font-family:Arial;
color:#ffffff;
font-size:8pt;
margin:0 auto;
text-align:right;
text-decoration:none;

}


	