@charset "utf-8";
* { padding: 0; margin: 0; }
body { font: 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; background: #000; color: #666666; } 

/* Section Layout - all pages */
#container { margin: auto; width: 895px;}

#rightside2{ background: #fff; padding: 20px; margin-left: 200px; }

#leftside{ float: left; background: url(images/bg_menu.jpg) repeat-y; width:200px; font-size: 16px; text-transform: uppercase; text-align: center; border:0; }


/* Pages - General*/
#leftside p { margin: 20px 0 20px 0; padding: 0;}

/* General Page Links */
a:link { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:active{ text-decoration: none; color: #666666; }
a:hover {text-decoration: underline; color: #7c2933; } 


/**************************
   INDIVIDUAL PAGE STYLES
 **************************/
  
/*Home*/



