/*-----------------------------------------------------------------------------
version:   1.0
author:    John Anderson
email:     janderson@soaringpenguin.co.uk
website:   http://www.soaringpenguin.co.uk/
client:	   Matte Painting UK Ltd
date:      2007 November 07
page:	   contact

Copyright 2007 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/

/* =Headings
-----------------------------------------------------------------------------*/
	h2 {
		color: #ffffff;
		width: 171px;
		height: 86px;
		position: relative;
		float: right;
	}
		h2 span {
			background: #fef5f4 url(../images/10.png) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
		}


/* =Main Content
-----------------------------------------------------------------------------*/
#column-left {
	width: 429px;
	float: left;
	margin: 21px 0 11px 70px;
	display: inline;
}
#column-right {
	width: 426px;
	float: right;
	margin: 21px 31px 0 0;
	height: 510px;
}
	#column-right h3 {
		width: 426px;
		text-align: center;
		padding-top: 144px;
		font-size: 14px;
		clear: both;
	}
	#column-right p {
		font-size: 14px;
		text-align: center;
		margin-top: 26px;
		font-weight: bold;
	}
		#column-right p.request {
			margin-top: 76px;
		}
	#column-right a {
		text-decoration: none;
		color: #a6a5a5;
	} 
		#column-right a:hover {
			color: #d8e5fc;
		}