html {margin: 0px;}

/* _________________body_______________ */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font:.7em Minion, Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}


/* _________________wrapper_______________ */

#wrapper {
	width: 840px;
	margin: 0px auto;
	text-align: left;
	padding-top: 15px;
}

/* _________________images_______________ */

.img_left {
float:left;
}

.img_left_thumb {
float:left;
padding:2px;
}

.index_thumb {
	float:left;
	padding: 4px;

}


/* _________________fonts_______________ */

.p {
font-size:9px;
line-height:15px;
color:#666666;
text-align:left;
}

.p_contact {
font-size:12px;
line-height:18px;
color:#666666;
}

.p_large {
font-size:18px;
font-weight:bold;
line-height:18px;
text-align:center;
color:#666666;
}

.p_tagline {
font-size:16px;
font:Tahoma, Geneva, sans-serif;
font-weight:normal;
line-height:24px;
text-align:center;
color:#999;
}

.p_tagline2 {
font-size:14px;
font:Tahoma, Geneva, sans-serif;
font-weight:normal;
line-height:16px;
text-align:center;
color:#999;
}

.heading {
font-size:14px;
line-height:15px;
font-weight:bold;
color:#666666;
}

.contact_heading {
font-size:12px;
line-height:13px;
font-weight:bold;
color:#666666;
}

.contact_text_centre {
font-size:11px;
line-height:15px;
colour:#666666;
text-align:center;
}

/* _________________links_______________ */

a:link, a:visited {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

a:hover, a:active {
color:#FFCCCC;
text-decoration:none;
font-weight:bold;
}

.content_link {
color:#000000;
text-decoration:none;
}

.content_link a:link, .content_link a:visited {
color:#000000;
text-decoration:none;
font-weight:bold;
}

.content_link a:hover, .content_link a:active {
color:#330000;
text-decoration:none;
font-weight:bold;
}




/* _________________header_______________ */

#header {
width:840px;
height:282px;
float:left;
}

#header_left {
width:249px;
height:282px;
float:left;
background-image:url(images/header_left.jpg);
background-repeat:no-repeat;
}

#header_centre {
width:337px;
height:282px;
float:left;
}

#header_right {
width:254px;
height:282px;
float:left;
background-image:url(images/header_right.jpg);
background-repeat:no-repeat;
}





/* _________________main_column_______________ */

#main_content {
	width:840px;
	height:378px;
	float:left;
}

#left_column {
width:315px;
height:368px;
float:left;
}

#index_gallery {
	width:273px;
	height:91px;
	float:left;
	background-image:url(images/index_gallery.gif);
	background-repeat:no-repeat;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 42px;
}

#view_gallery {
width:315px;
height:46px;
float:left;
}

#contact_header {
width:315px;
height:49px;
float:left;
background-image:url(images/contact_header.gif);
background-repeat:no-repeat;
}

#contact_body {
	width:250px;
	height:162px;
	float:left;
	background-image:url(images/contact_body.gif);
	background-repeat:no-repeat;
	padding:5px 23px 0px 42px;
}


#right_column {
width:525px;
height:368px;
float:left;
}

#about_header {
width:525px;
height:50px;
float:left;
background-image:url(images/about_header.gif);
background-repeat:no-repeat;
}

#about_body {
	width:470px;
	height:318px;
	float:left;
	background-image:url(images/about_body.gif);
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#gallery_main_content {
	width:750px;
	float:left;
	background-image:url(images/repeat_02.gif);
	background-repeat:repeat-y;
    vertical-align: middle;
	padding: 10px 35px 10px 55px;
}

#gallery_text {
	width:740px;
	height:175px;
	float:left;
	background-image:url(images/gallery_text2.jpg);
	background-repeat:no-repeat;
	vertical-align: middle;
	padding: 30px 50px 22px 50px;
	}
	
	#corporate_text {
	width:740px;
	height:185px;
	float:left;
	background-image:url(images/gallery_text2.jpg);
	background-repeat:no-repeat;
	padding: 20px 50px 22px 50px;
	}

	
	


	/* _________________footer_______________ */
	
	#footer {
	width:840px;
	height:41px;
	float:left;
	background-image:url(images/footer_10.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:center;
	padding-top: 5px;
	margin-top: -2px;
	}
	
	
	
