
/* ------------------------------  effects  ---------------------------- */

.selectRoll a { 
	float: left; width: 500px; height: 53px; color: white; 
	margin-bottom: 2px; text-decoration: none; background-color: #5b0e16;
}

.selectRoll a:hover { background-color: #b31b2a; color: #999999; text-decoration: underline; } 

.selectRoll a:active { background-color: #5b0e16; color: white; }

/* ------------------------------  layout  ----------------------------- */

#termsContainer {
	position: absolute; left: 21px; top: 266px; width: 768px; 
	overflow: auto;
	background: url('../img/terms/back-mid.gif');
}

#termsContent {
	width: 700px; overflow: auto; 
	padding: 63px 32px 20px 32px;
	background: url('../img/terms/back-top.jpg') no-repeat;	
}

#termsBot {
	float: left; width: 768px; height: 31px;
	background: url('../img/terms/back-bot.gif') no-repeat;
}

.termsLeftCol {
	float: left; width: 302px;
	padding: 16px 0px 0px 16px; 
}

.termsRightCol {
	float: right; width: 396px; 
	padding-top: 16px; 
}

#footerContainer {
	width: 768px; padding-top: 28px; height: 90px; 
	background: url('../img/generic/footer-grad.jpg') no-repeat;
	background-position: 0px 14px;	
	background-color: #383838;
}



