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

body {
	color: #FFFFFF;
	background-color: #4b4b4a;
	background-repeat:repeat-y;
	background-position:center;
	font-family: Georgia, "Times New Roman", Times, serif
}
#top {
	clear: both;
	text-align: center;
}
#main {
	clear: both;
	width: 800px;
	margin: 0 auto 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	text-align:center;
}
.borderimg {
	width:722px;
	margin: 0 auto 0 auto;
}
#content {
	width: 720px;
	margin: 0 auto 0 auto;
}
#bottom {
	clear: both;
	margin: 25px auto 0 auto;
	text-align: center;
}

.btm_addr_1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;	
	text-align:center;
	font-style:italic;
	font-weight: bold;
}
.btm_addr_2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;	
	text-align:center;
	font-style:italic;
	font-weight: bold;
}
a:link, a:visited {
	color: #3399FF;
}
a:hover {
	color: #0000FF;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
