/* CSS Document */

html, body{
	margin: 0;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/luther.gif);
	background-color: #eaebb8;
}

#container{
	width: 750px;
	background-color: #fff;
	margin-left: 20px;
}

#background{
	background-image:url(../images/dropShadow.gif);
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}

p, a, blockquote, li { font-size: 12px; text-align: justify; }
h1{ font-size: 20px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; }
a{ color: #9c6934; text-decoration:none; font-weight: bold; }
a:hover{ color: #c08342; }
blockquote{ font-style: italic; }
.clear{ clear: both; }
.time{ font-size: 80%; text-transform: uppercase; }
.reference{ font-size: 80%; color: #999; }
.headerColor{ color: #666; font-style:italic; }

#nav{ margin: 0 10px 15px 10px; clear: both; }
#nav a{
	color: #333;
	margin-left: 5px;
	padding: 1px 15px;
	border: 1px solid #ccc;
	background-image: url(../images/linkBack.gif);
	background-position: bottom;
}
#nav a:hover{
	border: 1px solid #999;
	background-image: url(../images/linkBackHover.gif);
	background-position: bottom;
}

#content{
	padding: 0 15px;
}

#sideBar{
	width: 205px;
	float: right;
	padding-left: 15px;
	margin-top: 15px;
	text-align: center;
	/*border: 1px solid pink;*/
}
#sideBar *{ text-align: right; }

#mainContent{
	width: 490px;
	_width: 480px;
	float: left;
	margin-top: 15px;
	/*border: 1px solid pink;*/
}

#mainContent h2{
	font-size: 16px;
}

/*------------------FOOTER-----------------------------*/

#footer{
	height: 132px;
	.height: 118px;
	_height: 113px;
	background-image: url(../images/footer.jpg);
	padding-top: 18px;
	.padding-top: 33px;
	_margin-bottom: -16px;
}
#footer a{color: #333; }

#footer img{
	.margin: -70px 0 -10px 45px!important;
	_margin: -63px 0 -10px 45px!important;
	padding: 0;
}

#footer ul{
	margin-bottom: 42px;
	.margin-bottom: 37px;
	_margin-bottom: 40px;
	width: 750px;
	_width: 710px;
	text-align:center;
}

#footer ul li{
	display: inline;
	margin: 0 15px;
}

.copy{
	font-size: 11px;
	color: #373737;
	text-align: right;
	padding-right: 15px;
}

.copy a{ color: #424242; text-decoration: none; }
.copy a:hover{ color: #474747; }
