/*-----------------------------------------------------------------------------
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:	   privacy

Copyright 2007 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/

/* =Headings
-----------------------------------------------------------------------------*/
	h2 {
		color: #ffffff;
		width: 115px;
		height: 86px;
		position: relative;
		float: right;
	}
		h2 span {
			background: #fef5f4 url(../images/newsheader.png) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
		}


/* =Main Content
-----------------------------------------------------------------------------*/
	img {
		margin: 21px 128px 0 131px;
	}
#column-right {
	width: 762px;
	float: right;
	display: inline;
	margin: 21px 128px 0 128px;
	height: 196px;
	overflow: auto;
	border: 1px solid #5c5e64;
	position: relative;
}

		#column-right h3 {
			width: 700px;
			text-align: left;
			padding: 20px 21px 0 21px;
			font-size: 16px;
			clear: both;
		}
		#column-right p {
			font-size: 12px;
			padding-left: 21px;
			padding-right: 21px;
			margin-top: 16px;
		}
			#column-right p.topline {
				margin-top: 40px;
			}
	#column-right a {
		text-decoration: none;
		color: #a6a5a5;
	} 
		#column-right a:hover {
			color: #d8e5fc;
		}
		