* {
	margin: 0;
	padding: 0;	
}

body {
	background: #292929 url(bg.gif) repeat-x;	
	font-size: 14px;	
}

#logo {
	display:block;
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -62px;	
	top: 0px;
}

#nav {
	position: absolute;
	top: 37px;
	left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	padding-right: 15px;
	margin: 0px;
}

#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}


#footer {
	border-top: 1px solid #9C3922;	
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;	
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0px;
}

#content #footer a {
	text-decoration: none;
	color: #444;	
}

#content #footer a:hover {
	color: #9C3922;
	text-decoration: underline;
}


#content {
	
	background: #FFF;	
	margin: 0px;
	padding: 0px;
	margin-top: 60px;
	margin-right: 10%;
	margin-left: 10%;
	padding: 5px;
}

#content p {
	font-family: "Times New Roman", Times, serif;
	color: #444;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
	text-align: justify;
}

#content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #166B1F;
	text-decoration: none;	
}

#content a:hover {
	text-decoration: underline;
}

#content p img {
	border: 1px solid #000;
	background: #FFF;
	float: left;
	padding: 1px;
	margin: 5px;
	margin-right: 10px;
}


#content h1 {
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #999;
	color: #9C3922;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 32px;	
	letter-spacing: -1px;	
}

/* Painting table */
#paint {
	border-top: 1px dashed #444;
	width: 80%;
	/*width: 300px;*/	
	margin-left: 10%;
}
#paint img {
	border: 1px solid #000;
	background: #FFF;
	float: left;
	padding: 1px;
	margin: 5px;
	margin-right: 10px;
}

#paint td {
	border-bottom: 1px dashed #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #166B1F;
	font-weight: bold;
}

#content #toplink {
	display: block;
	/*border-top: 1px solid #999;*/
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	font-variant: small-caps;	
	
	text-decoration: none;
	color: #444;		
	letter-spacing: 3px;
	background: #f9f9f9;
	
	clear: both;
	
	margin-top: 10px;
	margin-bottom: 20px;
}

#content #toplink:hover {
	background: #eee;
}


/* Dform Styles */

#dformtable {
	border: 0px;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f9f9f9;
	border: 1px solid #444;
}

td.drow {
	background: #f9f9f9;
	border: 0px;
}

td.heading {
	background: #ddd;
	border: 0px;	
}

td.heading h2 {
	background: #ddd;
	border-bottom: 3px double #444;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;			
}

td.submit {
	background: #ddd;		
	border-top: 3px double #444;	
}

#tipper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;	
}

#content div.gallery_caption p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #166B1F;
}

#content div.gallery_holder {
	height: 200px;
}

#verybottom {
	background: #292929 url('/skinload/verybottom.gif') repeat-x;
	height: 50px;
	color: #ccc;
	padding: 5px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	
}

#verybottom a {
		color: #ddd;
		text-decoration: none;
	}
	
#verybottom a:hover {
		color: #fff;
	}	
	

#whiteout {
	background: #fff;
	margin-top: -3px;
}


#content p.sections {
	font-family: Arial,Sans-serif;
}

#content h2 {
	font-family: Arial,Sans-serif;
	color: #D06323;	
}

#content li ul {
  margin-left: 1em;
}

/* =Gallery=-----------------------------------------------------------------------------------------------------------------*/
div.gallery_description {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.clearer {
	clear: both;
}
div.gallery_thumb {
	background: #eee url('/libload/gallery/frame.gif');
	width: 140px;
	height: 138px;
	display: block;
	padding: 5px;
	padding-top: 7px;
	overflow: hidden;
	text-align: center;
}

div.gallery_thumb a {
	border: 0px;
}

div.gallery_caption {
	width: 140px;
	padding: 5px;
}

div.gallery_caption a {
	font-size: large;
}

div.gallery_caption p {
	margin: 0px;
	color: #444;
	font-size: smaller;
}

div.gallery_holder {
	width: 160px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin: 5px;
}

div.gallery_holder img {
	border: 0px;
}

h1.gpop {
	color: #777;
	font-family: sans-serif;
	margin: 0px;
	font-size: 24px;
}

div.padder {
	padding: 15px;
        background: #fff;
}

a.enquire {
	color: #770000;
	text-decoration: none;
	border-bottom: 1px solid #777;
        display: block;
}

a.enquire:hover {
	color: #777;
	border-bottom: 1px solid #777;
}