/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:#afaf84;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*color: #8B985F;*/
	/*color:#373823;*/
	color:#000000;
}

h1, h2, h3 {
	margin-bottom: 15px;
						/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/*color: #34160c;*/
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
	font-size:1.2em;
}

h6 {
	font-size:1em;
	
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	/*background: url(images/img05.gif) no-repeat 1em 0;*/
	font-style: italic;
}

a:link, a:visited {
	text-decoration: none;
	color: /*#bfbf93;#ceea70;*/#d3d399;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}



img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 240px;
	margin: 0 auto;
	padding: 15px 25px 5px 25px;
	background: #34160C url(images/LakeshoreLogo-lighterBG.jpg) no-repeat center;
}



#header h1 {
	margin: 0;
	padding: 200px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

/*#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}
*/


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0 25px;
	background: #34160C url(images/img02c.gif) repeat-y center top;
}

/* Content */

#content {
	float: left;
	width: 581px;
	padding: 5px 0 0 5px;
	/*background: url(images/img03.gif) no-repeat;*/
}

.caption {font-size:.8em;}
.comp span{font-size:1em;
	margin:-10px 0 -3px 0;
	}
.comp p{font-size:.75em;
	margin:-2px 0 5px 20px;
	}


#notice {
	width: 75%;
	float: center;
	border:	4px solid yellow;
	padding: 30px
}

.post {
	width: 540px;
	padding: 20px 0 0 20px;
}

.post h1 /*, .post h2, .post h3 */ {
	color:#34160c;
	
}

.post h2, .post h3 {
	color:#34160c;
	
}
.post h6 {
	color:black;
	font-size: .85em;
	
}
.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
/*	background: url(images/img06.gif) no-repeat right center;*/
}
/* Sidebar */

#sidebar {
	float: right;
	width: 303px;
	padding: 5px 5px 0 0;
	/*background: url(images/img04.gif) no-repeat;*/
	color:#bec49c;
}

#sidebar h1 {
	color:/*#CCCC66; #d56901;#cc9933;*/#d3d399;
	font-size:1.3em;
	}

#sidebar h2 {
	color:#d3d399;
	font-size:1.2em;
	}
.box {
	width: 301px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x;
	font-size: 18px;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}

.box li.first {
	background: none;
}



.box h2 {
	margin: 0 ;
	font-size: 1.1em;
	font-weight: bold;
	color: #afaf84;
}

.box h4 {
	margin-left:22px;
}

.box p {
	margin: 0 0 15px;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

.box a:visited {
	text-decoration:none;
	}
/* Footer */

#footer {
	width: 900px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #34160C url(images/img12c.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	text-align:center;
	padding: 14px 20px;
	line-height: normal;
	font-size: 87%;
	color:/* #565736;*/#d3d399;
}

#footer a {
	color: /*#565736;*/#d3d399;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	/*float: left;*/
	text-align:center;
}

#links {
	float: right;
}

