* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
}

body, html {
	height: 100%;
}

body {
	background-color: #2d2d2d;
	text-align: center;
	/*min-height: 650px;*/
}

body, td {
	color: #ffffff;	
}

p {
	margin-bottom: 11px;
}


a {
	color: #00a5dc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.error_log {
	padding: 20px;
	color: #fff;
	}

.error {
	color: #ba2424;
	font-weight: bold;
	background: #fff;
	padding: 5px;
	margin: 5px 0;
	}

.success {
	color: #35802d;
	font-weight: bold;
	background: #fff;
	padding: 5px;
	margin: 5px 0;
	}

#container {
	position: relative;
	margin: 15px auto;
	text-align: left;
	width: 1000px;
	/*height: 100%;*/
	/*min-height: 100%;*/
	/*height: auto;*/
}

#website {
	position: absolute;
	width: 1000px;
	/*height: 650px;
	top: 50%;
	margin-top: -325px;*/
	border: solid 1px #6c6c6c;
	border-bottom: 0;
	background: url("../images/common/contentbg.gif") repeat-y;
}

.header {
	width: 1000px;
	height: 120px;
	border-bottom: solid 1px #6c6c6c;
}

.menu {
	width: 1000px;
	height: 44px;
	border-bottom: solid 1px #6c6c6c;
	background: url("../images/menu/background.gif");
}

.sidebar {
	float: left;
	width: 176px;
	background: #696969;
	margin-bottom: 40px;
}

.sidebar_items {
	list-style: none;
}

.sidebar_items li,
.sidebar_items li.selected {
	width: 166px;
	height: 30px;
	background: url("../images/menu/sidebaritembg.gif") no-repeat;
	padding-left: 10px;
	line-height: 30px;
}

.sidebar_items li:hover,
.sidebar_items li.selected {
	background: url("../images/menu/sidebaritem_selectedbg.gif") no-repeat;
}

.sidebar_items li.selected {
	font-weight: bold;	
}

.sidebar a {
	color: #fff;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.mainbar {
	float: left;
	width: 804px;
	padding: 10px;
}

.footer {
	clear: both;
	width: 1000px;
	height: 48px;
	border-top: solid 1px #424242;
	background: url("../images/footer/background.jpg");
}

.footer_icon {
	float: right;
	margin-right: 15px;
}

.title {
	height: 20px;
	margin-bottom: 2px;
	width: 200px;
}

.heading {
	width: 980px;
	height: 29px;
	padding-left: 20px;
	padding-top: 13px;
	background: url("../images/common/headingbg.gif");
}

.clear {
	clear: both;
}
