/*CSS by ben@riprocked.com for Rebecca Thompson - 2009*/

body,
img,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li {
margin: 0;
padding: 0;
border: 0;
}

body {
/*
background-image: url(../img/body_bg.jpg);
background-repeat: no-repeat;
background-color: #ECE3C8;
*/
background-image: url(../img/body_bg.png);
font-family: Tahoma, Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
color: #27272a;
}

/*a:link,
a:visited,
a:active {
text-decoration: none; 
}*/


a {
color: #805400;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}



#central {
margin: 20px auto 20px auto;
width: 728px;
}




/*HEADER*/

/*IE6 IGNORES !important.  IN OTHER BROWSERS THE DEFINITION MARKED AS !important WILL OVERRIDES ANY OTHER DEFINITIONS FOR THAT ATTRIBUTE */

#header {
background-repeat: no-repeat;
background-position: top;
height: 56px;
width: 728px;
padding: 0;
margin: 0;
background-image: url(../img/header_bg.png) !important;
background-image: url(../img/header_bg.png);
}

#header img {
float: right;
padding: 17px 22px 0 0;
}








/*CONTENT*/

#content {
background-repeat: repeat-y;
padding: 0 23px 22px 22px;
background-image: url(../img/content_bg.png) !important;
background-image: url(../img/content_bg.png);
}


#content h1,
#content h2 {
font-size: 1em;
margin: 0 0 10px 0;
padding: 6px 10px 7px 10px;
color: #805400;
background-image: url(../img/heading_bg.png);
/*
background-repeat: repeat-x;
*/
}

#content p {
font-size: 0.8em;
margin: 0 0 0.8em 0;
padding: 0 10px 0 10px;
}



#flash_vid01 img {
padding: 0 0 5px 0;
}


/*DIVIDERS NEEDED TO STOP IE MESSING UP THE LAYOUT OF THE FLOATING ELEMENTS*/

.divider {
clear: both;
}



/*CONTENT LEFT COLUMN*/

.col_left {
padding: 15px 15px 0 0;
width: 400px;
float: left;
}



/*CONTENT RIGHT COLUMN*/

.col_right {
float: right;
width: 268px;
padding: 15px 0 0 0;
}





/*FOOTER*/

#footer {
background-repeat: repeat-y;
padding: 0 22px 0 22px;
background-image: url(../img/footer_bg.png) !important;
background-image: url(../img/footer_bg.png);
height: 45px;
}

#footer p {
font-size: 0.7em;
padding: 0 10px 0 10px;
}
