#marketing { 
	margin: 0 240px 0 0; 
    height: 550px; 
    border: 1px solid #CD000F ; 
    background: #CD000F url(../img/covers.jpg) no-repeat scroll -140px 0;
}

.copy { 
	color: white; 
    float: right;
    padding-right: 15px;
    width: 350px; 
}

.copy li { margin-bottom: 2em; }

.copy a { text-decoration: none; }

#homepage_signin {
	float:right;
	font-family: sans;
	font-size:   14;
	
	color: rgb( 237, 0, 0 );
	background-color: rgb( 240, 240, 240 ); 
	
	border: 1px dotted rgb( 237, 209, 209 ); 
	margin: 20 30 0 0;
	padding: 5 5 5 5;
	vertical-align:top;
	align:right; 
}


