body {
    font: 12px arial, sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #f3efe7;
    color: #464646;
}

h1 {font-size: 22px; color: #9e0b0f;}
h2 {font-size: 18px; color: #9e0b0f;}
h3 {font-size: 14px; color: #9e0b0f;}

a {
	color: #9e0b0f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {border: 0;}

.centerTop {
    height: 20px;
    width: 900px;
    padding: 0 3px;
    margin: 0 auto;
    background: url(images/jpgs/top.jpg);
}

.center {
    width: 900px;
    background: url(images/jpgs/background.jpg);
    padding: 0 3px;
    margin: 0px auto;
    text-align: left;
    overflow: hidden;
}

#header {
    height: 80px;
}

#navigation {
    padding: 0px;
    background: url(images/jpgs/nav_bg.jpg) top center;
	height: 40px;
}
#navigation * {margin: 0; padding: 0;}
#navigation ul {
	height: 40px;
    float: left;
    display: inline;
    list-style: none;
}
#navigation ul li {
    float: left;
    display: inline;
    position: relative;
}
#navigation ul li a {
	font-size: 12px;
	height: 40px;
    line-height: 40px;
    float: left;
    display: inline;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
}
#navigation ul li a:hover {
    color: #dba0a3;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 200px;
}

#navigation ul li ul li {
	background-color: #9e0b0f;
	width: 200px;
	cursor: pointer;
}
	

#sidebar {
    width: 280px;
    padding: 10px;
    overflow: hidden;
}

#search_box {
    background: #f9f7f3;
    margin-bottom: 7px;
    color: #9e0b0f;
    font-weight: bold;
}

.text_bar {
    height: 31px;
    background: url(images/jpgs/sidebar_red.jpg);
    line-height: 31px;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 2px;
}
    .text_bar * {margin: 0; padding: 0;}
    
.accordion {
    cursor: pointer;
}
    .accordion p {background: url(images/pngs/arrow_right.png) right center no-repeat;}
    .arrow p {background: url(images/pngs/arrow_down.png) right center no-repeat;}
.categories {
    display: none;
}
    .categories ul {
        list-style: none;
        margin: 0; padding: 0;
    }
    .categories ul li {
        background: #f9f7f3;
        margin: 0; padding: 0 10px;
    }
    .categories ul li a {
        color: #000;
        font-family: Verdana, arial;
        text-decoration: none;
        line-height: 25px;
        height: 25px;
        display: block;
        margin-bottom: 2px;
    }

#content {
    width: 580px;
    padding: 10px;
}

#footer {
    width: 880px;
    height: 38px;
    padding: 20px 13px 0 13px;
    background: url(images/jpgs/footer.jpg);
    margin: 0 auto 20px auto;
    color: #fff;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer a {text-decoration: none; color: #fff;}
#footer a:hover {text-decoration: underline;}


.clearer {clear: both;}
.right {float: right; display: inline;}
.left {float: left; display: inline;}
tr.even td {
	background-color: rgb(249, 247, 243);
}

.searchtable select {
	width: 150px;
}
