div#container {
	width: 100%;
	position: relative;
	margin:0 auto;
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
}
#lalogo {
		padding-top:35px;
}
#bears {
	position:absolute;
	top:50px;
	left:730px;
}
#navigation {
	position:absolute;
	width:600px;
	height:50px;
	top:200px;
	margin-left:40px;
	vertical-align: center;
	text-align: center;
}
#sidecontent {
		position:absolute;
		width:200px;
		height:500px; /*was 400px*/
		top:230px;
		left:680px;
		padding:10px;
}
#copy {
	width: 550px;
	position:absolute;
	margin-left:60px;
	background-color: #FFFFFF;
	top:250px;
}
#botnav {
	width: 500px;
	position:relative; /*was absolute*/
	margin-left:170px;
	top:580px; /*was 680*/
}	
#seperator {
	clear:both;
	position:absolute;
	width:6px;
	top:225px;
	background-color:#CCCC99;
	left:655px;
	height:520px;/*was 420*/
}
#footer {
		width:860px;
		position:absolute;
		/*position:relative;*/
		height:40px;
		top:800px;/*was 700*/
		margin-left:40px;
		background-color:#CCCC99;
}
#copyright {
	float:left;
	color: #000000;
	margin-left:10px;
	margin-top:10px;
}
#designby {
	float:right;
	color:#000000;
	margin-right:10px;
	margin-top:10px;
}
.special a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.special a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.special a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.special a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

