/* Reseting */
*                 {margin: 0; padding: 0;}

/* Links */
a:link            {text-decoration: underline; color: #B59378;}
a:hover           {text-decoration: underline; color: #B59378;}
a:visited         {text-decoration: underline; color: #B59378;}

.menuItem a:link  {text-decoration: none; color: #000000;}
.menuItem a:hover {text-decoration: none; color: #422E25;}
.menuItem a:visited {text-decoration: none; color: #422E25;}

#footer a:link    {text-decoration: underline; color: #D9BFB0;}
#footer a:hover   {text-decoration: underline; color: #422E25;}
#footer a:visited {text-decoration: underline; color: #D9BFB0;}

                                                      
/* Settings */
html, body		    {text-align: center; font-family: tahoma,sans-serif; color: #D7C0AE; background: #000000;}

/* Layout */
#body					    {width: 940px; position: relative; text-align: left; margin: 0 auto;}
#head             {background: url(../img/head.jpg) repeat; height: 357px;}
#menu             {height: 31px; width: 700px; margin: 0 120px 0 140px; position: relative; top: 322px; background: url(../img/menu_divider.gif) no-repeat left;}
#content          {margin: 20px 20px 0 20px;}
#footer           {height: 99px; background: url(../img/footer.jpg) no-repeat; margin-top: 20px; padding-top: 50px;}

/* Menu */
.menuItem         {height: 32px; float: left; background: url(../img/menu_divider.gif) no-repeat right; color: #000000; padding: 0 0.5em; font-weight: bolder; text-transform: uppercase; font-size: 0.7em;}
.menuItem span    {position: relative; top: 6px;}

/* Headings */
h2                {text-transform: uppercase; background: url(../img/scent.jpg) no-repeat left; font-size: 1em; color: #927661; padding-left: 25px; margin: 8px 0;}
h3                {font-size: 1em; color: #D7C0AE; margin: 8px 0 4px 0; font-size: 0.9em;}

/** Link image replacement (via pixy) **/
h1                {position: relative; overflow: hidden; font-size: 2em;}
h1, h1 a, h1 span {display: block; width: 950px; height: 304px; background: url(../img/head_background.jpg);}
h1 span           {position: absolute; left: 0; top: 0;}
                                                                                       
/* General classes */
#content p,li     {font-size: 0.8em;}
#content ul       {border-left: 2px solid #927661; margin: 10px 0;}
#content p        {text-indent: 20px; margin: .6em 0;}
#content li       {margin-left: 20px; list-style: url(../img/item_bullet.jpg);}
#content img      {border: solid 4px #927661; margin: 0.5em;}
#footer p         {font-size: 0.7em; text-align: center; font-weight: bolder; color: #D9BFB0;}
blockquote        {width: 60%; margin: 10px 20px; font-style: italic; padding: 0.5em; background-color: #98765D; color: #000000; font-size: 0.6em;} 
.center					  {text-align: center;}
.right					  {text-align: right;}
.floatLeft			  {float: left;}
.floatRight			  {float: right;}
.reset					  {display: block; font-size: 0px; line-height: 0px; 	height: 0px; overflow: hidden; clear: both;}