body {
	background:#ececec;
	}

#content {
	background-color:#fff;
	width:700px;
	height:400px;
	margin:50px;
	padding:50px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	border:1px dashed #808080;
	font-family:Futura, sans-serif;
	}

#left-content {
	margin-left:50px;
	float:left;
	width:450px;
	text-transform:uppercase;
	}

#subhead {
	position:relative; 
	top:10px;
	color:#898989;
	}

#text {
	position:relative;
	margin-top:40px;
	font-size:12pt;
	}
	
#contact {
	position:relative;
	float:right;
	margin-top:40px;
	width:25%;
	font-size:10pt;
	}

.paragraph {
	text-transform:none;
	color:#555;
	}
	
.images {
	position:relative; top:-25px;
	margin:10px;
	clear:right;
	float:right;
	border:1px solid #898989;
	}
	
a:link {color:#df0024;}
a:visited {color:#555;}
a:hover {color:#fff;}