@charset "UTF-8";
/* CSS Document */




#contactcontainer{
	width:950px;
	height:551px;
	background:url(contact/images/contact.png) repeat-y;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#contactcolumn1{
	float:left;
	width:193px;
	height:475px;
	padding:35px 0 35px 80px;
	margin:0 370px 0 0;
}

#contactcolumn2{
	float:left;
	width:302px;
	height:475px;
	padding:35px 0 35px 40px;
	background:url(contact/images/jervoisstreet.png) no-repeat;
}

#contactcolumn2 p {
	padding:0px;
	text-align:center;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#56004e;
}

#contactcolumn2 img {
	margin:35px 0 0 40px;
}

#contactcolumn3{
	float:left;
	width:215px;
	height:475px;
	padding:35px 0 35px 40px;
}

.contactheading{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	margin:0 0 20px 0;
	font-size:42px;
	line-height:52px;
	font-style:italic;
	color:#56004e;
	letter-spacing:0.05em;
}

.contactheadsmall{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	font-size:28px;
	line-height:52px;
	letter-spacing:0.05em;
	font-style:italic;
}

.contactbodybold{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	margin:0;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	letter-spacing:0.05em;
}

.contactbody{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	margin:0;
	font-size:14px;
	line-height:17px;
	letter-spacing:0.05em;
}

.contactsubhead{
	font-family:Helvetica, sans-serif;
	margin:30px 0 2px 0;
	font-size:11px;
	line-height:17px;
	letter-spacing:0.15em;
	font-weight:bold;
	color:#9778a4;
}

.contactbody a:link, .contactbody a:visited {
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #56004e;
}
	
.contactbody a:hover, .contactbody a:active {
	text-decoration:none;
	color:#56004e;
	border-bottom:0;
}