BODY {
    margin:0;
    padding:0;
    background:rgb(249,249,246);
    background:rgb(252,252,251);
    font-family:futura,tahoma,verdana,sans-serif;
    letter-spacing:0.1em;
    font-size:13px;
    color:rgb(49,52,33);
}
A {
    color:rgb(49,52,33);
}
.clearer {
	clear:both;
}
#wrapper {
	position:relative;
    margin:0 auto;
    padding:10px;
    width:980px;
    background:rgb(252,252,251);
    min-height:500px;
}
#left {
    position:absolute;
    top:0;
    z-index:99;
}
#right {
    position:absolute;
    top:9px;
    right:9px;
    border:solid 6px rgb(204,208,185);
    background:rgb(252,252,251);
    width:624px !important;
    width:660px;
    min-height:400px;
    text-align:left;
}
#content {
    padding:20px 10px 10px 30px;
    font-family:georgia,garamond;

    overflow:auto;
    letter-spacing:0.03em;
}
#brand {
    background:rgb(49,52,33);
    width:335px;
    height:120px;
}
#brand IMG {
    padding:10px;
}
#brand P {
    text-align:right;
    color:#fff;
    margin:28px 15px 10px 0;
    font-size:12px;
}
#nav {
    height:140px;
    width:345px;
    border-right:solid 6px rgb(49,52,33);
    z-index:99;
    margin:10px 0 0 0;
}
#nav UL {
    list-style-type:none;
    margin:0 0 0 10px;
    padding:0;
}
#nav UL LI {
    padding:4px;
    width:330px;
}
#nav UL LI A {
    text-decoration:none;
}
#nav UL LI.selected {
    background-image:url('../images/bg_nav_on.gif');
    background-position:right 50%;
    background-repeat:no-repeat;
}
#footer_wrapper {
	margin:10px 0 0 0;
	clear:both;
}
#footer {
    bottom:0;
    text-align:right;
    margin:0 auto;
    font-size:10px;
    width:980px;
    color:rgb(204,208,185);
}
H1 {
    margin:0 10px 10px 0;
    font-size:16px;
	border-bottom:solid 2px #313421;
    padding:3px;
    color:#313421;
    text-align:left;
}
H2 {
	font-size:14px;
	padding:2px;
    border-bottom:dotted 1px rgb(49,52,33);
   }

}