
p { margin: 10px 0; }

body {
    font: 12px Arial, Helvetica, sans;
    background: #7f0b0b url('../images/back.png') repeat-x;
}

#page-wrap {
    width: 980px;
    margin: auto;
}

h1#header {
	width: 100%;
   height: 274px;
   background: url('../images/header.jpg') top center no-repeat;
	text-indent: -9999px;
}

#left-column {
    width: 186px;
    background: #a40202;
    vertical-align: top;
}

#center-column {
    width: 100%;
    padding: 10px;
    background: #fcf8ab url('../images/background.png') repeat-x;
    vertical-align: top;
}

#right-column {
    width: 160px;
    background: #a40202;
    vertical-align: top;
    text-align: center;
}

#footer {
    width: 980px;
	 height: 300px;
    margin: 0 auto 10px auto;
    background: url('../images/footer.png');
}

#othersites { padding: 10px 20px; }

/* NAVIGATION
-------------------------------- */
#nav {
    height: auto;
    float: left;
    width: 186px;
    overflow: hidden;
}

ul.menu, ul.menu ul {
    font: 15px Georgia, "Times New Roman", Times, serif;
    list-style-type: none;
}

ul.menu a {
    display: block;
    text-decoration: none;
}

ul.menu li { }

ul.menu li a {
    padding: 11px 15px;
    overflow: hidden;
    color: #000;
	 font-weight: bold;
	 background: url('../images/button.png');
}

ul.menu li a:hover { background-position: 0 40px; }

ul.menu li ul li a {
    background: #fff;
    padding-left: 20px;
}

ul.menu li ul li a:hover {
    background: #5f7ca0;
    border-left: 5px #2d4b6c solid;
    padding-left: 15px;
}
