body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	color: #494949;
	background-color: #eff0df;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#container {
	width: 856px;
	margin: 150px auto;
	margin-bottom: 43px;
	background-image: url(images/content_repeat.jpg);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
}

#header {
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

.logo {
	margin-top: 14px;
	margin-left: 350px;
}

#content_container {
	width: 856px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content {
	width: 856px;
	min-height: 400px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page_content {
	padding: 0 30px 0 30px;
	margin-right: 220px;
}

#sidebar {
	width: 190px;
	float: right;
	padding-right: 20px;
	font-size: 1.25em;
}

#sidebar h2 {
	font-size: 1.4em;
}

#footer {
	width: 856px;
	height: 43px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
}


/* Typography */

h1 {
	display: none;
}

p {
	font-size: 1.3em;
	line-height: 1.5;
	margin-bottom: 15px;
}

h2 {
	font-size: 2.2em;
	margin-bottom: 15px;
	color: #8e2009;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 15px;
	color: #8e2009;
}

#content ul li {
	font-size: 1.3em;
	list-style-position: inside;
	margin-left: 20px;
}

#sidebar ul {
	margin-top: 5px;
	margin-bottom: 20px;
}

#sidebar ul li {
	font-size: 0.9em;
	margin-left: 2px;
}


#sidebar ul li a {
	color: #494949;
	font-weight: normal;
}

#footer ul li {
	font-size: 1.2em;
	list-style: none;
	display: inline;
	margin-left: 40px;
	line-height: 2.5;
}



a:link {
	color: #8e2009;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #995435;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #bf5e3e;
	text-decoration: none;
	font-weight: bold;
}

label {
font-size: 1.2em;
}

.center {
	text-align: center;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.alignleft {
	float: left;
	font-size: 1.3em;
	}
	
.alignright {
	float: right;
	font-size: 1.3em;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

a img {
	border: none;
	}

.img_right {
float: right;
margin: 10px;
}
.img_left {
float: left;
margin: 10px;
}

.contact-details {
	font-size: 10px;
	text-align: center;
}
