/* CSS Document */
html,body{
background-image:url(../img/background.png);
font-family: "Times New Roman", Times, serif;
font-size: 14px;
/*font-style: italic;*/

color: #000;
margin: 0;
padding: 0;
height: 100%;
}
#container{
	width: 776px;
	margin: 0 auto;
	position: relative;
}
#top_address{
	background-image:url(../img/address_top.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 776px;
}
#banner{
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	height: 210px;
	width: 776px;
}
#body{
	background-image:url(../img/body_top.png);
	background-repeat:repeat-x;
	background-color: #f0efee;
	width: 774px;
	float: left;
	padding-top: 14px;
	border-right: 1px solid #464545;
	border-left: 1px solid #b5b4b4;
}
	#body #left{
		float: left;
		width: 195px;
		background-image:url(../img/left_body_background.png);
		background-repeat:repeat-y;
		text-align: center;
	/* margin-bottom: -50px; */
		margin-bottom: 10px;
		position: relative;
		z-index: 2;
		margin-left: 4px;
	}
	#left #left_top{
		min-height: 300px;
		background-image: url(../img/top_left.png);
		background-repeat:no-repeat;
		width: 195px;
	}
	#left #left_bottom{
		background-image: url(../img/footer_left.png);
		background-repeat:no-repeat;
		height: 65px;
		margin-bottom: -10px;
		position: relative;
		z-index: 3;
	}
	#left #left_top p{
		padding: 0;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#left #left_top h1{
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
	}
	#body #right{
		float: left;
		width: 575px;
		min-height: 200px;
	}
	#top_menu{
		margin: -14px 0 0 0px;
		list-style: none;
		padding: 0;
		width: 575px;
		height: 53px;
		z-index: 2;
		position: relative;
	}
		#top_menu li{
			display: inline;
			margin: 0;
			padding: 0;
		}
	#text{
		margin: 10px 13px;
		width: 550px;
	}
		#main_content{
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			min-height: 200px;
			background-image: url(../img/text_background.png);
			background-repeat: repeat-x;
			background-color: #ebeaea;
			display: block;
		}
		#title{
			display: block;
			padding: 15px;
		}
		#title h2{
			float: left;
			margin-top:-11px;
			font-size: 13pt;
			font-weight: bold;
			margin-left: -30px;
		}
		#content{
			margin-left: 10px;
			margin-right: 5px;
		}
		#content p{
			margin: 0 10px 10px 5px;
		}
		/*#content p:first-letter{
			font-size: 30px;
			font-family: Kunstler Script;
		}
        table#list2 p:first-letter{
            font-family: "Times New Roman", Times, serif;
            font-size: 14px;
        }*/
		#text_top{
			height: 10px;
			background-image:url(../img/text_top.gif);
			background-repeat: no-repeat;
		}
		#text_bottom{
			height: 11px;
			background-image:url(../img/text_bottom.gif);
			background-repeat: no-repeat;
		}
#footer{
	background-image:url(../img/footer.png);
	background-repeat: repeat-x;
	height: 65px;
	width: 774px;
	z-index: 1;
	position:relative;
	display: block;
	clear: both;
	border-right: 1px solid #464545;
	border-left: 1px solid #b5b4b4;
}
	#footer #right{
		width: 575px;
		margin-left: 199px;
	}
	#bottom_menu{
		margin-top: 0px;
		margin-left: 1px;
		list-style: none;
		padding: 0;
		height: 34px;
	}
		#bottom_menu li{
			display: inline;
			float: left;
		}
a img{
	border: 0;
}
h1{
	font-size: 20pt;
	font-weight: normal;
	margin: 0 auto;
	font-style: italic;
}
h2{
	font-size: 16pt;
	font-weight: normal;
	margin-top: 0;
	margin: 0 auto;
	font-style: italic;

}
hr{
	width: 90%;
	height: 1px;
	background-color: #000;
	border: 0;
	clear:both;
	margin: 0 auto;
}
div.dotted{
	width: 90%;
	border: 0;
	height: 4px;
	background-image:url(../img/dot.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	clear: both;
}
th{
	text-align: left;
}
input,textarea{
	border: 1px solid #808080;
	background-color:#fff;
}
a{
	color:#333333;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
li a img{
	margin: 0;
	padding: 0;
}
.more{
	color: #f0445e;
	font-variant:small-caps;
}
img.intext{
	float: right;
	max-width: 200px;
	margin: 10px;
	border: 2px solid #888;
	/* border: 2px solid #d81e82;*/
}
img.list1{
	width: 119px;
	margin: 10px;
	float: left;
	border: 1px solid #888;
}

#list2{
	width: 533px;
	margin: 0 auto;
	border-collapse: collapse;
}
#list2 tr td{
	width: 236px;
	padding: 10px;
	text-align: center;
	border: 2px solid #ccc;
	min-height: 100px;
	vertical-align: top;
	background-color: #fff;
}
#list2 tr td img{
	width: 137px;
	min-height: 80px;
}
