@charset "utf-8";
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #e5e5e5;
	margin:0;
}
#outer {
	width:916px;
	margin:0 auto;
	background: url(images/page_bg.jpg) no-repeat;
}
#inner {
	width: 900px;
	margin:0 auto;
	background:#fff;
}
#header {
	text-align: center;
	padding:22px 0 22px 0;
}
#menu {
	background: #069 url(images/menu_bg.jpg) repeat-x;	
	margin:0;
	padding:10px 20px 12px 20px;
	color:#fff;
	text-align:center;
}
#menu a {
	padding:3px 40px 3px 40px;
	color:#fff;
	margin:0 12px 0 0;
	border:1px solid #036;
	text-decoration:none;
}
#menu a:hover {
	background:#333;
	border:1px solid #ccc;
}
#content {
	padding:22px 20px 22px 20px;
}
#left {
	width:240px;
	float:left;
	text-align:right;
	margin:0 60px 0 0;
}
#right {
	width:500px;
	float:left;
}
#footer {
	background: #e1e1e1 url(images/footer_bg.jpg) repeat-x;	
	margin:0;
	padding:10px 20px 16px 20px;
	color:#333;
	border-top: 1px solid #999;
}
h1 {
	margin:0 0 18px 0;
	font-size:16px;
}
h2 {
	margin:0 0 12px 0;
	font-size:14px;
	color:#C00;
}
h3 {
	margin:0 0 12px 0;
	font-size:13px;
}
table, td, th {
	border: none;
}
a {
	color:#069;
	text-decoration:none;
}
a:hover, a:visited, a:active {
	color:#069;
	text-decoration:underline;
}
