@charset "utf-8";
/* CSS Document */
body { background-color:#000; margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
h1 { color:#C39D48; text-transform:uppercase; font-size:17px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
h2 { color:#999; font-weight:lighter; font-size:15px; }
a { color:#C39D48; text-decoration:none; }
a:hover { color:#ccc; }
hr { color:#333; border:0 0 0 1px; }
td img { margin-top:25px;; }

#wrapper { margin-left:auto; margin-right:auto; width:770px; }
#header { float:left; width:770px; height:178px; background-image:url(images/header.jpg); background-repeat:no-repeat; }
#navigation { float:left; width:770px; text-align:center; margin-top:160px; font-size:11px; }
#navigation a { padding-left:15px; padding-right:15px; text-transform:uppercase; color:#fff; text-decoration:none; }
#navigation a:hover { color:#C39D48; }

/* Begin CONTENT */
#content_wide { float:left; width:730px; padding-left:20px; padding-right:20px; background-image:url(images/boxes.jpg); background-repeat:repeat-x; color:#fff; margin-top:15px; text-align:justify; }
#content_column { float:left; width:770px; margin-top:15px; color:#fff; }
#column1 { float:left; padding-left:20px; padding-right:20px; margin-right:20px; width:360px; background-image:url(images/boxes.jpg); background-repeat:repeat-x; text-align:justify; }
#column2 { float:left; width:350px; }
/* End CONTENT */

/* Begin FOOTER */
#footer { float:left; width:770px; height:45px; background-image:url(images/footer.jpg); background-repeat:repeat-x; background-position:bottom; text-align:center; color:#fff; font-size:10px; margin-top:55px; }
#footer_links { float:left; width:770px; }
#footer_links a { color:#fff; text-decoration:none; }
#footer_links a:hover { color:#C39D48; }
#footer_copyright { float:left; width:770px; font-size:9px; color:#999999; margin-top:13px; }
#footer_copyright a { color:#999; text-decoration:none; }
#footer_copyright a:hover { color:#C39D48; }
/* End FOOTER */