/* CSS Document-BASIC LAYOUT ELEMENTS */
body {  
	background-color: #cccc99; 
}
#container { 
	width: 800px;
	height: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../graphics/mainback.gif);
	background-repeat: repeat-y;
	padding: 0;
}
div { 
	margin: 0;
	padding: 0;  
}
div.speaker {
	clear: left;
}
#header {
	position: relative;
	width: 800px; 
	float: left; 
}	
#main-holder {
	position: relative;
	width: 600px; 
	float: left;
}
#sidebar { 
	width: 200px;
	height: auto; 
	float: right;
	text-align: center;
}
#main {
	width: 440px;
	float: right;
	text-align: center;  
}
#navigation {
	width: 160px;
	height: auto; 
	float: left;
	margin-left: -15px;
	text-align: left;
}
#footer {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
}

