@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#CCCCCC;
margin-top:0px;
font-family:Eras Medium ITC, Verdana, Arial, Helvetica, sans-serif;
font-size:1.0em;
}

h1 {
font-size:1.1em;
font-weight:bold;
}

strong {
color:#CC0000;
}

.wrapper {
width:900px;
background-color:#FFFFFF;
margin: auto;
}

#header {
width:900px;
height:91px;
}

#menu {
width:900px;
height:32px;
background-image:url(images/menu.jpg);
}

#menu ul {
width:900px;
margin:0;
padding:0;
float:left;
}

#menu ul li {
display:inline;
list-style:none;
}

#menu ul li a {
color: black;
font-weight: bold;
padding-top:7px;
padding-left:22px;
padding-right:22px;
text-decoration:none;
letter-spacing: 2px;
float:left;
}

#menu ul li a:hover {
color:#CC0000;
}

.list1 li {
list-style-image:url(images/checkmark_red.gif);
margin-bottom:12px;
}

#banner {
width:880px;
height:134px;
margin:10px;
background-image:url(images/banner.jpg);
}

.content {
width:858px;
border:1px solid black;
margin:10px;
padding:10px;
background-image:url(images/ContentHeader.jpg);
background-repeat:repeat-x;
}

.indent {
margin-left:40px;
}

#footer {
text-align:center;
padding:10px;
}