@CHARSET "ISO-8859-1";

#content {
	background: none;
}

#left_pane {
	background: url("../images/contact_left.jpg") no-repeat;
	}
	
#right_pane {
	background: url("../images/contact_right.jpg") no-repeat;
	}	


h2 {
	color: #F07002;
	font-size: 1.4em;
	}

img {
	border: none;
}

#left {
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	width: 200px;
	
}

#left a {
	display: block;
	margin-bottom: 10px;
	}

#right {
	float: right;
	width: 200px;
	margin-right: 20px;
	margin-top: 20px;
}

#right a {
	display: block;
	margin-bottom: 10px;
	}