
@charset "utf-8";

* {padding:0; margin:0;}
body {font:12px Verdana, Arial, Helvetica, sans-serif; background:url(../Images/site_bg.gif); background-color: #3F2009;}
#wrapper {width:770px; padding:0px; background-color:#FFF1E1; margin:0 auto;}
#wrappersmall {padding:0px; background-color:#FFFFFF; margin:0 auto;}
#leftmargin {float:left; width:20px;}
#leftmarginwide {float:left; width:50px;}
#bodycontent {float:left; width:730px;}
#bodycontentsmall {float:left; width:670px;}
#rightmargin {float:left; width:20px;}
#rightmarginwide {float:left; width:50px;}

a:link {color: #502B00; text-decoration:none;background:transparent}
a:visited {color: #502B00; text-decoration:none;background:transparent}
a:hover {color: #A6B500; text-decoration:none;background:transparent;font-weight:bold;}
a:active {color: #502B00; text-decoration:none;background:transparent}

.headerfontyellow {
	color: #A6B500;
    font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.headerfontorange {
	color: #F99D31;
    font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.headerfontred {
	color: #E31B23;
    font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyfontboldyellow {
	color: #A6B500;
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfontboldorange {
	color: #F99D31;
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfontboldred {
	color: #E31B23;
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.menufontbold {
	color: #502B00;
    font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menufontboldyellow {
	color: #A6B500;
    font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menufontboldorange {
	color: #F99D31;
    font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menufontboldred {
	color: #E31B23;
    font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyfontlarge {
	color: #502B00;
    font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfontlargeyellow {
	color: #A6B500;
    font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfontlargeorange {
	color: #F99D31;
    font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfontlargered {
	color: #E31B23;
    font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyfontbold {
	color: #502B00;
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfontyellowbold {
	color: #A6B500;
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfontorangebold {
	color: #F99D31;
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyfontredbold {
	color: #E31B23;
    font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyfont {
	color: #502B00;
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.bodybgimage {
	background: url(../Images/site_bg.gif);
	background-color: #CCCCCC;
	margin: 0;	
}

