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

body {
	text-align:center;
	margin:0px;
	padding:0px; 
	background-color:#eeebd7;
	color:#4b4a42;
}
.top {
	background-image:url(images/bg_top.gif);
	width:100%;
	background-repeat:repeat-x;
	position:relative;
}

#top {
	margin:0 auto;
	padding:0px;
	width:1000px;
	text-align:center;
	height:350px;
	position:relative;
	background-image:url(images/top_rc2.png); background-repeat:no-repeat;
}

#mid {
	width:1000px;
	background-image:url(images/mid.png);
	position:relative;
	padding:0px;
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
}

#mid p {
	font-family:Arial;
	font-size:16px;
	text-align:left;
	line-height:1.6;
}

#mid a {
	color:#900;
	text-decoration:underline;
}

p {
	color:4b4a42;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
