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



body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(images/background.png);
	text-align: right;
}


h1, h2, h3, h4, h5, h6 {
	font-family:  Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

h4, h5, h6 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	text-align: left;s
	color: #000;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #342720;
	text-decoration: underline;
}
	
#wrapper {
	width: 960px;
	color: #F0F5DF;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 40px;
	padding-top: 100px;
	webkit-box-shadow:  0px 6px 10px 2px rgba(6, 6, 6, .5);
	moz-box-shadow:  0px 6px 10px 2px rgba(6, 6, 6, .5);
	box-shadow:  0px 6px 10px 1px rgba(6, 6, 6, .5);
	background-image: url(../images/fireframe7_s1.gif);
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	float: right;
	width: 185px;
	padding-left: 15px;
	font-style: italic;
	line-height: 20px;
	height: 442px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/sidebar_s1.gif);
}

#main_content {	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
	color: #000;
	float: left;
	width: 710px;
	padding-left: 50px;

}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #342720;
	text-align:left;
	background-color: #9E856A;
	height: 30px;
	width: 940px;
	clear: both;
	padding-left: 20px;
}
.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
