@import url(section.css);
html, body {
	height: 100%;
	background: #000;
	/*overflow: hidden;	*/
}
body {
	padding: 0;
	margin: 0;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
	/*overflow: hidden;*/
}
A:link,
A:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	/*position: relative;*/
}
A:hover {
	color: #ff9933;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.bg {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	/*
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	*/
}

#flashdiv {
	background: #0a3853;
    text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
    z-index: 0;
}
/* BG SAFARI HACK FLASH */
.bgSafari {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#main {
	background: url(/image/header.png) repeat-x;
	position: relative;
	min-height: 100%;
	z-index: 1;
}
	* html #template {
		height: 100%;
	}
#page {
	position: relative;
	width: 1000px;
	margin: 0px auto;
}
#header {
	width: 100%;
	height: 55px;
}
H1#location {
	background: url(/image/blue.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 248px;
    height: 30px;
    padding: 20px 10px 0px 20px;
    margin: auto;
	font: normal 14px "Trebuchet MS", Georgia;
    color: #FFFFFF;
}
	H1#location A {
		font: normal 14px "Trebuchet MS", Georgia;
		color: #FFFFFF;
		text-decoration: none;
	}
	H1#location A:hover {
		text-decoration: underline;
	}
#content {
	width: 1000px;
	margin: auto;
}
#logo {
    background: url(/image/logo.png) no-repeat !important;
    background: none; /* IE 6.0 */;
    top: 20px;
    right: 0px;
    position: absolute;
    z-index: 10;
    width: 290px;
    height: 200px;
    overflow: visible;
}
	#logo A {
		display: block;
	    width: 290px;
	    height: 200px;
	}
	#logo A SPAN {
		display: none;
	}
#credits {
    top: 5px;
    right: 180px;
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 15px;
    overflow: visible;
}
	#credits A {
		font: normal 11px "Trebuchet MS", Georgia;
		color: #FFF;
		text-decoration: none;
	}
	#credits A:hover {
		text-decoration: underline;
	}
#lang {
    top: 5px;
    right: 0px;
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 15px;
    overflow: visible;
	text-align: right;
}
	#lang A {
		font: normal 11px "Trebuchet MS", Georgia;
		color: #FFF;
		text-decoration: none;
	}
	#lang A:hover {
		text-decoration: underline;
	}
#audio {
    top: 20px;
    left: 290px;
    position: absolute;
    z-index: 10;
    width: 70px;
    height: 14px;
    overflow: visible;
}
	#audio A {
		display: block;
	    width: 70px;
	    height: 14px;
		outline: none;
	}
	#audio A SPAN {
		display: none;
	}	
	#audio A.on {
		background: url(/image/audioOn.gif) no-repeat;
	}
	#audio A.off {
		background: url(/image/audioOff.gif) no-repeat;
	}
	
#facebook {
    top: 15px;
    left: 370px;
    position: absolute;
    z-index: 10;
    width: 380px;
    height: 24px;
    overflow: visible;
}

#shoulderSx {
	position: relative;
	width: 200px;
	float: left;
	margin: 0px auto;
}
#swf {
	position: absolute;
	bottom: 76px;
	width: 100%;
	height: 215px;
	text-align: center;
}
#footer {
	background: url(/image/footer.png) repeat-x;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 86px;
}
#footerBox {
	width: 980px;
	height: 40px;
	padding: 20px 10px 0px 10px;
	margin: 15px auto 0px auto;
}
    #footerBox .copy {
        padding: 0px;
        margin: 0px;
        float: left;
		color: #FFF;
    }
    #footerBox UL {
        padding: 0px;
        margin: 0px;
        float: right;
    }
        #footerBox UL LI {
            list-style: none;
            padding: 0px 0px 0px 10px;
            margin: 0px;
            display: inline;
            float: left;
        }
        #footerBox UL LI A:link,
        #footerBox UL LI A:visited {
            font: normal 16px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
			/*letter-spacing: -1px;*/
			text-transform: capitalize;
            color: #96aed5;
            text-decoration: none;
        }
        #footerBox UL LI A:hover {
            color: #FFF;
            text-decoration: underline;
        }



