@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	color:#000;
	line-height: 19px;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image:url(images/bg-main.jpg);
	background-repeat:repeat-x;
}

body p{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a img {border: none;}

/*
HEADERS TO GO HERE
*/

h1 {font-size:18px; color:#9c0; padding-bottom:18px;}
h2 {font-size:16px; color:#9c0; padding-bottom:16px;}
h3 {font-size:14px; color:#9c0; padding-bottom:14px;}

/*
DIV ID'S TO GO HERE
*/

#wrapper {
 	margin-left: auto;
 	margin-right: auto;
 	width: 980px;
	background-color:#FFFFFF;
}

#header {
	float:left;
	width:980px;
	height:190px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin-top:7px;
	margin-bottom:10px;
}

#body {
	width:940px;
	float:left;
	padding:20px;
}

#footer {
	clear:both;
	text-align: center;
}

#nav {
	width:980px;
	height:41px;
	float:left;
	padding-top:11px;
}

#wide300 {
	width:300px;
	margin:0px 0px 30px 30px;
	float:right;
}

#wide400 {
	width:400px;
	margin:0px 0px 30px 30px;
	float:right;
}

#contact {
	width:350px;
	float:left;
	padding-left:80px;
}

#enquiry {
	width:350px;
	float:left;
	padding-left:80px;
}

#gallery {width:940px; text-align:right; float:right;}

/*
CLASSES TO GO HERE
*/

.nav {
	width:146px;
	height:30px;
	float:right;
	padding-left:5px;
}

.link {
	font-size:13px;
	text-decoration:none;
	color:#000;
}

a.link:hover {
	color:#9c0;
}

.enq {width:300px; height:17px; font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-left:3px;}
.enq2 {width:300px; height:100px; font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-left:3px; padding-top:5px;}

.oldphoto {
	padding-right:10px; padding-bottom:10px;	
}

.thumb {padding: 10px 20px 10px 0px;}

