@charset "UTF-8";

body {
	font-size:  10pt;
	font-family: Osaka, "Lucida Grande", geneva, arial, verdana, sans-serif;
	line-height: 1.5;
	background-image: url(../img/bg1.gif);
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px;
}

#wrapper {
	background-image: url(../img/bg3.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	position: relative;
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #CCC;
}


#content {
	text-align: left;
	padding: 0px 30px;
}

#header {
	background-repeat: repeat-y;
	background-position: center 0px;
	margin: 0px auto;
	padding: 0px 30px;
	background-image: url(../img/bg3.gif);
}

#footer {
	color: #696969;
	font-size: 7pt;
	line-height: 1.3;
	background-image: url(../img/bg3_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin: 0px auto 10px;
	padding: 30px 30px 20px;
}

