body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/layout/body_bg.gif) repeat-y left top;
	color: #999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
a {
	color: #999;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #06f;
	}
a img {
	border: 0;
	}

/* MENU */
#menu {
	width: 160px;
	height: 100%;
	padding: 20px;
	background-color: #eee;
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	}
#menu h1 {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.3em;
	}
#menu h2 {
	display: none;
	}
#menu ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	clear: left;
	float: left;
	}
#menu ul li {
	margin: 3px 0;
	float: left;
	clear: left;
	}
#menu ul li.title {
	color: #333;
	}
#menu ul li.title a {
	color: #333;
	}
#menu ul li.title a:hover {
	color: #06f;
	}
#menu ul li.selected a {
	margin-left: -3px;
	padding: 1px 3px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	}
	
/* SELECT BOX */
div.selector {
	width: 130px;
	height: 22px;
	border: solid 1px #ccc;
	margin: 3px 0 0 -5px;
	background: url(../img/uniform/bg.png) repeat-x left 12px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	display: block;
	position: relative;
	}
div.selector select {
	width: 130px;
	border: 0;
	padding: 0 40px 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3em;
	position: relative;
	}
div.selector span {
	padding: 0 20px 0 0;
	background: url(../img/uniform/select.gif) no-repeat right 60%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 5px;
	}

/* CONTENT */
#content {
	height: 100%;
	margin: 0 0 0 200px;
	padding: 20px 15px;
	top: 0;
	}
#container {
	width: 750px;
	margin: 0 auto;
	}