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

table,tr,td
{
text-align:left;
}

#container
{
width:1000px;
background-image: url(images/container_bg.jpg);
background-repeat: repeat-y;
}

#nav
{
width:900px;
background-image:url(images/nav_bg.jpg);
background-repeat: no-repeat;
height:70px;
}

#nav p
{
font-family:Verdana;
font-size:8pt;
color:#685440;
margin:0 auto;
padding:30px 0px 30px 0px;
text-align:center;
}

#nav a
{
font-family:Verdana;
font-size:8pt;
font-weight:bold;
color:#ffffff;
margin:0 auto;
text-align:center;
text-decoration: none;
}

#main
{
width:900px;
border-top:2px solid white;
border-bottom:2px solid white;
background-image:url(images/main.jpg);
background-repeat: no-repeat;
height:200px;
}

#content_1
{
width:900px;
background-color:#4c2600;
background-image:url(images/content_bg.jpg);
background-repeat: no-repeat;
}

#content_1 h1
{
font-family:Verdana;
font-size:12pt;
font-weight:bold;
color:#94d2cf;
margin:0 auto;
text-align:left;
padding:20px 20px 10px 20px;
}

#content_1 p, #content_2 p, #page_content p
{
font-family:Verdana;
font-size:8pt;
color:#ffffff;
margin:0 auto;
text-align:left;
line-height:14pt;
padding:5px 20px 5px 20px;
}

#content_1 li, #content_2 li, #page_content li
{
font-family:Verdana;
font-size:8pt;
color:#ffffff;
margin:0 auto;
text-align:left;
line-height:14pt;
padding-right:20px;
}

#content_1 a, #content_2 a, #page_content a
{
font-family:Verdana;
font-size:8pt;
color:#94d2cf;
margin:0 auto;
text-align:left;
text-decoration: none;
line-height:14pt;
font-weight:bold;
}

#content_1 a:hover, #content_2 a:hover, #page_content a:hover
{
font-family:Verdana;
font-size:8pt;
color:#94d2cf;
margin:0 auto;
text-align:left;
text-decoration: underline;
line-height:14pt;
font-weight:bold;
}

#content_2
{
width:900px;
height:200px;
background-color:#a69380;
}

#content_2 h1, #page_content h1
{
font-family:Verdana;
font-size:12pt;
font-weight:bold;
color:#4c2600;
margin:0 auto;
text-align:left;
padding:20px 20px 10px 20px;
}

#page_heading
{
background-color:#361b00;
width:900px;
}


#page_heading h1
{
font-family:Verdana;
font-size:12pt;
font-weight:bold;
color:#94d2cf;
margin:0 auto;
text-align:left;
padding:20px 20px 20px 20px;
}

#page_content
{
width:900px;
background-color:#a69480;
}

#footer
{
width:900px;
height:40px;
background-color: #dbd4cc;
}

#footer p
{
margin:0 auto;
padding:15px 20px 0px 20px;
font-family:Verdana;
color:#a69380;
font-size:7pt;
text-align:left;
}

#footer a
{
margin:0 auto;
font-family:Verdana;
color:#a69380;
font-size:7pt;
text-align:left;
text-decoration:none;
}