@charset "utf-8";
* { margin:0; padding:0; }
.top-bg { background: url(../images/bg1.jpg) repeat-x left top; }
body { font: 16px Tahoma, Geneva, sans-serif; line-height: 1.5em; color: #E2C7C7; background: url(../images/bg2.jpg) repeat left top;  }
/*************************The main container  divs*******************/
#shadow { width:1040px; margin:auto; background: url(../images/shadow-bg.png) repeat-y; }
#container { position: relative; width: 1000px; margin: 0 auto; padding: 0; border:0; text-align: left; }
#header { float: left; position: relative; background: url(../images/header.jpg) no-repeat; width:1000px; height:354px; }
#body-bg { float: left; position: relative; background: url(../images/main-bg.jpg) repeat; width:1000px; }
#footer { float: left; position: relative; background: url(../images/footer.jpg) no-repeat; width:1000px; height:92px; }
/************************The body content********************/
#left-side { float: left; position: relative; height:auto; width:230px; padding: 0 0 0 15px; }
#main-content { float: right; position: relative; width:725px; padding: 0 25px 0 5px; }
/*******************the begining of side nav*************************/
ul#side-nav { float:left; position: relative; padding:0; margin: 0; list-style: none; }
ul#side-nav li a { display:block; text-align: left; background: url(../images/pm-default.png) no-repeat left center; margin:0; text-decoration: none; padding:2px 0; text-indent:40px; color:#C6B682; }
ul#side-nav li a:hover { background: url(../images/pm-hover.png) no-repeat left center; color:#E9E3CF; }
/********************the begining of footer nav************************/
ul#footer-nav { float:left; position:relative; list-style:none; width:auto; margin: 25px 0 10px 400px; }
ul#footer-nav li { display: inline; }
ul#footer-nav li a { text-align: left; font-size:12px; font-weight:normal; text-decoration: none; list-style: none; color: #DAB692; padding:0 0 0 45px; }
ul#footer-nav li a:hover { color: #EAD5BF; }
#copy { font-size:11px; text-align:center; line-height:1.4em; padding:3px 0 0 0; color:#DAB692; }

