/* CSS Document */

body, html {
	width:100%;
	height:100%;
	background:url(../images/site-bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
}
#holder {
	width:896px;
	margin:0 auto;
	padding-top:75px;
}
#header {
	background:url(../images/header.jpg);
	height:82px;
	padding:60px 20px 0 0;
	text-align:right;
	font-size:21px;
	color:#666;
	letter-spacing:-0.1em;
}
	#header a {
		text-decoration:none;
		padding:0 7px;
		margin:0 12px;
	}
	#header a:hover {
		background:#fff;
		color:#d79f00;
	}
#content {
	background:url(../images/middle.jpg) repeat-y;
	padding:35px 35px 10px 25px;
	overflow:hidden;
}
h1, a {
	color:#ffffff;
}
h1 {
	font-size:24px;
	letter-spacing:-0.05em;
	line-height:21px;
	font-weight:bold;
}
h2 {
	font-size:16px;
	letter-spacing:-0.05em;
	color:#fff;
	margin:15px 0 10px 0;
	font-weight:bold;
}
p, ul, table {
	margin:15px 0 10px 0;
	line-height:18px;
}
table td {
	border:1px solid #333;
	padding:2px 5px;
	background:#b6b6b6;
}
li {
	list-style:circle;
	margin-left:25px;
}
#footer {
	background:url(../images/bottom.jpg) no-repeat;
	text-align:center;
	font-size:10px;
	color:#b2b2b2;
	padding:45px 0 75px 0;
}