html,body { margin: 0; padding: 0; height: 100%; }

body {
	background-color:#FD3B53;
	color:#6D6D6D;
	font-family:helvetica,arial,sans;
	font-size:11px;
	line-height: 15px;
	margin:9px 10px 0px 0px;
}

p {
	margin:0px 0px 15px 0px;
}

img {
	border: 0px;
}

#about-staff p.highlight {
	padding-top:15px;
}


#about-press p.highlight {
	margin-top: -10px;
	margin-left: 15px;
}

#partners_list .imageContainer {
	width: 231px;
	text-align:center;
        margin-bottom: 6px;
}

#partners_list p {
	margin:0;
	padding:0;
}



	
	#container {
		position: relative;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	#contents {
		position: relative;
		width:970px;
	}
	
	#nav {
		position: relative;
		width:210px;
		float:left;
	}
	
	#section {
		position: relative;
		width:740px;
		background: #ffffff;
		float:left;
		padding: 20px 0px 10px 20px;
	}
	
	.spacer {
		position: relative;
		width:970px;
		height:10px;
		line-height:10px;
		font-size:6px;
	}
	
	.singleColumn {
		position: relative;
		width: 235px;
		margin: 0px 7px 0px 0px;
		float:left;
	}
	
	.singleColumnInner {
		position: relative;
		width: 235px;
		margin: 0px 0px 0px 0px;
		float:left;
	}
	
	.doubleColumn {
		position: relative;
		width: 484px;
		margin: 0px 0px 0px 0px;
		float:left;
	}
	
	.doubleColumnInner {
		position: relative;
		width: 477px;
		margin: 0px 0px 0px 0px;
		float:left;
	}
	
	.tripleColumn {
		position: relative;
		width: 730px;
		margin: 0px 0px 0px 0px;
		float:left;
	}
	
	.atAGlanceBox {
		position: relative;
		width: 221px;
		height: 170px;
		padding: 7px;
		background-color: #EFEFEF;
	}
	
	.textContainer {
		padding: 7px 7px 8px 7px;
	}
	
	.headline {
		font-family: georgia, serif;
		font-size: 16px;
		line-height: 20px;
	}
	
	#footer {
		padding-top:10px;
		font-size: 10px;
		line-height: 14px;
	}
	
	.contactBox {
		position:relative;
		float:right;
		padding: 7px 7px 7px 12px;
	}
	
	.contactBoxInner {
		position:relative;
		width:205px;
		margin:0px;
		padding: 14px 15px 18px 15px;
		font-size: 10px;
		line-height: 12px;
		background-color:#efefef;
	}
	
	.sectionNavHeader {
		position:relative;
		height:22px;
		padding:7px 7px 0px 7px;
		font-weight:bold;
	}
	
	.pressDate {
		position: relative;
		float:left;
		width:100px;
		padding-right:10px;
	}
	
	.pressEntry {
		position: relative;
		float:left;
		width:350px;
		padding-right:10px;
	}
	
	.eventDate {
		position: relative;
		float:left;
		width:80px;
		padding-right:10px;
		text-align:right;
	}
	
	.eventEntry {
		position: relative;
		float:left;
		width:250px;
		padding-right:10px;
	}
	
	.galleryThumb {
		position: relative;
		float:left;
		padding: 0px 10px 10px 0px;
	}
	
	.pink {
		color:#F90079;
	}
	
	.light_pink {
		color:#FF7FB2;
	}
	
	.rose {
		color:#FD3B53;
	}
	
	.light_rose {
		color:#FF7F6A;
	}
	
	.orange {
		color:#FF7500;
	}
	
	.light_orange {
		color:#FFA031;
	}
	
	.yellow {
		color:#FFC31B;
	}
	
	.light_yellow {
		color:#FCE359;
	}
	
	.green {
		color:#B7D600;
	}
	
	.light_green {
		color:#C4DE57;
	}
	
	.blue {
		color:#009ADF;
	}
	
	.light_blue {
		color:#00B8EF;
	}
	
	.light_grey {
		color: #EFEFEF;
	}
	
	.grey {
		color:#6D6D6D;
	}
	
	.dark_grey {
		color:#474747;
	}

	
	
	
.green a:link {
	color:#B7D600;
	text-decoration : none; 
}
.green a:visited {
	color:#B7D600;
	text-decoration : none; 
}
.green a:hover {
	color:#B7D600;
	text-decoration : underline; 
}

.grey a:link {
	color:#6D6D6D;
	text-decoration : none; 
}
.grey a:visited {
	color:#6D6D6D;
	text-decoration : none; 
}
.grey a:hover {
	color:#6D6D6D;
	text-decoration : underline; 
}

.blue a:link {
	color:#009ADF;
	text-decoration : none; 
}
.blue a:visited {
	color:#009ADF;
	text-decoration : none; 
}
.blue a:hover {
	color:#009ADF;
	text-decoration : underline; 
}

a:link {
	color:#243533;
	text-decoration : none; 
}
a:visited {
	color:#243533;
	text-decoration : none; 
}
a:hover {
	color:#243533;
	text-decoration : underline; 
}

