/* ==================================================================== 
box layout 
-------------------------------------------------------------------- */ 
.columns-float 
    { 
    float : left; 
    width : 79%; 
    } 
/* the relative positioning is required by IEs 5 + 6 (PC) - NN4 crashes if it sees them while other browsers don't seem to mind - hence the Caio hack */ 
.column-one 
    { 
    width : 24%; 
    float : left; 
    } 
.column-two 
    { 
    width : 75%; 
    float : right; 
    } 
.column-three 
    { 
    width : 20%; 
    float : right; 
    } 
.box-footer 
    { 
    clear : both; 
    } 
/* ==================================================================== 
box-clear requires all sorts of hackery because of the way the 
different browsers cope with clearing floats 
see [# #] 
-------------------------------------------------------------------- */ 
.box-clear { clear: both; line-height: 0px; font-size: 1px; } 
/* IE5 (mac) dealt with, now reset font-size for Geckos, 
turn off for IE5 (PC) + OmniWeb and back on for IE6 (PC) 
see [http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml] */ 
/*\*/ 
.box-clear { font-size: medium; } 
.fake.box-clear { display: none; } 
/* */ 
/* Turn off for Opera 6 and below */ 
html>body div.box-clear { display: none; } 
/* And turn it back on again for good honest browsers 
see [http://www.albin.net/CSS/OwenHack.html] */ 
head:first-child+body div.box-clear { display: block; } 
/* ==================================================================== 
nn4clear is as its name suggests, only required for NN4 compatibility 
If you don't need that you can remove both this rule and the 
relevant div from the html 
-------------------------------------------------------------------- */ 
.nn4clear { clear: both; line-height: 0px; font-size: 1px; } 
/*/*/ .nn4clear { display: none; } /* */ 
/* ==================================================================== 
box styling 
-------------------------------------------------------------------- */ 
.box-wrap 
    { 
    padding : 0px; 
    color : #000000; 
    background-color : #CAB8A4; 
    border : solid #C4821F 5px; 
    } 
.box-header 
    { 
    margin : 0px; 
    padding : 12px; 
    color : #000000; 
    background-color : #000000; 
    border : none; 
    } 
.box-footer 
    { 
    margin : 0px; 
    padding : 6px; 
    color : #ffffff; 
    background-color : #000000; 
    border : none; 
    } 
.column-one-content 
    { 
    background : #72020B; 
    font-family : helvetica,arial,sans-serif; 
    font-size : 12px; 
    color : #FEF8D6; 

    } 
.column-two-content 
    { 
    background : #ffffff; 
    font-family : helvetica,arial,sans-serif; 
    font-size : 12px; 
    color : #003020; 
    border-style: dashed;
    border-color: red;
    border-width: 1px;
    } 
.column-three-content 
    { 
    background : #CAB8A4; 
    font-family : helvetica,arial,sans-serif; 
    font-size : 12px; 
    color : #000000; 
    } 
.column-one-content, .column-two-content, .column-three-content 
    { 
    margin : 0px; 
    padding : 6px; 
    border : none; 
    } 
/* GUTTERS BETWEEN COLUMNS */ 
.column-two-content 
    { 
    margin-left: 3px; 
    margin-right: 3px; 
    } 
/* HORIZONTAL PADDING OUTSIDE COLUMNS */ 
.column-one-content { margin-left: 5px; } 
.column-three-content { margin-right: 5px; } 
/* VERTICAL PADDING ABOVE COLUMNS */ 
.box-header 
    { margin-bottom: 5px; } 
.column_padding_after 
    { 
    height:5px; 
    font-size: 1px; 
    line-height: 0px; 
    clear: both; 
    } 
/* CSS HACK: position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4. 
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/ 
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2 
    { p\osition: relative; } 
/* */ 
/* ==================================================================== 
other styling 
-------------------------------------------------------------------- */ 
body 
    { 
    margin : 0; 
    padding : 1px; 
    font-family : verdana, arial, sans-serif; 
    font-size : 12px; 
    background-color : #999999; 
    color : #000000; 
    } 
div 
    { 
    margin : 0px; 
    padding : 0px; 
    } 
h1 
    { 
    margin : 0px; 
    padding : 0px; 
    } 
h2 
    { 
    margin : 0px 0px 9px 0px; 
    padding : 0px 3px 0px 3px; 
    color : #CAB8A4; 
    background-color : #000000; 
    font-size : 14px; 
    font-weight : bold; 
    } 

h4 
    { 
    margin : 0px 0px 9px 0px; 
    padding : 0px 3px 0px 3px; 
    color : #ffffff; 
    font-size : 12px; 
    border-style: dashed;
    border-color: red;
    } 


p 
    { 
    margin : 0px;
    font-family : verdana, arial, sans-serif; 
    font-size : 13px; 
    padding : 5px       } 


.bar
    {
    font-family : helvetica,arial,sans-serif; 
    font-size : 12px; 
    color : #000000; 
    }


.newarticles

    { 
    margin : 0px 0px 9px 0px; 
    padding : 0px 3px 0px 3px; 
    color : #FEF8D6; 
    font-size : 12px; 
    border-style: none;
    border-color: #FEF8D6;
    border-width: 1px;
    background-color : #000000; 
    } 

.box1
    { 
    margin : 0px 0px 9px 0px; 
    padding : 3px 3px 3px 3px; 
    color : #FEF8D6; 
    font-size : 12px; 
    border-style: solid;
    border-color: red;
    border-width: 2px;
    background-color : #000000; 
    font: verdana, arial, sans-serif; 
    } 


.box2
    { 
    margin : 0px 0px 9px 0px; 
    padding : 3px 3px 3px 3px; 
    color : #FEF8D6; 
    font-size : 12px; 
    border-style: none;
    border-color: blue;
    border-width: 1px;
    background-color : #000000; 
    font-family : verdana, arial, sans-serif; 
    } 

.support
    { 
    margin : 0px 0px 9px 0px; 
    padding : 3px 3px 3px 3px; 
    color : #FEF8D6; 
    font-size : 12px; 
    border-style: none;
    border-color: red;
    border-width: 1px;
    background-color : #000000; 
    font-family : verdana, arial, sans-serif; 
    } 



A:link { Color:#DEB887; text-decoration:none; }
A:active { Color:#F4A460; text-decoration:none}
A:visited  { Color:#F4A460; text-decoration:none}
A:hover { Color:#00FF7F; text-decoration:none}




<!-- 
body {
margin: 0;
padding: 0;
background: #000000;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 14em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
border: 0px solid gray;
background: #000000;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #000000;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
color: #00FF7F;
background: #003020;
}
a {text-decoration: none;
color: #ffffff;
color: #222;
}
-->
</style>

