Body {
	padding:0;
	margin:0;
	background-color:#300;
	repeat:none;
}

a:link {
	color:#600;
}

a:active {
	color:#996;
}

a:visited {
	color:#600;
}

a:hover {
	color:#996;
}

#TopLeftIcon {
	position:relative;
	left: 650px;
	top: -348px;
	width:250px;
	z-index:100;
}

#Container {
	width: 810px;
	/* height: 900px;  This is temporary */
	margin-left:auto;
	margin-right:auto;

	
}
#TopCenterBar {
	height:30px;
	position:relative;
	top: 0px;
	
	
}

#TitleImage {
	height:200px;
	background-color:#FFF;
	position:relative;
	top: 0px;	
	padding:0;
	margin:0;
	
}




#MainContent {
	background-color:#FFF;
	position:relative;
	top: -40px;
	margin:0px;
	height:auto;
	padding: 10px;
	
}

#navBar {
	background-color:#FFF;
	position:relative;
	top: 0px;
	padding:0px;
	margin:0px;
	height:40px;
	
	
}

#navLinks {
	display:block;
	display:inline;
	font-size:18px;


	
}

#navLinks a:link {
color: #000000;
background-color: #cccc99;
text-decoration: none;
padding: 10px;
position:relative;
top:10px;


}

#navLinks a:active {
color: #000000;
background: #cccc99;
text-decoration: none;
padding: 10px;
position:relative;
top:10px;
}

#navLinks a:visited {
color: #333333;
background: #cccc99;
text-decoration: none;
padding: 10px;
position:relative;
top:10px;
}

#navLinks a:hover {
color: #eeeeee;
background: #333333;
border:1px solid #000000;
text-decoration: none;
padding: 10px;
position:relative;
top:10px;
}

#SocialLinks {
	position:relative;
	right: -545px;
	top:-37px;
	height:40px;
	width: 270px;
	}
	


#ListenLinks {
	background-color:#fff;
}

#footer {
	background-color:#fff;
	position:relative;
	top: -55px;
	bottom:auto;
	font-size:12px;
}

#BottomBar {
	position:relative;
	top: -70px;
	bottom:auto;
}


img {
	border:0px;
}

