html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 137px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -137px; /* negative value of footer height */
	height: 137px;
	clear:both;} 


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




body
{
    font-family: Arial;
    font-size: 17px;
    color: #505050;
    padding: 0;
}

#header h1
{
    font-family: Arial;
    font-size: 18px;
    color: #fff;
}

a
{
    color: #4CA6CF;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}



#header
{
    height: 140px;
    background-image: url(/images/bgr_header.jpg);
    background-repeat: repeat-x;
    padding: 47px 75px 0 75px;
    overflow: hidden;
}


#header_logo
{
    width: 440px;
    text-align: right;
}


#header_menu
{
    margin-left: 500px;
    margin-top: 1px;
}

#header_menu li
{
    font-family: Arial;
    font-size: 17px;
    
    float: left;
    margin-left: 1px;
    
    text-align: center;
}

#header_menu li a
{
    padding: 15px;
    color: #fff;
    min-width: 100px;
    display: block;
}

#header_menu li a:hover, #header_menu li.selected a
{
    border: 1px solid #bb6029;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    /*behavior: url(/js/border-radius.htc);*/
    
    background-color: #e2e2e2;
    padding: 15px 15px 20px 15px;
    color: #f18300;
    text-decoration: none;
}



h2.page_title
{
    font-family: "Trebuchet MS";
    font-size: 30px;
    color: #e57600;
    margin-bottom: 28px;
}


#main
{
    padding: 40px 50px 150px 75px;
    background-image: url(/images/bgr_main.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #fff;
    
    
}

#poll
{
    float: left;
    width: 250px;
}

#right
{
    padding-right: 300px;
    margin-left: 300px;
}

#right_ads
{
    float: right;
    width: 200px;
    font-size: 12px;
    text-align: left;
}
#right_ads a
{
    font-size: 13px;
    font-family: "Trebuchet MS", Arial;
}




#right > h3,
#main > h3
{
    font-family: "Trebuchet MS";
    font-size: 30px;
    color: #b44d01;
    text-align: center;
    
    background-image: url(/images/bgr_title.png);
    background-repeat: no-repeat;
    
    width: 216px;
    height: 61px;
    padding-top: 4px;
    display: block;
    margin-bottom: 18px;
}



ul.ul1
{
    list-style-type: circle;
    margin-left: 15px;
}

ul.ul1 li
{
    margin-bottom: 10px;
}

ol.ol1
{
    list-style-type: decimal;
    
}

ol.ol1 li
{
    margin-left: 40px;
    margin-top: 8px;
}

ul.ul2
{
    list-style-type: circle;
    margin-left: 30px;
}

ul.ul2 li
{
    margin-top: 10px;
}




#footer
{
    background-image: url(/images/bgr_footer.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 97px 75px 0 75px;
    height: 40px;
    
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #636363;
}

#footer a
{
    color: #cbcbcb;
    text-decoration: underline;
    
}
