/*----- Common ---------*/
* { padding:0px; margin:0px; }
html{ height: 100%;  margin-bottom: 1px; }
body { background:#e7daac; color:#6d6e71; font:normal 12px/16px Arial, Helvetica, sans-serif; }
.floatLeft, .fL { float:left; }
.floatRight, .fR { float:right; }
.clear { clear:both; display:block; }
a { color:#891C02; text-decoration:none; }
a:hover { text-decoration:none; }


/*----- Wrapper ---------*/
#Wrapper { width:950px; background:#fff; padding:15px 25px; margin:auto; }
#Wrapper .floatLeft { width:700px; padding-top:88px; }
#Wrapper .floatRight { width:228px; }
#Wrapper h1.logo { background:url(../images/logo.gif) left top no-repeat; margin-bottom:8px; }
#Wrapper h1.logo a { width:228px; height:196px; display:block; text-indent:-9999px; overflow:hidden; }
#Wrapper .imgArea { text-align:center; }
#Wrapper .imgArea img { margin-bottom:3px; }
#Wrapper .top, #Wrapper .mid { text-align:left; font:normal 18px/29px Georgia, "Times New Roman", Times, serif; padding-left:18px; } 
#Wrapper .top { background:#E7DAAC; color:#891C02; }
#Wrapper .top a, #Wrapper .top a:hover { color:#891C02; text-decoration:none; }
#Wrapper .mid { background:#891C02; color:#fff; }
#Wrapper .main { padding-top:40px; padding-left:13px; }
#Wrapper .main .fL { width:167px; }
#Wrapper .main .fR { width:440px; padding:50px 45px 50px 30px; border-left:1px solid #E7DAAC; }
#Wrapper .main .fR p { margin-bottom:18px; }
#Wrapper .main .fR ul { margin-bottom:18px; }
#Wrapper .main .fR li { margin-left:15px; list-style-type:square; }
#Wrapper .main .fR h2 { color:#891C02; font:normal 19px/24px Arial, Helvetica, sans-serif; margin-bottom:12px; }
#Wrapper h3.ag { font:normal 30px/36px Georgia, "Times New Roman", Times, serif; color:#891C02; margin-bottom:20px; }
#Wrapper .main .fL li { display:inline; }
#Wrapper .main .fL li a { display:block; background:url(../images/arrow.gif) left center no-repeat; padding-left:27px; font:normal 15px/28px Georgia, "Times New Roman", Times, serif; color:#6D6E71; }
#Wrapper .main .fL li a:hover, #Wrapper .main .fL li a.sel { text-decoration:none; color:#891C02; }
