html, body {
    margin:0;
    padding:0;
    height:100%;
    font-size:100.1%;
    font-family:"Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
}
a img {
    border:none;
}
#page {
    min-height:100%;
}
    #header {
        padding:30px 30px 0 30px;
    }
        #logo {
            float:left;
            padding-right:10%;
        }
        a.main-link {
            background:url(/images/bullet.gif) no-repeat right;
            float:left;
            padding:0 1.5%;
            font-size:1.5em;
            color:#354b91;
        }
        a.main-link:hover {
            color:#D60000;
        }
        a.no-bullet {
            background:none;
        }

    #content {
        clear:both;
        margin:0 30px;
    }
    *html #content {
        margin-top:-15px;
    }
        #path a {
            font-size:0.8em;
            color:#676767;
        }
        #content h1,h2,h3 {
            font-weight:normal;
        }
        #content h1 {
            font-size:2.2em;
        }
        #content h2 {
            color:#354b91;
            font-size:1.55em;
            font-weight:normal;
            margin:0;
            padding:15px 0;
        }
        #content h3 {
            font-size:1.3em;
            margin-top:35px;

        }
        *html #content h1 {
            margin:15px 0;
            padding:0;
        }

        #text {
            font-size:0.8em;
            line-height:1.3em;
        }

        #text a {
            color:#354b91;
        }
		#text a:hover {
			text-decoration:none;
		}

        #text p {
            margin:20px 0px
        }

        #text .bbcode {
            color:#626262;
        }

        #text ul {
            padding:0;
            margin:0;
        }
            #text li {
                background:url(/images/marker.gif) no-repeat left 65%;
                list-style:none;
                padding-left:7px;
                line-height:1.4em;
            }

        #text dl {
            margin:5px 0 0 0;
        }
            #text dt {
                float:left;
                clear:left;
                width:170px;
            }
            #text dt,dd {
                line-height:1.4em;
            }

*html #page {
    height:100%;
}
#footer-clear {
    height:80px;
}
#footer {
    height:50px;
    margin-top:-50px;
}
    #footer div {
        border-top:1px solid #796993;
        color:#626262;
        padding-top:3px;
        margin:0 30px;
        font-size:0.7em;
    }
        #footer a {
            color:#000;
            text-decoration:none;
        }
.dop_bbc {
	color:#676767;
}




.columns {clear: both; width: 100%;}
.columns .left, .columns .right {float: left;}
.columns .left {width: 10%;}
.columns .right {width: 90%;}
.hidden_layer {display: none;}
.gray {color:#676767;}


div#counter {
	position:absolute;
	top:20px;
	right:20px;
}
div#counter img {
	opacity: .1;
	filter: alpha(opacity=10);
}
