@charset "UTF-8";
/* Seriously Creative Giant GHames CSS */

* { padding: 0; margin: 0; }


#wrapper, #wrapper2 {
	position: relative;
	top: 0px;
	width: 700px;
	margin: 0 auto;
	}

#header {
	width: 660px;
	height: 100px;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
	top: 30px;
	padding: 20px;
	}

#subheader, .subheader {
	width: 660px;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
	top: 0px;
	padding: 20px;
	padding-top: 0px;
}

#title{
	background:url() left no-repeat;
}

#content,.content {
	width: 700px;
	margin: 0 auto;
	background: url(images/white.gif) center repeat-y;
	position: relative;
	top: 20px;
	padding-bottom: 40px;
}

#enquire,.enquire{
	padding-right: 20px;
	padding-top: 10px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width: 680px;
	clear: both;
}

#left, .left{
	background-color: #FFFFFF;
	margin: 0px 5px 0px 20px;
	padding-top: 0px;
	width: 210px;
	float: left;
	clear:both;
}

#center, .center {
	float: left;
	margin: 0px 10px 0px 10px;
	padding-top: 0px;
	width: 210px;
	position:relative;
}


#right, .right{
	background-color: #FFFFFF;
	margin: 0px 20px 0px 5px;
 	padding-top: 0px;
 	width: 210px;
	position: relative;
	float: right;
}

.left p, .right p, .center p {
    height:170px;
}
