body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #a6b191;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #585953;
    text-decoration: underline;
}
a:hover, a:active {
    color: #bf9248;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
	display: inline;
}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
#wrapper {
	background: transparent url(../_images/bg.jpg) repeat-y top center;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 0 50px;
}

#main {
	padding: 40px 45px;
}

#content, #side {
	margin: 0 0 30px 0;
}
#content li {
	margin-left: 25px;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top img {
	float: left;
}

#top-menu {
	float: right;
	margin: 25px 30px 0 0;
	display: inline;
}
	#top-menu li {
		float: left;
		margin: 0 0 0 20px;
		font-size: 12px;
		padding: 0 0 0 17px;
		list-style: none;
	}
	#top-menu a:link, #top-menu a:visited {
		color: #8d8d8d;
		text-decoration: none;
	}
	#top-menu a:hover, #top-menu a:active {
		text-decoration: underline;
	}
	#menu-home { background: transparent url(../_images/icon-home.gif) 0 2px no-repeat; }
	#menu-contact { background: transparent url(../_images/icon-contact.gif) 0 3px no-repeat; }

#menu {
	float: right;
	clear: right;
	display: inline;
	margin: 20px 30px 0 0;
}
	#menu li {
		float: left;
		margin: 0 0 0 15px;
		font-size: 14px;
		list-style: none;
	}
	#menu a:link, #menu a:visited {
		color: #808873;
		text-decoration: none;
		padding: 0 0 4px 0;
	}
	#menu a:hover, #menu a:active {
		border-bottom: 2px solid #bf9248;
	}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#home #top {
	height: 344px;
	background: transparent url(../_images/banner.jpg) left bottom no-repeat;
}

#home #content {
	width: 295px;
	float: left;
}
	#home #content p.highlight {
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
	}

#home #side {
	width: 345px;
	float: right;
}
	#home #side dt {
		font-size: 16px;
	}
	#home #side dd {
		font-size: 12px;
		line-height: 16px;
		color: #626262;
		margin: 0 0 7px 0;
	}


/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#sub #top {
	height: 116px;
}

#header {
	height: 107px;
	padding: 0 45px;
	background: transparent url(../_images/header.jpg) 0 0 no-repeat;
}
	#header h1 {
		padding: 50px 0 0 0;
		font-size: 34px;
		color: #FFF;
		font-weight: normal;
	}

#sub #content {
	width: 480px;
	float: left;
	border-right: 1px solid #dedede;
	padding: 0 30px 0 0;
}
#content_2 {
	width: 100%;
	float: left;
	padding: 0 30px 0 0;
}
	#sub #content h2 {
		font-size: 16px;
		font-weight: bold;
	}
	#sub #content h3 {
		font-size: 14px;
		color: #585953;
		margin: 0 0 15px 0;
		font-weight: normal;
	}
	
	#sub #content_2 h2 {
		font-size: 16px;
		font-weight: bold;
	}
	#sub #content_2 h3 {
		font-size: 14px;
		color: #585953;
		margin: 0 0 15px 0;
		font-weight: normal;
	}

#sub #side {
	width: 199px;
	float: right;
}
	#sub #side li {
		border-bottom: 1px solid #dedede;
		padding: 0 0 5px 15px;
		list-style: none;
		margin: 0 0 5px 0;
	}
		#sub #side li a {
			text-decoration: none;
		}
	
	#sub #side p, #sub #side h2 {
		padding: 0 0 0 15px;
	}

#indent {
		padding: 0 0 0 15px;
}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#footer {
	clear: both;
	border-top: 1px solid #dedede;
	padding: 7px 0 30px 0;
}
	#footer p {
		color: #6e6e6e;
		font-size: 11px;
	}
		#footer span#copyright {
			float: right;
		}
	#footer a:link, #footer a:visited {
		color: #6e6e6e;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}