/* Start of CMSMS style sheet 'layout' */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	background-image: url(images/body-bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

p {
	line-height: 1.4;
}

a {
	border: none;
	color: #C00;
	font-weight: normal;
	text-decoration: none;
}

	a img {
		border: none;
	}

.clearBoth {
	width: 100%;
	height: 0px;
	clear: both;
}

hr.pageSep {
	height: 2px;
	background-color: #418383;
	border: none;
}

#container {
	width: 750px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

	#header {
		width: 750px;
		height: 100px;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: ;
		border: ;
	}
	
		#logo {
			margin: 0px 0px 0px 0px;
			position: absolute;
			top: 0px;
			right: 0px;
			font-family: Century Gothic;
			color: #C00;
			font-size: 55px;
		}
		
			#logo a {
				color: #C00;
			}
		
		#tagline {
			position: absolute;
			top: 60px;
			right: 25px;
			color: #418383;
			font-family: Century Gothic;
			font-size: 21px;
		}
	
	#content {
		width: 750px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: ;
		border: ;
		font-size: 1.2em;
	}
	
		#content h1 {
			color: #366;
			font-weight: normal;
			text-transform: lowercase;
		}
		
		#content h2 {
			color: #366;
			font-weight: normal;
			text-transform: lowercase;
			font-size: 1.4em;
		}
	
		#content a {
			font-weight: normal;
		}
			
		#content a:hover {
			text-decoration: underline;
		}
	
	#footer {
		width: 750px;
		margin: 50px auto 0px auto;
		padding: 0px 0px 0px 0px;
		clear: both;
		text-align: center;
	}
	
		#footerNav, #footerLink, #copyright {
			width: 750px;
			margin: 10px auto 0px auto;
			clear: both;
		}
		
		#footerNav ul {
			width: 450px;
			margin: 0px auto;
			padding: 0px;
			list-style-type: none;
		}
		
		#footerLink {
			font-family: Century Gothic;
			color: #C00;
			font-size: 1.3em;
		}
		
			#footerLink a {
				color: #C00;
			}
			
		#copyright 	{
			margin-bottom: 20px;
		}
		
		#copyright a {
			color: #666;
		}
		
/* CONTACT PAGE */
.contactform div, .contactform label, .contactform input, .contactform textarea {
	float: left;
}

.contactform div {
	width: 330px;
	margin: 0px 0px 10px 0px;
	float: left;
	clear: left;
}

.contactform label {
	width: 100px;
	margin: 0px 10px 0px 0px;
}

.contactform .enquiry label {
	width: 300px;
	margin: 0px 0px 5px 0px;
}

.contactform textarea {
	width: 290px;
	height: 190px;
}

/* PAINTINGS (NEWS) */
.NewsSummary {
	clear: both;
}

.NewsImage, .NewsContent {
	float: left;
	margin: 0px 15px 15px 0px;
}

	#content .NewsImage a, #content .NewsImage a:hover,  #content .NewsImage img {
		border: 0px;
	}
	
	.NewsSummaryLink {
		color: #366;
		font-size: 1.3em;
	}
/* End of 'layout' */

