h1, h2, h3, h4, p, a, img #content, #header, #footer {
    padding-top:0;
    margin-top:0;
    font: 0.8em/1.1em verdana, "century gothic", arial;
    color: #330604/*#4B1600*/;
    text-decoration:none;
}

body {
    margin:0;
    padding:0;
    background:#aaaaaa;
}

h1 {font-size: 1.5em;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}

.red {color: #BB0000;}
.green {color: #00BB00;}
.blue {color: #0000BB;}
.white {color: #FFF;}
.brown {color: #4B1600;}
.black {color: #000;}

a {font-size:100%;}
a:hover {color:#882222;}

#content {
    width: 964px;
    margin: 0 auto;
    margin-top:10px;
    border: none;
}

#header {
    height: 260px;
    background: url(../interface/header.jpg) no-repeat top #ffffff;
}
#header_padding {}

#footer {
    width: 100%;
    height: 30px;
    border-top: solid 1px #630c08;
    text-align:right;
    background: #ff8621; /*   url(../interface/footer.gif) no-repeat top   */
    overflow:hidden;
	font-size:0.7em;
}
#footer_padding {padding:10px 17px 12px 10px;}

#footerLeft {float:left;}
#footerRight {float:right;} 

#main_content {
    width: 100%;
    background: url(../interface/left_panel.jpg) no-repeat top left #ffffff; /* url(../interface/main.gif) repeat-y top;*/
    clear:both;
}

#main_padding {padding:5px; /* use for wide format only */ }

#left_column {
    float:left;
    width:200px;
    background: url(..interface/side_image.jpg) no-repeat top left;
}
#left_content {padding:10px;}

#right_column {
    float:right;
    width: 763px;
    min-height: 250px;
    background: #FDE6DC;
}
#right_content {
	padding:15px 10px 10px 10px;
	background:  url(../interface/below_menu.gif) repeat-x top;}
#right_menu, #right_menu a   {
    width:100%;
    height:25px;
    background:#600C08;
    color: #FDE6DC;
    font-size: 0.85em;
}
#right_menu a:hover {
    color: #F77100;
}

#right_menu_padding {
    padding:3px 5px 0px 6px;
}


.image_right {
    float:right;
    margin  :0.5em;
    border: dotted 1px #333333;
}

.image_left {
    float:left;
    margin: 0.5em;
    border: dotted 1px #333333;
}


.clear {
    clear:both;
    height:0px;
	width:100%;
    overflow:hidden;
}
