@charset "utf-8";
/* CSS Document */
body {background: #093b3b url(../images/page_background.jpg) top center repeat-y;
      background-attachment: fixed;
      color: #000;
      font-size: 11px;
      font-family: verdana, arial, sans-serif;
      margin: 0;}

acronym, abbr {cursor: help;
               border-bottom: 1px dotted #FFC557;}

h1, h2, h3, h4, h5, h6 {margin: 0;
                        padding: 5px 0 0 25px;
						color: #072a2a; }

#content ul {list-style-type: disc;
	margin: 0;
    padding: 0;}
	
#content ul li {list-style-type: disc;
	margin: 0px 0px 0px 35px;;
    padding: 3px 0;
	line-height: 16px;}
	

p {margin: 0;
	padding: 3px 25px 18px 25px;
	line-height: 16px;}

img {border: 0;}
       
h1 {font-size: 185%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}

a {font-size: 11px; color: #4b04ce; text-decoration: underline; background-color: #f3cb3d;}
a:link {color: #4b04ce; background-color: #f3cb3d; font-weight: bold;}
a:visited {color: #680606; background-color: #f7ebc4; font-weight: bold;}
a:hover {color: #4b04ce; text-decoration: none; background-color: #fff;}

#container {width: 700px;
            margin: 0 auto;
            padding: 0;
            background: #530C06 url(../images/main_background.jpg) repeat;
            color: #000;
            /*border: 1px solid #000;*/}

#container a {background: transparent;}

#header {width: 700px;
         height: 110px;
		 background: #1e7880 url(../images/header2.jpg) no-repeat;
         }

#top {width: 700px;
      height: 85px;
	   padding: 0;
       margin: 0;}

#content {float: left;
          width: 700px;
          margin: 0;
          padding: 0;
          min-height: 540px;
          }

* html #content {height: 540px;} /* IE Min-Height Hack */
.highlight { width: 395px; margin: 0 0 20px 25px; padding: 15px; background: url(../images/highlight.jpg) repeat bottom;}
.audio-player {margin-bottom: 10px;}
/* top nav styles */
#nav{
	background: transparent url(../images/hex_093B3B.gif) repeat-x bottom;
	float:left;
	font-family: Verdana, Arial, sans-serif, san-serif;
	font-size:12px;
	line-height:normal;
	padding: 0 20px 0 20px;
	width:660px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
	float:left;
	list-style: none;
	margin:0;
	padding:0;
}
#nav li.first{
	background:url(../images/hex_093B3B.gif) repeat-y left top;
	padding-left:1px;
}
#nav a{
	background:url(../images/button.gif) no-repeat 100% -100px;
	color: #053232;
	display: block;	width: 55px; 
	font-size: 105%;
	font-weight: normal;
	float:left;
	padding:5px 15px 4px 15px;
	text-align: center;
	text-decoration: none;
}
#nav li.first a{padding-left:14px;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav a:hover{background-position: 100% -200px;}
#nav #current a,#nav #current a:hover{
	background-position: 100% 0;
	padding-bottom:5px;
	color: #000;
	font-weight: bold;
}

/* end top nav */
.title {font-size: 16px; 
		font-weight:normal;
			}

.floatleft { float: left; margin: 10px 25px 5px 0; border: 1px solid #093b3b;}
.floatright { float: right; margin: 5px 0 10px 25px; border: 1px solid #093b3b;}

/* album styles */
.album { width: 640px;
         margin: 0 auto;
         padding: 0;
		 float: left;
		background: #e5bf39 url(../images/album_bg.jpg) repeat-y;
      			}
				
.album_img {float: left;
       width: 130px;
       margin: 0;
       padding: 10px 0 20px 25px;
       }
	   
.album_info {float: left;
          width: 450px;
          margin: 0;
          padding: 0;
                    }
		  
.album p {	margin: 0;
			padding: 2px 25px 15px 10px;
			line-height: 16px;
	}
.album_info h6 {margin: 0;
                padding: 10px 25px 3px 10px;
				color: #093b3b; }

.line { background: #e5bf39 url(../images/line.jpg) no-repeat;
		height:16px;
		clear:both;
		border-left: 1px solid #806a1f;
		border-right: 1px solid #806a1f;
		}

/* end album styles */
#footer {width: 700px;
         height: 25px;
         clear: both;
         padding: 0;
         margin: 0;
         font-size: 95%;
		 color:#7a651e;
         text-align: center;
         line-height: 25px;
         border-top: none; /*1px solid #000;*/}

#footer p {padding: 0;
           margin: 0;} 
