body {
margin: 0;
padding: 0;
font: 100%  "Georgia", "Times New Roman", "Trebuchet MS", sans-serif;
line-height : 2em;
color: #744f0a;
background: #fce4b5;
}

/* BANNER */

#header {
height: 90px;
text-align:center;
margin: 0;
padding-bottom: 0em;
background:#FFFFFF    url(../img/header_bg.png) repeat-x;
color: #000;
}

/* MENU */

#nav{
height:40px;
background:#f5deb3
/*url(../img/menu_bg.gif) repeat-x bottom left;*/
padding:0 0 0 0;
}

/* COLUMNS */

#left_col {
float: left;
width: 4%;
height: 1px;
}
#content {
float: left;
width: 65%;
margin-bottom: 1em;
padding-right: 2%;
padding-top: 1em;
}
#right_col {
float: left;
width: 25%;
margin-left: 2%;
margin-bottom: 1em;
padding-right: 2%;
}

/* FOOTER */

#footer {
clear: both;
height: 30px;
font-size : 0.9em;
background: #FFCC66;
border-top: 5px solid #FFCC00;
padding: 5px;
text-align: center;
}

/* ELEMENTS */

h1 {
margin : 0 0 0 0;
padding : 0 0 .3em 0;
font-size : 200%;
background : inherit;
text-align: center;
}
h2 {
margin: 0 0 0 0;
padding: 0.3em 0 .3em 0;
letter-spacing : 5px;
font-size: 140%;
background : inherit;
}
h3 {
width : 95%;
margin: 0 0 30px 0;
padding : 1em;
font-size: 95%;
border: 1px solid #3D8CB8;
background : #F3F3F3;
}

h4 {
margin: 0 0 0 0;
padding : 0.3em 0 .3em 0;
font-size: 110%;
font-weight : bold;
letter-spacing : 3px;
text-transform : none;
color: #A0B842;
background : inherit;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

img {
   border:0;
}

/* LINKS */

a {
text-decoration: none;
color: #CC0000;
background: inherit;
}

a:hover {
text-decoration: underline;
color: #CC6600;
background:  inherit;
}

a:visited {

text-decoration: none;
color: #990033;
background: inherit;
}

a img {
border: 0;
}



hr {
color: #CC9900;
}

