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

body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat;
	background-position: left top;
	background-color: #EAE9DF;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
}
p {
	font-size: 90%;
}
p a {
	color: #333333;
}
.center {
	text-align: center;
}

#mainWrapper {
	width: 800px;
	margin-right: auto;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 105px;
	text-align: center;
	background-color: #D5D4C0;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contents {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}

#footer  {
	width: 740px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #EAE9DF;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#footer #copylight {
	font-size: 80%;
	color: #333333;
	float: left;
}

#footer ul {
	float: right;
	list-style-type: none;
	font-size: 90%;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer li {
	color: #333333;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#footer li:first-child {
	border-left-style: none;
}

#footer li a {
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer li a:hover {
	background-color: #E1E1E1;
}
.mtd {
	margin-top: 5px;
	margin-bottom: 5px;
}

.clearBoth {
	clear: both;
}
