body{
	background-color: #bec3cc;
border: none;
font: 75% Verdana, Arial, Helvetica, sans-serif;
text-align: left;
margin: 0;
padding: 0;
}

#wrapper{
	background-color:white;
	margin:0 auto;
	border-right:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	width:900px;
}

#content{
	position:relative;
	margin:0;
	padding:0;
}

#content-secondary{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin:0;
	padding:0;
	width:175px;
}

#content-main{
	margin:0 175px 0 0;
	padding:0 1em 20px;
	height:100%;
	width:685px;
}

#top-container{ 
	padding:0;
	height:160px;
	width:685px;
}
	#topic-intro{
		display:inline;
		float:left;
		width:225px;
	}
	
	#index #flashALTcontent{
		position:relative;
		display:inline;
		float:none;
		margin:0;
		padding:0;
		width:450px;
	}



/* this is where the bullshit lags */

#bottom-container{
	margin:0;
	padding:0;
	width:685px;
}

#left-column{
	display:inline;
	float:left;
	margin:0;
	width:450px;
}

#right-column{
	display:inline;
	float:right;	
	margin:0;
	width:225px;
}

/*
.twoColumns{ 
margin: 0;
padding: 0;
width: 480px;
float: left;
}
*/