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

html {
	font-size:100%;
}
body {
	background:#fc3 url(/images/layout/bg.png) 50% 0 repeat-x;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
#main {
	background:url(/images/layout/mainbg.png) 1px 7px repeat-y;
	font-size:1.2em;
}
#main-inner {
	background:url(/images/layout/contentbg.png) 50% 0 no-repeat;
}
#footer {
	text-align:center;
	background:url(/images/layout/footerbg.png) 50% 100% no-repeat;
}
a:link {
	color:#7a5e00;
}
a:visited {
	color:#5a3e00;
}
a:hover,
a:active {
	color:#9a7e20;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
h1, h2, h3, h4, h5, h6, h7 {
	padding:0 0 10px;
	font-family:"Century Gothic", "Gill Sans", Tahoma, Arial, sans-serif;
	font-weight:bold;
	line-height:.8em;
}
h1 { font-size:2.4em; }
h2 { font-size:2.2em; }
h3 { font-size:2em; }
h4 { font-size:1.8em; }
h5 { font-size:1.6em; }
h6 { font-size:1.4em; }
h7 { font-size:1.2em; }
p {
	padding-bottom:10px;
	line-height:1.6em;
}
