body {
	background: #eaeaea url("images/background.png") repeat-x;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

#container {
	background: #fff url("images/body_shadow.png") top left repeat-y;
	width: 946px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -473px;
	padding: 0;
}

#header {
	border-top: 3px solid #0b0935;
	background: url("images/header_bg.png") top right no-repeat;
	height: 91px;
	margin: 0 8px 0 8px;
}

	#header img {
		margin: 10px 0px 10px 20px;
		padding: 0;
		float: left;
		border: 0;
	}

	#header #login {
		width: 262px;
		height: 57px;
		float: right;
		border-left: 1px solid #d1d1d1;
		margin: 10px 20px 10px 2px;
		padding: 5px 5px 5px 20px;

	}

/* for navigation styles, see menu.css */

#content {
	padding: 20px 28px 5px 28px;
	margin: 0 8px 0 8px;
	background: url("images/divider.png") repeat-x;
	height: 1%;
}

/* for content styles, see styles.css */

#sidebar {
	float: right;
	width: 200px;
	background: #f6f6f8 url("images/sidebar_bg.png") top left no-repeat;
	border: 1px solid #9e9e9e;
	border-width: 0 0 1px 1px;
	padding: 20px 28px 5px 20px;
	margin: -20px -28px 10px 28px;
}

	/* IE hacks */
	* html #sidebar {
		margin-top: -20px;
		margin-right: -14px;
	}

	#sidebar h2 {
		margin: 0;
		font-family: Georgia, serif;
		font-size: 19px;
		font-weight: normal;
		color: #262b62;
	}

	#sidebar ul {
		margin: 10px 0 0 0;
		padding: 0 0 0 18px;
	}

	/* IE hack */
	* html #sidebar ul {
		padding-left: 18px;
	}

	#sidebar ul li {
		list-style-type: none;
		list-style-image: url("images/arrow.gif");
		color: #464646;
	}

	#sidebar li a {
		color: #000;
		font-size: 14px;
		text-decoration: none;
		display: block;
		margin-bottom: 2px;
		padding: 0;
	}

	#sidebar li a:hover {
		text-decoration: underline;
	}

	#sidebar .more {
		margin: 15px 0 0 0;
		padding: 0 0 0 8px;
		text-align: right;
		float: right;
		font-size: 10px;
		background: url("images/diamond.png") -3px 3px no-repeat;
	}

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

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

.clear {
	clear: both;
}

#footer {
	border-top: 1px solid #a0a0a0;
	padding: 10px 28px 0px 28px;
	background: url("images/footer_top_shadow.png") repeat-x;
	clear: both;
	color: #939393;
	margin: 10px 8px 0 8px;
}

	#footer .left {
		float: left;
	}

	#footer .right {
		margin-top: 14px;
		float: right;
		text-align: right;
	}

	#footer .clear {
		background: url("images/footer_bottom_shadow.png") left bottom no-repeat;
		height: 13px;
		padding-top: 10px;
		margin: 0px -36px 0 -36px;
		clear: both;
	}

	* html #footer .clear {
		padding-top: 0;
	}

	#footer a {
		color: #939393;
		text-decoration: none;
	}

	#footer a:hover{
		text-decoration: underline;
	}
