/*Nicodemus Historical Society*/

body	{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: georgia, times new roman, serif;
	font-size: 18px;
	background-image: url(images/back.gif);
	
}

#wrapper	{
	width: 1100px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}

#banner	{
	background-image: url(images/banner_new3.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 180px;
}
	
#nav	{
	width: 200px;
	height: 100%;
	margin: 0px;
	background-color: #000000;
	clear: left;
	float: left;
	padding: 0px;
}

#nav li {
	padding: 10px 10px 10px 10px;
	line-height: 40px;
	font-size: 24px;
	list-style: none;
	color: #ffffff;
	font-weight: bold;
}

#nav li a {
	color: white;
	text-decoration: none;
}

#nav li a:hover {
	color: #990000;
}
		
#content	{
	float: right;
	width: 900px;
	height: 100%;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#content p	{
	padding-left: 15px;
	padding-right: 15px;
}

#content h1, h2, h3, h4, h6	{
	text-align: center;
	
}

#text_content	{
	width: 600px;
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}


#text_content li {
	list-style: none;
                                     
}

#text_content a	{
	color: #990000;
}

.calendar
#home p	{
	font-size: 20px;
}
	
#photo_content	{
	width: 300px;
	height: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
	
}

#alpha	{
	padding: 0px;
	margin: 10px;
	letter-spacing: 2px;
}

#alpha a	{
	color: #003300;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
}

#list	{
	font-size: 20px;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 800px;
	height:100px;
	background-image: url(images/footer_new1.jpg);
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul 	{
	margin-left: 250px;
	padding-top: 36px;
}

#footer li 	{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	display: inline;
	
}

#footer a	{
	float: left;
	width: 100px;
	text-align: center;
	text-decoration: none;
	color: white;
}

#footer a:hover	{
	color: #003300;
}