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

body {
	background: #eee;
	font-family: verdana;
}
h3 {
	font-size: 1.1em;
	text-decoration: underline;
	font-style: italic;
}
img {
	border: 0;
}
a:hover img {
	background: #fff;
}
.wrapper {
	width: 900px;
	border: 1px solid #999;
	overflow: hidden;
	margin: 10px auto;
	background: #fff;
}
.header {
	height: 115px;
	border-bottom: 4px solid #006;
}
.header-right {
	float: right;
	padding-top: 10px;
}
.header-right p {
	padding: 0 8px;
	font-size: .7em;
	border-left: 1px solid #999;
}
.header-left {
	float: left;
}
.left {
	float: left;
	width: 150px;
	margin-bottom: -4000px;
	padding-bottom: 4000px;
	background: #ccc;
	border-right: 1px solid #006;
}
.left ul {
	padding: 0;
	margin: 0;
}
.left li {
	list-style: none;
	display: block;
	border-bottom: 1px solid #bbb;
	font-size: .8em;
}
.left p {
	margin: 0;
	padding: 2px 0 4px 4px;
}
.menu li a, .menu li a:visited {
	text-decoration: none;
	background: #ccc;
	display: block;
	color: #000;
	height: 26px;
}
.menu li a:hover {
	color: #000;
	background-color: #eef;
}
.box {
	background: #ffffb3;
	font-size: .7em;
}
.box p {
	padding: 0 4px;
	margin: 0;
	line-height: 1.4em;
	color: #444;
}
/* Admin menu */
.box li {
	border: none;
	padding: 2px 0 2px 4px;
	list-style: circle;
}
.box li a, .box li a:visited {
	background: #ffffb3;
	color: #555;
}
.box li a:hover {
	background: #ffffb3;
	color: #00e;
}
/* end */
.right {
	float: right;
	width: 740px;
	margin-bottom: -4000px;
	padding-bottom: 4000px;
	background: #fff;
	font-family: arial;
	font-size: .9em;
}
.right p {
	line-height: 160%;
	padding: 2px 14px;
}
.right a, .right a:visited {
	text-decoration: none;
}
.right a:hover {
	background: #009;
	color: #fff;
}
.right li {
	padding-bottom: 5px;
	list-style: none;
}
.footer {
	font-family: arial;
	font-size: .6em;
	font-weight: bold;
	color: #999;
	margin: auto;
	text-align: center;
}
