#container
{
    text-align: center;
    position:relative;
    top:15px;
}

#content
{
	width:900px;
	height:600px;
	margin: 0 auto;
    position:relative;
    z-index: 1;
    background-color: #ffffff;
    border: 1px solid black;
}

#menu
{
    width:900px;
    height:54px;
    margin: 0 auto;
    background-color: #000000;
    position:relative;
    top:0px;
    z-index: 2;
    border: 1px solid black;
}

#footer
{
    width:900px;
    margin: 0 auto;
    text-align: left;
    position:relative;
    top:2px;
}

#footer-text
{
    float:left;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999999;  	
}

#footer-music
{
    float:right;
    white-space: nowrap;
}

#tabs
{
    height:500px;
}

.text-page
{
    background-color:#eee; 
    height:600px;
}

.text-content
{
    text-align:left;
    font-family:'Open Sans', sans-serif; 
    font-size:13px; 
    padding: 10 20 10 20;
    height:580px;
    overflow: auto;
}

.text-content-noscroll
{
    text-align:left;
    font-family:'Open Sans', sans-serif; 
    font-size:13px; 
    padding: 10 20 10 20;
    height:580px;
    overflow: hidden;
}

.scroll-pane
{
    width:810px;
    height:410px;
    overflow:auto;
}

a
{
	color: #68b4e8;
	text-decoration: none;
	outline: none;
}

img
{
	border: 0;
	outline: none;
}

a:hover
{
	color: #68b4e8;
	text-decoration: underline;
	outline: none;
}

a:active
{
	outline: none;
}

a.legal
{
    color: #68b4e8;
	text-decoration: none;
	outline: none;
}

a.legal:hover
{
	color: #68b4e8;
	text-decoration: underline;
	outline: none;
}

body
{
	background-color: #fcfcfc;
}

#formTable td
{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333333;  	
}

#formTable td.required
{
	color: orange;  	
}

.footer
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999999;  	
}

.about-quote
{
    color: #68b4e8;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
}

.about-attrib
{
    color: #68b4e8;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
    float: right;
}
