@charset "utf-8";
/* CSS Document */
html,body{
	margin:5px auto 0;
	background-color:#DBC188;
}
.main{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:529px;
}

.head{
	margin:0 auto;
	width:1000px;
	height:110px;
	background:url(images/SM_Header.jpg) no-repeat;
}
.nav{
	margin:0 auto;
	width:133px;
	padding:0;
	float:left;
}
.mid{
	width:780px;
	height:530px;
	padding:0;
	background:url(images/Body_Repeat.jpg) repeat-y;
	float:left;
}
.right{
	width:87px;
	height:529px;
	padding:0;
	background:url(images/Left_Side.jpg);
	float:left;
}
.cleanUp{
	clear:right;
}
.ft{
	margin:0 auto;
	width:1000px;
	height:43px;
	position:relative;
	top:-1px;
}
.ft2{
	margin:0 auto;
	width:1000px;
	height:60px;
	position:relative;
	top:-1px;
}
.amen{
	margin:0;
	padding:0;
	width:780px;
	height:473px;
	background-color:#FBF5E7;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}
.amen li{margin-top:10px;}

.fp{
	margin:0;
	padding:0;
	width:780px;
	background-color:#FBF5E7;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

