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 179px;
	padding:0 1em 20px;
	height:100%;
	width:506px;
}

#nav-container{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:179px;
}

#left-column{
	display:inline;
	float:left;
	margin:0;
	width:450px;
}

#right-column{
	display:inline;
	float:right;	
	margin:0;
	width:225px;
}

.lefty{
	margin-right:5px;
	float:left;
	clear:right;
}
.righty{
	margin-left:5px;
	float:right;
	clear:left;
}
