@charset "utf-8";
/* CSS Document */

body { margin:20px auto 0 auto; font-family:"Century Gothic"; text-align:justify; font-size:14px; background-image:url(../images/bg.jpg); background-repeat:repeat-x; background-position:0 0; background-color:#80883D; color:#80883D; }

* { margin:0; padding:0; }

#container { margin:0 auto 0 auto; padding:0; width:800px; /*border: 2px solid #E6C015;*/ background-color:#FFFFFF; }

#header { margin:0; padding:0; width:800px; height:150px; background-image:url(../images/header.jpg); font-size:36px; text-align:right; }

#main { margin:20px auto 20px auto; width:750px; padding:0; text-align:justify; min-height:300px; height:auto !important; height:300px; }
#main a:link { color:#666633; text-decoration:underline; }
#main a:visted { color:#666633; text-decoration:underline; }
#main a:hover { text-decoration:none; color:#000; background:#80883D; }
#main a:active  { color:#666633; text-decoration:underline; }

#footer { margin:0; padding:0; width:800px; height:25px; background-image:url(../images/footer.jpg); }
#footer2 { margin:0 auto 0 auto; width:800px; height:auto; font-size:12px; color:#000000; padding:5px 0 5px 0; text-align:center; }
#footer2 a:link, #footer2 a:visited { color:#000000; }
#footer2 a:hover { color:#000; background:#FFF160; text-decoration:none; }
#footer2 a:active { color:#000000; }

/* properties of the navigation */
#nav { width:800px;}


/* setting the navigation list style */
#nav ul { list-style: none; margin:auto; background-image: url(../images/menu-bg.gif); height:30px; }
#nav li { float:left; }

ul a { background-image: url(../images/menu-divider.gif);  background-repeat: no-repeat; background-position: right; padding-right: 18px; padding-left: 21px; display: block; line-height: 30px; text-decoration: none; font-size: 90%; color: #80883D; }

ul a:hover { color:#000; }

/*  to hightlight the current page */
#home #nav ul.home a:link, #nav ul.home a:visited,
#purchase #nav ul.purchase a:link, #nav ul.purchase a:visited,
#links #nav ul.links a:link, #nav ul.links a:visited,
#contact #nav ul.contact a:link, #nav ul.contact a:visited,
#about #nav ul.about a:link, #nav ul.about a:visited,
#grief #nav ul.grief a:link, #nav ul.grief a:visited,
#project #nav ul.project a:link, #nav ul.project a:visited,
#lyrics #nav ul.lyrics a:link, #nav ul.lyrics a:visited, {
	color:#000; }
