/*main page styles: body, containers, and content panes */

body {
    background: #000000;
    height: 100%;
	color: #ffffff;
    }

#container {
    background-image: url("images/eclecticist-bg2.jpg");
    width: 1100px;
    height: 800px;
    border: 5px solid #ffffff;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;	
    }

#containermain {
    background-image: url("images/eclecticist-bg.jpg");
    width: 1100px;
    height: 800px;
    border: 5px solid #ffffff;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;	
    }	

#menu {
	width: 1100px;
    height: 75px;
    }
	
#gmenu {
	position: relative;
	left: 0px;
	bottom: 0px;
	float: left;
	width: 150px;
	height: 725px;
	}


#content {
	line-height: 20px;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
	width: 1100px;
    height: 725px;
    }

#gallery {
    color: #ffffff;
    line-height: 18px;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    width: 1100px;
    height: 725px;
    }
	
#cont {
	width: 1000px;
	height: 625px;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	margin-top: 40px;
	margin-left: 45px;
	margin-right: 45px;
	}
	
#greeting{
	width: 420px;
	margin-left: 340px;
	margin-right: 340px;
	margin-top: 45px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
	
#info {
	width: 340px;
	margin-left: 380px;
	margin-right: 380px;
	margin-top: 48px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* Simple Viewer */
/* hide from ie on mac \*/
#flashcontent {
	position: relative;
	right: 0px;
	bottom: 0px;
	float: right;
	height: 725px;
	width: 950px;
    }
/* end hide */

#footer {
    padding-top: 5px;
    }

#copyright {
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    }

#splashbox {
    background-color: #ffffff;
        border: 1px solid #333333;
    padding: 5px;
    }

#splash {
    background-color: #c4c4ce;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    width: 800px;
    }

/* link styles */

a {
    color: #ffffff;
    border: 0px;
    }

a:link {
    color: #ffffff;
    border: 0px;
    }

a:visited {
    color: #ffffff;
    border: 0px;
    }

a:active {
    color: #666666;
    border: 0px;
    }

a:hover {
    color: #d72a08;
    text-decoration: underline;
    border: 0px;
    }

/* content styles */

p.indent {
    text-align: left;
    text-indent: 20px;
    }

ul {
    line-height: 150%;
    margin-left: 0px;
    padding-left: 15px;
    }

hr {
    border: 0;
    height: 1px;
    width: 100%;
    color: #000000;
    background-color: #000000;
    }

h2 {
    font-weight: bold;
    font-size: 13px;
    font-variant: small-caps;
    }

h3 {
    font-weight: bold;
    font-size: 18px;
    }

table.main {
		text-align: center;
		}
	
table.music {
	margin-top: 105px;
	}
	
td.divider {
	width: 30px;
	}
	
td.img {
	width: 462px;
	height: 462px;
	}
	
/* image & gallery styles */

img.framed {
    background-color: #ffffff;
        border: 1px solid #000000;
    padding: 5px;
    }

img.brdr {
    border: 1px solid #000000;
    }

