@charset "UTF-8";

body {
	background-image: url(../images/hatchwork.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */


#header {
	width: 910px;
	margin: 0 auto;
	height: 120px;
}

#logo {
	width: 400px;
	height: 100px;
	text-align: center;
	float: left;
	margin-top:20px;
}

#leftLogo, #rightLogo {
	float: left;
	width: 60px;
	height:120px;
}

#header h1 {
	font-family: 'Berkshire Swash', cursive;
	font-size: 55px;
	margin: 0;
}

#header p {
	margin: 0;
	font-size: 10pt;
}

#contentWrapper {
	width: 900px;
	margin: 0 auto;
	background-color:#93AD8D;
	border: 5px solid #998675;
}

#sidebar {
	width: 160px;
	float: left;
	padding: 20px;
	font-size: 14pt;
	font-weight: bold;
}
#sidebar ul {
	list-style-type: none;
	width: 160px;
	margin: 0;
	padding: 0;
}

#sidebar li {
	width: 160px;
	margin-top: 10px;
}

#sidebar a {
	color: #000000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #E5E2CD;
	-moz-text-shadow: 1px 1px 2px #000; 
	-webkit-text-shadow: 1px 1px 2px #000; 
	text-shadow: 1px 1px 2px #000;
}
#sidebar .active {
	color:#E5E2CD; 
	text-decoration: underline; 
	-moz-text-shadow: 1px 1px 2px #000; 
	-webkit-text-shadow: 1px 1px 2px #000; 
	text-shadow: 1px 1px 2px #000;
}

#mainContent {
	width: 660px;
	float: right;
	background-color: #E5E2CD;
	min-height: 600px;
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 1.5em;
}

.padded {
	padding-right:25px;
	padding-left:25px;
}
.paddingRight {
	padding-right:25px;
}

#footer {
	width:910px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: #998675;
	font-size: 8pt;
	text-align: center;
}
#footer a{
	color:#FFFFFF;
	text-decoration: none;
}