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

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

a img {border: 0;}
a {text-decoration: none; color: #cc5500;}
a:hover {text-decoration: underline;}

.center {
    width: 950px;
    margin: 10px auto;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

#header {
    height: 150px;
}
    #header .center {
        height: 150px;
        width: 800px;
        margin: 0 auto;
        background: url(images/jpgs/header.jpg) no-repeat;
    }

#navigation {
    padding: 0px;
    background: url(images/jpgs/nav_bg.jpg) top center;
	height: 40px;
	overflow: hidden;
}
    #navigation * {margin: 0; padding: 0;}
    #navigation ul {
	   height: 40px;
        float: left;
        display: inline;
        list-style: none;
        margin-left: 110px;
    }
    #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 25px;
    }
    #navigation ul li a:hover {
        background: #aa0012;
    }
    
#content-pane {
   /* background: #fff url(images/jpgs/content_bg.jpg) top repeat-x; */
    padding: 15px 0;
    overflow: hidden;
}

#content-pane .center {
    background: url(images/jpgs/bg.jpg) top no-repeat;
}

#content-full {
    padding: 15px;
}

#content {
    width: 675px;
    padding: 15px;
    background: #fff;
}

#sidebar {
    width: 200px;
    padding: 15px;
    background: #fff;
}

#bar {
    height: 11px;
    background: url(images/jpgs/bar.jpg) top repeat-x;
    overflow: hidden;
}

#footer {
    color: #797979;
   /* background: url(images/jpgs/footer.jpg) top repeat-x; */
    padding: 15px 10px 0 10px;
    height: 105px;
    overflow: hidden;
}
    #footer p {
        margin: 0;
        padding: 0;
    }
    #footer a {text-decoration: none; color: #797979;}
    #footer a:hover {text-decoration: underline;}


.clearer {clear: both;}
.right {float: right; display: inline;}
.left {float: left; display: inline;}
