/*
	Main CSS - [Client Name]
	Created on [Created Date]
	
	Created by DCD Web - http://www.dcdweb.com
*/
body, h1, h2, h3, h4, h5, h6, ul, li, ol, form, table, tr, th, td, p, img, blockquote {
	margin:					0;
	padding:				0;
	border:					0;
}
@lightbrown: #a59a6c;
@cursive: Lucida, cursive;

/*
	Header
*/
#header {
	padding-top: 20px;
	
	hr {
		margin: 30px 0 30px 0;
		height: 3px;
		border: 0;
		background-color: @lightbrown;
	}
	p.contact {
		padding-top: 20px;
	}
	blockquote {
		float: right;
		font-family: @cursive;
		font-size: 14pt;
		text-align: right;
		width: 360px;
		margin-top: 25px;
		color: @lightbrown;
	}
}

/*
	Banner
*/
#banner {
}

/*
	Contents
*/
#contents {
	hr {
		border: 0;
		background-color: @lightbrown;
		height: 1px;
		margin: 30px 0 30px 0;
	}
}

/*
	Footer
*/
#footer {
	display: block;
	clear: both;
	background-color: white;
	border-top: 4px @lightbrown solid;
	padding: 30px 0 30px 0;
}
	
/*
	Fonts
*/
body {
	color: white;
	font-family: sans-serif;
	background-color: #542e18;
}
#header {
	h1 {
		font-family: @cursive;
		font-weight: normal;
		color: @lightbrown;
		font-size: 38pt;
	}
	h2 {
		font-style: italic;
		font-weight: normal;
		font-size: 17pt;
	}
	p.contact {
		text-align: right;
		line-height: 25pt;
		color: @lightbrown;
		font-size: 13pt;
	}
}
#banner {
	h3 {
		font-family: @cursive;
		font-size: 21pt;
		color: white;
		font-weight: normal;
		margin-bottom: 30px;
	}
	h3:first-line {
		color: @lightbrown;
		font-size: 38pt;
	}
	p {
		font-size: 14pt;
		padding-right: 60px;
		line-height: 20pt;
		margin-bottom: 30px;
	}
	blockquote {
		font-family: @cursive;
		font-weight: normal;
		line-height: 20pt;
		font-size: 14pt;
		padding-right: 30px;
	}
}
#contents {
	p, li {
		font-size: 10pt;
		line-height: 16pt;
	}
	p, ul, h3, h4, h5, img {
		margin-bottom: 15px;
	}
	ul {
		padding-left: 25px;
	}
	h3 {
		color: @lightbrown;
		font-size: 16pt;
		margin-bottom: 20px;
	}
	img {
		margin-bottom: 30px;
	}
}
#footer {
	p.contact {
		color: #55301a;
		font-size: 13pt;
		text-align: right;
		line-height: 22pt;
		padding-top: 24px;
	}
}