body {
	font-family: "Times New Roman", Times, serif;
	font-size: 82%;
	margin: 0px;
	padding: 0px;
	background-color: #757947;
	color: #696c37;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images_slices/slice_ptrn.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e5c58d;
	border-bottom-color: #e5c58d;
	border-left-color: #e5c58d;
}
#container {
	background-image: url(images_slices/slice_grad.jpg);
	background-repeat: repeat-x;
}
/*Header Div - Image Collage and Heading Title*/
#container #header img {
	visibility: hidden;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 24px;
	display: none;
}
#header h1 {
	visibility: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0px;
}
#header {
	background-image: url(images_slices/bg_header220.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
}
/*Main and Mainghome divs for center content area*/
#mainhome {
	width: 501px;
	margin-right: 24px;
	margin-left: 24px;
	padding-right: 199px;
	padding-left: 200px;
	background-color: #f4ecd1;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #e5c58d;
	height: 337px;
}
#mainhome h1 {
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 7px;
}
#main h2 , #mainhome h2{
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 9px;
	text-align: justify;
}
/*This determines link color within the main content area*/
#main h2 a , #main p a{
	font-weight: bold;
	color: #696C37;
}
/*This determines the hover state of the links within the main content area*/
#main h2 a:hover , #main p a:hover{
	color: #5D2B27;
}
#mainhome h3 {
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 7px;
	margin-top: 20px;
}
#mainhome p {
	line-height: 1.3em;
	margin-bottom: 9px;
	margin-top: 0px;
}
#mainhome ul {
	padding-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 4px;
	margin-left: 4px;
	list-style-image: url(images_slices/list_note.gif);
}
#mainhome ul li {
	line-height: 1.4em;
	margin-bottom: 7px;
}
#main {
	background-color: #f4ecd1;
	margin-right: 24px;
	margin-left: 24px;
	padding-left: 180px;
	border: 1px solid #e5c58d;
	padding-right: 20px;
}
#main h1 {
	font-style: italic;
	margin-top: 20px;
}
/*The follwing link rule does not use an underline or a hover change because of the large size of the text*/
#main h1 a {
	color: #696C37;
	text-decoration: none;
}
#main h3 a , #mainhome h3 a{
	color: #696C37;
}
#main h3 a:hover , #mainhome h3 a:hover{
	color: #5d2b27;
}
#main p {
	text-align: justify;
}
#main img {
	border: 2px solid #FFF;
}
#main #FLVPlayer   {
	float: right;
	margin-top: 24px;
	margin-bottom: 0px;
	width: 328px;
	margin-left: 8px;
}
#main #FLVPlayer1 {
	float: right;
	margin-top: 7px;
    width: 328px;
}
/*Left Sidebar Navigation*/
#nav {
	background-color: #FFF;
	width: 149px;
	position: absolute;
	left: 27px;
	top: 225px;
	border: 1px solid #e5c58d;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	height: 378px;
}
#navhome {
	background-color: #FFF;
	width: 149px;
	position: absolute;
	left: 27px;
	top: 225px;
	border: 1px solid #e5c58d;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	height: 353px;
}
#nav ul , #navhome ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 149px;
}
#nav ul li, #navhome ul li {
	text-align: center;
	margin-bottom: 1px;
	position: relative;
}
#nav ul li a ,#navhome ul li a   {
	background-image: url(images_slices/bg_nav_btn.jpg);
	background-position: 0px 0px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #696c37;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #d2ae70;
}
#nav ul li a:hover, #navhome ul li a:hover {
	background-image: url(images_slices/bg_nav_btn.jpg);
	background-position: 0px 25px;
	color: #5d2b27;
	text-decoration: none;
}
#nav ul li ul , #navhome ul li ul{
	display: none;
	position: absolute;
	left: 148px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2ae70;
}
#nav ul li:hover ul, #navhome ul li:hover ul , #nav ul li.over ul, #navhome ul li.over ul{
	display: block;
}
#nav ul li ul li, #navhome ul li ul li {
	margin-bottom: 0px;
}
#nav ul li ul li a ,#navhome ul li ul li a   {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #696C37;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d2ae70;
	border-right-color: #d2ae70;
	border-left-color: #d2ae70;
	background-image: url(images_slices/bg_nav_btn.jpg);
	background-position: 0px 0px;
	width: 149px;
}
#nav ul li ul li a:hover, #navhome ul li ul li a:hover {
	color: #5d2b27;
	background-image: url(images_slices/bg_nav_btn.jpg);
	background-position: 0px 25px;
}
#nav img, #navhome img {
	border: 1px solid #909160;
	margin-top: 0px;
}
/*Breadcrumb Trail*/
#breadcrumb {
	position: absolute;
	left: 410px;
	top: 225px;
	height: 16px;
	width: 500px;
}
#breadcrumb p {
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	color: #5d2b27;
	margin: 0px;
}
#breadcrumb a {
	color: #5D2B27;
}
#breadcrumb a:hover {
	font-weight: bold;
}
#container #breadcrumb a #ImageJoin {
	display: inline;
	padding-left: 5px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Right Sidebar for Home Page*/
#rightside {
	width: 154px;
	background-color: #FFF;
	position: absolute;
	left: 766px;
	top: 225px;
	border: 1px solid #e5c58d;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	height: 353px;
}
#mainhome #rightside h2 {
	color: #5d2b27;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5C58D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(images_slices/bg_rtSide.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#mainhome #rightside h2 a {
	color: #5d2b27;
	display: block;
	text-decoration: none;
}
#mainhome #rightside h2 a:hover {
	color: #696C37;
	text-decoration: none;
}
#rightside h3 {
	font-size: 1em;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	color: #696C37;
}
#mainhome #rightside h3.noitalics {
	font-style: normal;
}
#rightside p {
	margin-bottom: 4px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #5d2b27;
	margin-right: 2px;
	margin-left: 2px;
}
#mainhome #rightside p.biggertxt {
	font-size: 1em;
	font-weight: bold;
}
#rightside a {
	font-weight: bold;
	color: #696C37;
}
#rightside a:hover {
	text-decoration: underline;
	color: #5d2b27;
}
/*Footer*/
#container #footer {
	font-size: 0.7em;
	color: #f4ecd1;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#container #footer a {
	color: #f4ecd1;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#container #footer a:hover {
	color: #dcb375;
	text-decoration: none;
}
#container a:hover {
	color: #696c37;
	text-decoration: underline;
}
#main #clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 3px;
	width: 600px;
}
#calendar tr th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696C37;
	color: #FFF;
	background-color: #909160;
}
#calendar tr td a {
	color: #696C37;
}
#calendar tr td a:hover {
	color: #5d2b27;
}
#calendar tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5C58D;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	vertical-align: top;
	text-align: justify;
}
#container #main div .chart {
	margin-bottom: 5px;
	border: 1px solid #909160;
}
#container #main div .chart tr td {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #909160;
	padding-right: 5px;
	padding-left: 5px;
}
#container #main div .chart tr th {
	padding: 4px;
}


/*Classes - Some classes defined with specific selectors in order to work properly in all browsers*/
/*Assigned background color for main level left navigation to specify active page - not to be used for second level flyouts*/
#nav ul li a.bgactive{
	background-image: url(images_slices/bg_nav_btn.jpg);
	background-position: 0px 25px;
	color: #5d2b27;
}
/*Assigns specific div are blocks on the music page to contain one thumbnail image, one h4 title and one music player object*/
#main .music {
	float: left;
	height: 126px;
	width: 335px;
	padding-left: 10px;
}
/*Assigns margin, padding, font size to h4 tag specific to music divs*/
#main .music h4 {
	margin: 0px;
	padding-bottom: 4px;
	padding-top: 6px;
	font-size: .9em;
}
/*Removes margin and padding from Flash music player object*/
#main .music object {
	margin: 0px;
	padding: 0px;
}


/*Assigns attributes to h2 title specific to main text box on the upper left area of the Photo Gallery page*/
#main .gallerylft h2 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.2em;
}
/*Used to divide top and bottom floated photo gallery divs and to replace the negative margin space necessary for the upper gallery divs */
#main p.divide {
	display: block;
	height: 15px;
	width: 600px;
	clear: both;
}
/*The follwing two rules pad the left and right side of the jump links and compensate for the offset of the div itself*/
#main .jumps {
	margin-left: -5px;
}
#main .jumps h2 a , #main .jumps h3 a{
	padding-right: 5px;
	padding-left: 5px;
}
/*The following two rules wrap each section of content with the corresponding image and removes the margin of the contained h1 tag*/
#main .community {
	height: 125px;
	margin-bottom: 10px;
}
#main .community h1 {
	margin-top: 0px;
}
#main .community p {
	text-align: justify;
}
#main .masters h2  {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
}
#main .masters p  {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 0px;
}
#main .masters  {
	float: left;
	width: 330px;
	height: 100px;
}
#main #webmasters  {
	height: 390px;
}

/*Can be assigned anywhere you want text to appear at .9em or 90 percent of a specific tag, particularly useful when placed within a span tag*/
.smalltext {
	font-size: .9em;
}
/*Applied to all main images that appear on the upper right area of a secondary page*/
.imagepage {
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	width: 160px;
}
/*Applied to div wrappers on the right side of the gallery page to assign height, width, margins, padding, float attribute and text alignment*/
.galleryrt {
	float: left;
	text-align: right;
	height: 178px;
	width: 330px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: -25px;
	margin-bottom: 0px;
}
/*Applied to div wrappers on the right side of the gallery page to assign height, width, margins, padding, float attribute and text alignment*/
.gallerylft {
	float: left;
	text-align: left;
	height: 178px;
	width: 330px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*Applied to the image within the galleryrt div to float the image right and give a margin buffer left*/
.galleryimgrt {
	float: right;
	margin-left: 10px;
	width: 160px;
	margin-bottom: 3px;
}
/*Applied to the image within the gallerylft div to float the image left and give a margin buffer right*/
.galleryimglft {
	float: left;
	margin-right: 10px;
	width: 160px;
	margin-bottom: 3px;
}
/*Used for the description paragraph with the photo gallery dives to clear the images*/
p.clearImage {
	clear: both;
	text-align: justify;
}

/*Applied to a horizontal image within the music div containing a single track music player*/
.horizonmusic1 {
	margin-top: 9px;
	margin-right: 20px;
	float: right;
	width: 110px;
}

/*Applied to a horizontal image appearing on the left side of the page next to the naigaton div within the music div containing a single track music player*/
.horizonmusic1l {
	float: left;
	margin-top: 9px;
	margin-right: 10px;
	margin-left: -10px;
	width: 110px;
}

/*Applied to a horizontal image within the music div containing a multiple track music player*/
.horizonmusic2 {
	margin-top: 25px;
	margin-right: 20px;
	float: right;
	width: 110px;
}

/*Applied to a horizontal image appearing on the left side of the page next to the naigaton div within the music div containing a multiple track music player*/
.horizonmusic2l {
	float: left;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: -10px;
	width: 110px;
}

/*Applied to a vertical image within the music div containing a single track music player*/
.verticmusic1 {
	margin-top: 0px;
	margin-right: 50px;
	float: right;
	width: 80px;
}

/*Applied to a vertical image appearing on the left side of the page next to the naigaton div within the music div containing a single track music player*/
.verticmusic1l {
	float: left;
	margin-right: 25px;
	margin-left: 5px;
	margin-top: 0px;
	width: 80px;
}

/*Applied to a vertical image within the music div containing a multiple track music player*/
.verticmusic2 {
	margin-top: 7px;
	margin-right: 50px;
	float: right;
	width: 80px;
}

/*Applied to a vertical image appearing on the left side of the page next to the naigaton div within the music div containing a multiple track music player*/
.verticmusic2l {
	float: left;
	margin-right: 25px;
	margin-left: 5px;
	margin-top: 7px;
	width: 80px;
}

.clear {
	clear: both;
	height: 3px;
	width: 600px;
}



#container #main #communIntro h2 {
	margin-top: 0px;
}
#container #main #communIntro h3 {
	margin-bottom: 4px;
}
#container #main #jamsDance {
	margin-top: -10px;
}
#container #main #jamsDance h3 {
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #main #jamsDance p {
	margin-top: -5px;
}
#container #main #jamsDance h1 {
	margin-top: 5px;
}
#main p.looklisten {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*Hacks*/

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left;
	width: 149px;}
* html ul li a { height: 1%; }
