

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clear {clear:both;}


/* ------- Layout ------- */


html {
	font-family: 'Montserrat', sans-serif;
	color:#464237;
	font-size:15px;
	line-height:22px;
	height:100%;
}

body {
	background-image:url(images/bkgrd-repeat.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	height:100%;
}

#wrapper {
	width:100%;
	background-image:url(images/bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height: 100%;
}

#header {
	width:1000px;
	margin:0 auto;
	height:114px;
	position:relative;
}

#logo {
	float:left;
	position:absolute;
	bottom:15px;
	left:40px;
}

#address {
	float:right;
	bottom:15px;
	right:40px;
	position:absolute;
}

#main-image {
	width:1000px;
	margin:0 auto;
	height:382px;
	text-align:center;
	padding-top:10px;
}

#content {
	width:1000px;
	margin:0 auto;
	height:100%;
	overflow:auto;
	padding-bottom: 284px;
}

#inner-content {
	width:956px;
	margin:0 auto 25px;
}

#content-left {
	width:458px;
	float:left;
	margin-left:8px;
}

#content-right {
	width:458px;
	float:right;
	margin-right:8px;
}

#footer {position: relative;
	margin-top: -284px; /* negative value of footer height */
	height: 284px;
	clear:both;
	width: 100%;
	background-image:url(images/footer-bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f7f6f2;
}

#footer-content {
	width:1000px;
	margin:0 auto;
}

#footer-content p{
	color:#524d3e;
	font-size:14px;
}

#footer-left {
	float:left;
	margin: 25px 0 0 25px;
}

#footer-right {
	float:right;
	text-align:right;
	margin:25px 25px 0 0;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
} 





h1 {
	font-size:25px;
	line-height:28px;
	margin-bottom:13px;
	text-shadow: 0px 2px 2px #d2d2d2;
}

p {
	font-size:16px;
	line-height:21px;
	margin-bottom:8px;
	color:#000;
}

ul {
	font-size:16px;
	line-height:19px;
	list-style-type:disc;
	margin-left:15px;
	padding-left:8px;
}

li {
	margin-bottom:9px;
}	

a:link, a:visited {
	color:#376394;
	text-decoration:underline;
}

a:hover, a:active {
	color:#eae324;
	text-decoration:none;
}