body,
html {
margin:0;
padding:0;
color:#000;
background:black;
background-image:URL(images/bg.jpg);background-repeat:repeat-x;
text-align: center;
line-height:20px;
}

#wrap {
width:960px;
margin:0 auto;
background:#404a42;
}

#header {
background-image:URL(images/masthead.jpg);background-repeat:no-repeat;width:960px; height:193px;
}
#nav {
background-image:URL(images/menu.jpg);background-repeat:repeat-x;width:960px; height:78px;
text-align:center;

}
#nav ul {
margin:0;
padding-top:20px; padding-bottom:10px;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding-right:40px;
}
a:link {color:#000; text-decoration:none;font-family:Impact, Impact, Charcoal, sans-serif;font-size:14px;;}      /* unvisited link */
a:visited {color:#000; text-decoration:none;font-family:Impact, Impact, Charcoal, sans-serif;font-size:14px;}  /* visited link */
a:hover {color:#000; text-decoration:underline;font-family:Impact, Impact, Charcoal, sans-serif;font-size:14px;}  /* mouse over link */
a:active {color:#000; text-decoration:underline;font-family:Impact, Impact, Charcoal, sans-serif;font-size:14px;}  /* selected link */
a.nav:link {color:#fff; text-decoration:none;font-family:Impact, Impact, Charcoal, sans-serif;font-size:16px;;}      /* unvisited link */
a.nav:visited {color:#fff; text-decoration:none;font-family:Impact, Impact, Charcoal, sans-serif;font-size:16px;}  /* visited link */
a.nav:hover {color:#fff; text-decoration:underline;font-family:Impact, Impact, Charcoal, sans-serif;font-size:16px;}  /* mouse over link */
a.nav:active {color:#fff; text-decoration:underline;font-family:Impact, Impact, Charcoal, sans-serif;font-size:16px;}  /* selected link */
a.footer2:link {color:#000; text-decoration:none;font-family:Tahoma, Geneva, sans-serif;font-size:10px;;}      /* unvisited link */
a.footer2:visited {color:#000; text-decoration:none;font-family:Tahoma, Geneva, sans-serif;font-size:10px;}  /* visited link */
a.footer2:hover {color:#000; text-decoration:underline;font-family:Tahoma, Geneva, sans-serif;font-size:10px;}  /* mouse over link */
a.footer2:active {color:#000; text-decoration:underline;font-family:Tahoma, Geneva, sans-serif;font-size:10px;}  /* selected link */

#content-inner {
float:left;
width:900px;
padding:30px;
margin:0px;
background:white;
}


.content
{font-family:Tahoma, Geneva, sans-serif;font-size:14px;color:black;text-align:left;padding:10px;
}


#footer {
clear:both;
background-color:black;
width:960px;
height:90px;
background-image:URL(images/footer.jpg);background-repeat:repeat;
}
#footer p {
margin:0;
font-family:Tahoma, Geneva, sans-serif;
font-size:10px;
color:white;


}
h1 {
margin:0;
font-size:27px;
}
h2 {
margin:0 0 1em;
font-size:25px;
}
h3 {
font-size:18px;
}

* html #footer {
height:1px;
}
