* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#header {
	height: 155px;
	background-image: url(images/header_pict.jpg);
	background-repeat: no-repeat;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#left {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	min-height: 320px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 45px;
}

#right {
	background-image: url(images/main_graphics.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}

#w_right {
	background-image: url(images/w_graphics.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 310px;
	background-repeat: no-repeat;
	height: 492px;
	text-align: center;
}

/******************** Top Navigation ************************/

#navcontainer {
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}


#navcontainer a {
	padding: 21px 20px 0px 20px;
	color: #ffffff;
	text-decoration: none;
	float: left;
}

#navcontainer a:hover {
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #ffffff;
}

#navcontainer a:active {
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #59181e;
}


/********************* End top navigation ***************************/


/***************************** sidebar navigation ****************************/
			
#sidenavbar  {
	color: #76333A;
	font-weight: bold;
	width: 246px;
	background-image: url(images/sheets.jpg);
	height: 250px;
	padding-top: 55px;
	background-repeat: no-repeat;
	float: left;
 }


#sidenavbar a {
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #eeeeee;
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-left: 39px;
}

#sidenavbar a:hover {
	border-bottom: 1px solid #76333a;
	color: #76333a;
}

#sidenavbar a:active {
	border-bottom: 1px solid #eeeeee;
	color: #dbd4d0;
}

#sidenavbar a.reserve {
	border-bottom: 1px solid #ffffff;
	display: block;
	padding: 10px;
	width: 130px;
	color: #666666;
	background-image: url(images/reserve.gif);
	background-repeat: no-repeat;
	text-indent: 30px; 
}

#sidenavbar a.reserve:hover {
	border-bottom: 1px solid #ffffff;
	display: block;
	padding: 10px;
	width: 130px;
	color: #76333a;
	background-image: url(images/reserve_pen.gif);
	background-repeat: no-repeat;
 	text-indent: 30px;
}

#sidenavbar a.reserve:active {
	background-image: url(images/reserve.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 10px;
	width: 160px;
	color: #dbd4d0;
}

#forms {
	position: relative;
	top: 230px;
	border-top: 1px solid #dbd4d0;
	border-left: 3px solid #dbd4d0;
	border-right: 1px solid #dbd4d0;
	border-bottom: 5px solid #dbd4d0;
	text-align: left;
	width: 80%;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	
 }

#forms a.reserve {
	border-bottom: 1px solid #ffffff;
	display: block;
	padding: 10px;
	margin-left: 30px;
	width: 130px;
	color: #666666;
	background-image: url(images/reserve.gif);
	background-repeat: no-repeat;
	text-indent: 30px; 
}

#forms a.reserve:hover {
	border-bottom: 1px solid #ffffff;
	display: block;
	padding: 10px;
	margin-left: 30px;
	width: 130px;
	color: #76333a;
	background-image: url(images/reserve_pen.gif);
	background-repeat: no-repeat;
 	text-indent: 30px;
}

#forms a.reserve:active {
	display: block;
	padding: 10px;
	margin-left: 30px;
	width: 130px;
	color: #dbd4d0;
	background-image: url(images/reserve.gif);
	background-repeat: no-repeat;
	text-indent: 30px; 
}


#samplesnavbar  {
	color: #76333A;
	font-weight: bold;
	width: 246px;
	background-image: url(images/sheets2.jpg);
	height: 250px;
	padding-top: 55px;
	background-repeat: no-repeat;
	float: left;
 }

#samplesnavbar a {
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #eeeeee;
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-left: 39px;
}

#samplesnavbar a:hover {
	border-bottom: 1px solid #76333a;
	color: #76333a;
}

#samplesnavbar a:active {
	border-bottom: 1px solid #eeeeee;
	color: #dbd4d0;
}

.box {
	position: relative;
	border-top: 1px solid #dbd4d0;
	border-left: 3px solid #dbd4d0;
	border-right: 1px solid #dbd4d0;
	border-bottom: 5px solid #dbd4d0;
	text-align: center;
	width: 85%;
	float: left;
	padding: 10px;
 }

/***************************** End of sidebar navigation ****************************/

.ad {
	position:  relative;
	top: 220px;
	text-align: center;
}

.sub_left {
	width: 32%;
   	float: left;
}

.sub_right {
	width: 32%;
	float: right;
}

.sub_center {
	margin-left: 34%;
 	margin-right: 34%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
}

.join {
	clear: both;
	text-align: left;
	border-bottom: 4px solid #666666;
 }

.package_box {
	background-color: #dbd4d0;
	border-top: 6px double #666666;
	border-right: 1px solid #666666;
	border-bottom: 4px solid #666666;
	border-left: 1px solid #666666;
	width: 40%;
	padding: 30px;
	float: left;
	text-align: left;
}

.options_box {
	background-color: #e6e6e6;
	border-top: 6px double #666666;
	border-right: 1px solid #666666;
	border-bottom: 4px solid #666666;
	border-left: 1px solid #666666;
	width: 40%;
	padding: 30px;
	float: right;
	text-align: left;
}

.packages_chart  {
	clear: both;
	text-align: center;
 }

.packages_chart th  {
	background-color: #f1f1f1;
	height: 18px;
	padding: 3px;
 }


.sub_left_wide {
	width: 60.6%;
   	float: left;
	padding-top: 10px;
}


.sub_right_border {
	border-left: 1px dotted #dbd4d0;
	width: 30.3%;
 	float: right;
	padding-top: 15px;
	padding-left: 30px;
}

.sub_right_border2 {
	border-left: 1px solid #dbd4d0;
	width: 57%;
 	float: right;
	padding-left: 30px;
	margin-right: 20px;
}

.players {
	border-left: 1px solid #dbd4d0;
	border-right: 1px solid #dbd4d0;
	border-bottom: 3px solid #dbd4d0;
	text-align: center;
	width: 30%;
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
 }

.w_players {
	border-top: 3px solid #dbd4d0;
	border-left: 1px solid #dbd4d0;
	border-right: 1px solid #dbd4d0;
	border-bottom: 3px solid #dbd4d0;
	text-align: center;
	width: 80%;
	padding: 10px;
	margin-left: 13px;
 }


.options {
	width: 70%;
	float: left;
}

.media_options {
	background-color: #e8e5e1;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 31%;
	padding: 20px;
	float: right;
}


.samples_sub_left {
	width: 35%;
   	float: left;
}

.samples_sub_right {
	text-align: center;
	width: 20%;
	float: right;
}

.samples_sub_right2 {
	text-align: center;
	width: 55%;
	float: right;
}

.samples_sub_center {
	margin-left: 30%;
 	margin-right: 26%;	

 }

.center  {
	clear: both;
	padding: 10px;
	text-align: left;
 }

.links  {
	clear: both;
	padding: 20px;
	text-align: center;
 }

.arrow  {
	clear: both;
	padding: 10px;
	text-align: left;
 }

.sample {
	width: 97%;
	padding: 10px;
	border-top: 1px #76333A  solid;
	float: left;
 }

.more_samples {
	width: 97%;
	padding: 10px;
	border-top: 1px #76333A  solid;
	text-align: right;
	float: left;
 }

.more {
	width: 97%;
	padding: 10px;
	text-align: right;
	float: left;
 }

.video  {
	clear: both;
	padding-bottom: 20px;
	text-align: left;
 }

.thumbnail {
	float: left;
	margin-right: 5px;
 	margin-top: 10px;
	margin-bottom: 5px;
 }

.calendar {
	padding: 20px;
	border-top: 1px #dbd4d0  solid;
	float: left; 
}


.left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
	background-color: #ded8d4; 
}


.music_right {
	background-image: url(images/music_graphics.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}


.hd {
	position:  relative;
	left: 460px;
	top: 98px;
	font-size: 0.9em;
	margin-bottom: 20px;
	color: #6a272e;
}

.please_be_patient {
	position:  relative;
	left: 120px;
	top: 200px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #b6bb64;
}


.serving {
	position:  relative;
	top: 200px;
}


#footer {
	font-size: 0.9em;
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #dbd4d0;
}

.v_spacer10 {
	clear: both;
	padding: 10px;
	border-top: 1px #ffffff solid;
}

.separator {
	clear: both;
	height: 10px;
}

.learn {
	
	font-size: 0.8em;
}

p.accent {
	background-color: #ffffff;
	border: 1px dotted #666666;
	font-size: 0.9em;
	text-align: center;
	margin: 1em;
	padding: .75em;
}

p.dotted_border {
	border: 1px dotted #666666;
	font-size: 0.9em;
	text-align: center;
	margin: 1em;
	padding: .75em;
}

p.chdwf {
	border-bottom: 2px solid #666666;
	color: #666666;
	font-size: 1em;
	text-align: center;
	margin: 2em;
	padding: .75em;
}

ol.accent {
	margin: 1em;
	padding: 0.5em;
}

ul.accent {
	margin-left: 1em;
	padding: 0.5em;
}


span.bigletter {
	float: left;
	width: 0.7em;
	font-size: 400%;
	font-family: courier;
	line-height: 80%;
	color: #76333A;
}

span.biggerletter {
	width: 0.7em;
	line-height: 75%;
	font-size: 125%;
	font-family: courier;
	color: #a00000;
}

span.bold {
	font-weight: bold; 
}

span.italic {
	font-style: italic;
	color: #666666; }

span.name {
	font-weight: bold;
	color: #76333A; 
}

span.smaller {
	font-size: smaller;
	margin: 1em;
}

span.album {
	color: #76333A;
	font-style: italic;
 }

span.red {
	color: #ff0000; 
}

p {
	margin-bottom: 15px;
    	margin-top: 0px;
}

.ingress {
	margin-bottom: 15px;
    	margin-top: 10px;
}
	
.sign_up {
	font-weight: bold;
	color: #66ffcc;
}

span.big_italic {
	font-size: 1.3em;
	color: #76333A;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	
 }

h1 {
	font-size: 1.5em;
	color: #76333A;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.4em;
	color: #76333A;
	font-style: italic;
	font-weight: bold;
	border-bottom: 4px #666666 double;
	padding-bottom: 5px;
 }

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

h4 {
	font-size: 1.3em;
	color: #76333A;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	
 }

h5 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #76333A;
	font-style: italic;
	font-weight: bold;
}

h6 {
	font-size: 1.4em;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	border-bottom: 4px #666666 double;
	padding-bottom: 5px;
 }

a:link {
	color: #76333A;
	text-decoration: none;
	font-weight: bold;
 }     /* unvisited link */

a:visited {
	color: #76333A;
	font-weight: bold;
	text-decoration: none; 
}  /* visited link */

a:hover {
	color: #9f938b;
	text-decoration: none;
	font-weight: bold;
}   /* mouse over link */

a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
 }   /* selected link */

img.yt {
	float: left;
	margin: 0;
  	padding: 0;
}

img.qt {
	float: left;
 	margin-right: 15px;
	padding: 0;
}


img.float_left {
	float: left;
 	margin-right: 15px;
}

img.float_right {
	float: right;
 	margin-left: 15px;
}

img.float_right_nm {
	float: right;
}

.contract {
	margin-left: 25px;

}

.contract a:link {
	display: block;
	padding: 10px;
	width: 100%;
	color: #666666;
	background-image: url(images/contract.gif);
	background-repeat: no-repeat;
	text-indent: 30px; 
}

.contract a:hover {
	display: block;
	padding: 10px;
	width: 100%;
	color: #76333a;
	background-image: url(images/contract_pen.gif);
	background-repeat: no-repeat;
	text-indent: 30px; 
}

.contract a:active {
	display: block;
	padding: 10px;
	width: 100%;
	color: #dbd4d0;
	text-indent: 30px;
	background-image: url(images/contract.gif);
	background-repeat: no-repeat; 
}


.photo_pricing {
	width: 30em;
	background-color: #e5e0dc;
	border-left: 1px solid #dbd4d0;
	border-right: 1px solid #dbd4d0;
	border-bottom: 4px solid #dbd4d0;
	padding: 15px;
}

.photo_package {
	background-color: #dbd4d0;
	border-top: 6px double #666666;
	border-right: 1px solid #666666;
	border-bottom: 4px solid #666666;
	border-left: 1px solid #666666;
	width: 50%;
	padding: 30px;
	float: left;
	text-align: left;
	margin-left: 50px;
	
}

/******************** Not in use from here ******************
.samplesnavbar {
	background-color: #e5e0dc;
	border-left: 1px solid #dbd4d0;
	border-right: 1px solid #dbd4d0;
	border-bottom: 4px solid #dbd4d0;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 15px;
	float: right; 
}

.samplesnavbar a {
	display: block;
	padding: 0.3em;
	width: 19em;
	border-bottom: 1px solid #76333a;
	text-decoration: none;
	text-align: left;
	margin-left: 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #666666;
}

.samplesnavbar a:hover {
	color: #76333a;
}

.samplesnavbar a:active {
	color: #dbd4d0;
}
***************** Not in use before here ************************/

