body {
	font-family:Arial, Helvetica, sans-serif;
	background:#cccccc url(../img/BodyBg.gif) left top repeat-x;
	color:#000;
	text-align:center;
}

p, li {
	font-size:76%;
	line-height:120%;
	margin-bottom:1em;
}

ol li {
	list-style-type:decimal;
	margin-left:2em;
}

.leftColumn {
	float:left; 
	width:220px;
}

.rightColumn {
	float:left; 
	width:400px;
}

.clear {
	clear:both;
}

#container {
	width:900px;
	margin:0 auto;
	text-align:center;
}

#header {
	width:900px;
	height:81px;
	background:transparent url(../img/sub_header.png) left top no-repeat;
	position:relative;
}

#mp3-container {
	border:1px solid #fff;
	width:150px;
	height:40px;
	position:absolute;
	right:150px;
	top:10px;
	color:#fff;
}

#menu-container {
	width:800px;
	height:45px;
	margin:0 auto;
	background:transparent url(../img/menu_bg.png) left top no-repeat;
}

#menu-container p, #menu-container marquee {
	width:85%;
	color:#fff200;
	line-height:230%;
}

#title-container {
	width:800px;
	height:132px;
	margin:0 auto;
	background:transparent url(../img/left_speaker.png) left top no-repeat;
	position:relative;
}

#skyscraper {
	position:absolute;
	right:-120px;
	width:150px;
	height:600px;
	background:#000 url(../img/lgc-side-bar.png) right top no-repeat;
}

#page-title {
	width:800px;
	height:67px;
	background:transparent url(../img/titler.png) 47px top no-repeat;
	text-align:left;
}

#page-title h1 {
	font-size:100%;
	font-weight:bold;
	text-align:center;
	width:200px;
	padding:8px 0 0 50px;
}



div#test_accordion {
	background-color:#000;
	padding:10px;
	margin-top:-70px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:730px;
	margin:0 auto;
}

div.accordion_toggle {
    position:relative; /* required for effect */
    z-index:10;		/* required for effect */
	background-color:#191919;
	color:#fff;
    cursor:pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #5d5852;	
	font-weight:bold;
	text-align:left
	;
}
div.accordion_toggle:hover, div.accordion_toggle_active {
	background-color:#fff200;
	color:#000;
	border-top:1px solid #a06b55;
}

div.accordion_content {
    overflow: hidden;	/* required for effect */
    background-color:#e8e7de;
	padding:9px 24px 6px 24px;
	color:#000;
	border-bottom:1px solid #000000;
	text-align:left;
}

.standard-form {
	font-size:76%;
	line-height:120%;
	vertical-align:top;
}

.text-input {
	width:180px;
}

.required {
	color:#CC0000;
	float:left;
	margin-left:-10px;
}

.label-container {
	float:left;
	width:180px;
}

.input-container {
	float:left;
	margin-bottom:1em;
}

