/* CSS Document */
*{	
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
	background:#232220;
}
#wrapper {
	width: 770px;
	height:auto;
	text-align: left;
	margin-top:15px;
	margin-bottom:15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
	position: static;
	z-index:0;
}
/*top bar*/
#topbar{
	width:770px;
	height:12px;
	float:left;
	background:#aba478;
}
/*main content*/
#content{
	width:770px;
	height:auto;
	float:left;
	background:#000000 url(../images/bg-full-width-repeat.jpg) top left repeat-y;
}
/*colA*/
#colA{	
	width:153px;
	height:auto;
	float:left;
	padding-left:10px;
	text-align:center;
	margin-top:40px;
}
#quote{
	width:113px;
	height:auto;
	float:left;
	padding-left:1px;
	padding-right:25px;
	text-align:center;
	margin-top:40px;
}
/*colB*/
#colB{
	width:596px;
	height:auto;
	float:left;
}
/*header and flash*/
#logo{
	width:596px;
	height:116px;
	background:#000000 url(../images/logo-main.jpg) top left no-repeat;
	float:left;
}
#colourstrip1{
	width:596px;
	height:16px;
	float:left;
	background:#aba478;
}
#colourstrip2{
	width:596px;
	height:16px;
	float:left;
	background:#aba478 url(../images/bottom-flash-bar.jpg) top left no-repeat;
}
#flash{
	width:596px;
	height:175px;
	float:left;
}
/*maincontentarea*/
#maincontentarea{
	width:495px;
	background:url(../images/background-top-content.jpg) top left no-repeat;
	float:left;
	padding: 20px 45px 15px 45px; 
}
/*actual gallery*/
#gallery{
	width:596px;
	float:left;
	background: #aba478;
	text-align:center;
}
/*maincontentarea*/
#maincontentarea_gallery{
	width:536px;
	background:url(../images/gallery-bg.jpg) top left no-repeat;
	float:left;
	padding: 20px 30px 15px 30px; 
}
/*footer*/
#footer{
	width:770px;
	height:35px;
	float:left;
	background:#aba478;
	padding-top:8px;
	text-align:center;
	margin-bottom:10px;
}
.imgspacing{
	padding-right: 8px;
}
.pressimages{
	padding: 0 12px 12px 12px;
}