body {

    padding : 10px 10px 10px 10px;
    margin : 0px 0px 0px 0px;
}
#container{
    text-align : left;
    width : 965px;
}
#header{
    height : 135px;
    width : 962px;
    border : 1px #000000 solid;
    border-bottom : 3px #000000 solid;
    border-right : 3px #000000 solid;
}
 
#right{
    border : 1px #000000 solid;
    width : 230px;
    margin-left : 0px;
    float : left;
    color : white;
    text-align : center;
    /*white-space : nowrap;*/
    font-size : 10px;
    font-family : Verdana, Arial, Helvetica, sans-serif,;
    background : url("images/map1.jpg") no-repeat;
    background-position : center; 
    padding-top : 22px;
    padding-bottom : 22px;
}
    #right p {
        background-color : #000000;
	opacity: 0.6;
	-moz-opacity:0.6;
        filter:alpha(opacity=60);
        width : 190px;
	margin : 7px 18px 7px 18px;
        padding : 7px 5px 3px 5px;
        font-weight: bold;
        font-size : 12px;
        /*text-transform: uppercase;*/
        font-variant : small-caps;
    }
	#right p:hover {
		background-color: #999999;
	opacity: 0.6;
	-moz-opacity:0.6;
        filter:alpha(opacity=60);
        width : 190px;
	margin : 7px 18px 7px 18px;
        padding : 7px 5px 3px 5px;
        font-weight: bold;
        font-size : 12px;
        /*text-transform: uppercase;*/
        font-variant : small-caps;
    }
    #right a {
        color : white;
    }
    #right a:hover {
        color : #FF0000;
    }
#content{
    border : 1px #000000 solid;
    border-bottom : 3px #000000 solid;
    border-right : 3px #000000 solid;
    background-color : #f0fcff;
    padding : 5px 20px 20px 20px;
    float : right;
    width : 670px;
    font-size : 10px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}
    #content img {
        float : right;
    }
a{
    text-decoration : none;
    color : #000000;
    font-weight: bold;
}
a:hover {
    color : red;
}

hr {
    height: 6px;
    background: #FFFFFF url(images/byr.jpg) repeat-x scroll center;
    border: none;
    margin-left : 10px;
    margin-right: 30px;
}
    div.hr hr {
        display: none;
    }
h1 {
    font-size : 24px;
    font-weight : bold;
    color : black;
    margin-left : 10px;
    margin-bottom : 0px;
    /*border-bottom : 3px #fcc000 solid;*/
}
h3 {
    font-size : 14px;
    font-weight : normal;
    font-style : italic;
    padding-left : 20px;
}
p {
    padding-left : 50px;
    padding-right : 50px;
    font-size : 10px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}
pre {
    font-size : 10px;
    margin-left : 20px;
    border : 1px #444444 dotted;
    background-color : #eeeeee;
}
