/* Main style */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#menublock {
	width: 165px;
	background-image: url(images/sidebar.jpg);
}

#contentframe {
	width: 100%;
	border: none;
}

/* Sidebar */

.sidebar-outer {
	width: 142px;
	color:#B6BFAB;
	background-color:#303030;
	border:1px #666666 solid;
	padding: 2px 5px 3px 5px;
	text-align: center;
	margin: 0 0 5px 5px;
}

.sidebar-inner {
	text-align: left;
}

a.side, a.sideoff {
	display: block;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 10px;
	color:#AAAAAA;
}

a.sideoff {
	background-image: url(images/bulletoff.gif);
}

a:hover.side, a:hover.sideoff {
	background-color:#101010;
	color:#CCCCCC;
}