body {
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Tahoma, Verdana, Sans-Serif;
	font-size: .8em;
	background: #000 url(../img/body.jpg) top center no-repeat;
	color: #919191;
}

a {
	color: #3b97cf;
	text-decoration: none;
}
a:hover { color: #FFF; }

h1, h2, h3, h4 {
	margin: 0;
	padding: 5px 0;
	color: #FFF;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }

#wrapper {
	width: 950px;
	margin: 0 auto;
}
	.content_wrapper {
		width: 900px;
		margin: 0 auto;
	}

	#submenu {
		height: 30px;
	}
		#search {
			position: absolute;
			width:223px;
			height: 38px;
			margin: 15px 0 0 730px;
			background: transparent url(../img/search-bg.png) no-repeat;
		}
			#search input {
				background: transparent;
				width: 115px;
				height: 20px;
				line-height: 20px;
				border: none;
				padding: 0;
				margin: 9px 0 0 75px;
				font-family: Century Gothic, Tahoma, Verdana, Sans-Serif;
			}
			#search button {
				display: block;
				border: none;
				width: 18px;
				height: 20px;
				background: transparent url(../img/search-btn.png) no-repeat;
				margin: 9px 0 0 195px;
				cursor: pointer;
				position: absolute;
			}

	#header {
		border-top: 1px solid #494848;
		border-left: 1px solid #494848;
		border-right: 1px solid #494848;
	}
	.logo { float: left; }
	.contact { float: right; }

	#menu {
		margin: 0 auto;
		width: 921px;
		height: 42px;
		background: transparent url(../img/menu-bg.png) no-repeat;
	}
	#content {
		border-bottom: 1px solid #494848;
		border-left: 1px solid #494848;
		border-right: 1px solid #494848;
	}
		#inner_wrapper { padding: 8px; }

	#footer {
		color: #FFF;
		padding: 10px 0;
		font-size: 90%;
	}
	#footer a {
		font-weight: bold;
	}

	#subfooter {
		margin: 10px 0 5px 0;
	}

div.left {
	float: left;
	width: 290px;
}
div.right {
	float: right;
	width: 590px;
}
.blue { color: #3b97cf; }
.gray { color: #CCC; }