@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding: 0;
	}

body {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}	
	
#wrapper {
	margin: 0 auto;
	width: 900px;
	position: relative;
}
#wrapper #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 96px;
	clear: both;
}


#wrapper #left #pages {
	padding: 80px 10px 10px 10px;
}
#wrapper #header #address {
	position: absolute;
	width: 377px;
	height: 50px;
	left: 511px;
	top: 36px;
}

#wrapper #maincontent {
	width: 900px;

}

#wrapper #maincontent #left {
	float: left;
	width: 260px;
	background-image: url(images/leftmainbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


.clear {
	clear: both;
	}


#wrapper #maincontent h1{
	font-size: 18px;
	color: #684027;
	padding-bottom: 10px;
	}

#wrapper #footer {
	clear: both;
	height: 20px;
	background-color: #e5dfd1;
	text-align: center;
	padding: 20px;
}

#wrapper #maincontent #right {
	float: right;
	width: 640px;
	background-color: #eef0ed;
}
#wrapper #maincontent #right #maincontent3 {
	padding: 20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img { 
	border: 5px;
	color: #CC9900;
	}	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
/*background-image: transparent;*/ /* edit! has been removed again */
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 

a:link {color:#684027; text-decoration: none;}      /* unvisited link */
a:visited {color:#684027; text-decoration: none;}  /* visited link */
a:hover {color:#684027; text-decoration: underline;}  /* mouse over link */
a:active {color:#684027; text-decoration: none;}  /* selected link */




