/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
	}

#wrapper-top {
	background: url(bg-top.png) top left no-repeat;
	float: left;
	height: 15px;
	width: 548px;
	}

#wrapper {
	background: url(bg-repeat.png) top left repeat-y;
	float: left;
	width: 548px;
	min-height: 719px;
	}
	
#wrapper-btm {
	background: url(bg-btm.png) top left no-repeat;
	float: left;
	height: 46px;
	width: 548px;
	}
	
#image-col {
	float: left;
	width: 230px;
	margin: 0 0 0 15px;
	}
	
#text-col {
	float: left;
	width: 260px;
	}
	
	#text-col p {
		padding-left: 20px;
		}

#secondaryImages {
	float: left;
	width: 548px;
	}
	
	#secondaryImages p {
		text-align: center;
		}

#projectSubBranding {
	padding-left: 14px;
	}
	
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-bottom: 8px;
	}
	
#image-col p {
	text-align: center;
	}
	
	#image-col p img {
		margin-bottom: 25px;
		}
		
#secondaryImages img {
	margin: 0 5px 0 12px;
	}