@charset "utf-8";

a, img { border: none; outline: none; }
body {
	background: #f2f2f2 url(img/mainbg.png) center -16px no-repeat;
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
.clear { clear: both; }
.wrapper {
	width: 920px;
	margin: 0 auto;
	}
.msg { display: ; }
#header { padding-left: 200px; color: #fff; text-indent: 10px; position: relative; overflow: hidden; }
#header h1 { font-size: 2em; letter-spacing: 6px; margin: 0; padding: .4em 0; }
#header h3 { font-size: 1em; margin: 0; padding: .8em 0; }
#body { position: relative; }
#menu {
	margin: 74px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 200px;
	}
#menu li { border-bottom: solid 1px #ccc; }
#menu li a {
	display: block;
	background: #969696 url(img/menubg.gif) left bottom repeat-x;
	padding: 14px;
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	}
	#menu li a:hover, #menu li a.active {
		background: #fff;
		border-left: solid 6px #f96;
		padding-left: 8px;
		color: #444;
		}
#content {
	float: right;
	width: 719px;
	border-right: solid 1px #ccc;
	background: #fff;
	margin: 0;
	padding-bottom: 20px;
	}
#content .holder { padding: 10px; min-height: 500px; }
#title { text-indent: 10px; margin: 0; padding: .55em 0; }
.deco {
	position: absolute;
	right: 10px;
	top: -3px;
	}
#footer {
	padding: 16px 0 16px 200px;
	background: transparent url(img/footerbg.gif) 201px top no-repeat;
	font-size: 11px;
	color: #999;
	text-indent: 10px;
	clear: both;
	width: 720px;
	*margin: -19px 0 0 0;
	}
#load {
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	padding: 8px;
	font-size: 12px;
	text-indent: 0;
	}
