html, body 
{
	height: 100%;
}

*
{
	padding: 0;
	margin: 0;
}

body
{
    font-size: 16px;
    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
    background: url('img/body_bg2.jpg') #a87322;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#container
{
    min-height: 100%;
    margin: 0 auto;
    width: 900px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background: url('img/container_bg.png') repeat;
    overflow: hidden;
}

#inner_container
{
    width: 100%;
}

#header
{
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 150px;
    background: #261f6d;
}

#header #logo
{
    position: absolute;
    top: 25px;
    left: 15px;
    background: url('img/logo4.png');
    width: 449px;
    height: 74px;
}

#header #logo h1
{
    display: none;
}

#header h1
{
    color: white;
    text-decoration: none;
    font-family: "Arial";
    font-weight: bold;
    font-size: 340%;
    padding-left: 40px;
    padding-top: 20px;
}

#header h1 a
{
    color: inherit;
    text-decoration: underline;
}

#header #slideshow
{
    position: absolute;
    top: 1px;
    right: 0;
    float: right;
}

#top_menu ul
{
    list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    height:33px;
    font-size:.8em;
    text-transform: uppercase;
    background: url('img/top_menu_bg.png') repeat-x top left;
    font-family:Verdana,Helvetica,Arial,sans-serif;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin:0;
    padding:0;
}

#top_menu ul li
{
    display:block;
    float:left;
    margin:0;
    padding:0;
}

#top_menu ul li a
{
    float:left;
    color:#A79787;
    text-decoration:none;
    height:24px;
    padding:6px 15px 0;
    font-weight:normal;
}

#top_menu ul li a:hover,.current
{
    color:#fff;
    background: url('img/top_menu_bg.png') repeat-x top left;
    text-decoration:none;
}

#top_menu ul .current a
{
    color:#fff;
    font-weight:700;
}

/*ORANGE*/
#top_menu ul
{
    background-color:#DC4900;
}

#top_menu ul li a:hover, #top_menu ul li.current {
    background-color:#F46D00;
}

#content
{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    background: url('img/cont_bg.png') repeat-x scroll;
    padding: 30px 55px 0;
    font-size: 14px;
    height: 100%;
}

#content p
{
    margin-bottom: 15px;
}

#content ul,
#content ol
{
    list-style-position: inside;
    margin-left: 15px;
}

#content h2
{
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
}

#content img
{
    display: block;
}

#content img.center
{
    margin-left: auto;
    margin-right: auto;
}
.article {
    display: none;
}
.article#placeholder {
    display: block;
}
.article.centered {
    text-align: center;
}
.article .tall_line {
    line-height: 1.5em;
}

#footer
{
    display: none;
    clear: both;
    width: 100%;
}

*::-moz-selection
{
    color: blue;
    background: none;
}

.fleft 
{
    float: left;
}

.fright
{
    float: right;
}
