html,
body {
	background: #f1f1e9;
	color: #222222;
	font: 12px arial, sans-serif; }

	a {
		color: #0066cc;
		text-decoration: none; }

		a:hover {
			color: #b70d0d;
			text-decoration: underline; }


/* header */
div#header-wrap {
	background: #222222;
	border-bottom: 3px solid #9BB70D; }

	div#header {
		margin: 0px auto;
		height: 70px;
		width: 900px; }

		div#header a.title {
			background: url('../../images/layout/multiurl-logo.gif') no-repeat;
			color: #ffffff;
			display: block;
			float: left;
			font: bold 22px/70px "trebuchet ms", arial, san-serif;
			height: 70px;
			text-decoration: none;
			width: 200px; }

			div#header a.title:hover {
				text-decoration: none; }

			div#header a.title span {
				display: none; }

		div#header ul.nav {
			float: right;
			padding-top: 20px; }

			div#header ul.nav li {
				float: left;
				margin-right: 5px; }

				div#header ul.nav li a {
					color: #ffffff;
					display: block;
					font: bold 12px arial, sans-serif;
					height: 30px;
					line-height: 30px;
					padding: 0px 12px;
					text-decoration: none; }

					div#header ul.nav li a:hover {
						color: #9BB70D;
						text-decoration: none; }

					div#header ul.nav li.active {
						background: #9BB70D url('../../images/layout/header-nav-item.gif') no-repeat; }

						div#header ul.nav li.active a {
							background: url('../../images/layout/header-nav-item.gif') no-repeat 100% -30px;
							text-decoration: none; }

						div#header ul.nav li.active a:hover {
							color: #ffffff;
							text-decoration: none; }


/* footer */
div#footer-wrap {
	margin: 0px auto;
	padding: 10px 0px;
	width: 900px;
	text-align: center; }

	div#footer {
		color: #444444;
		font-size: 11px;
		padding: 0px 10px; }

		div#footer a {
			font-size: 11px;
			color: #444444; }

		div#footer ul li {
			float: left; }

			div#footer ul li.br {
				padding: 0px 6px; }

		div#footer div.remote {
			border-top: 1px solid #dddddd;
			margin-top: 6px;
			padding-top: 4px; }

			div#footer div.remote ul li {
				color: #969696; }

				div#footer div.remote ul li a {
					color: #969696; }


/* content */
div#content-wrap {
	background: #ffffff url('../../images/layout/content-bg.gif') no-repeat;
	margin: 0px auto;
	margin-top: 15px;
	width: 900px; }

	div#content {
		background: url('../../images/layout/content-bg.gif') no-repeat -900px 100%;
		padding: 10px; }


/* message styles */

div#content div.message {
	padding-bottom: 10px; }

	div#content div.message div.msginf {
		background: #f3fdf2;
		border: 1px solid #aaefa4;
		color: #016f00;
		padding: 10px; }

	div#content div.message div.msgerr {
		background: #fdf2f3;
		border: 1px solid #f7bfc6;
		color: #de001d;
		padding: 10px; }

		div#content div.message div.msgerr p {
			font-size: 12px;
			margin-bottom: 0px; }

		div#content div.message div.msgerr small {
			font-size: 12px; }


/* shortcuts */
img.base {
	border: 1px solid #888888; }

div.clear {
	clear: both; }

div.float-left {
	float: left; }

div.float-right {
	float: right; }

div.break {
	height: 10px; }

