@charset "utf-8";
/* CSS Document */
img, a{
	outline:0;
	border: 0;
	}
body {
	background-color: #dfd597;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
	
#container {
	margin: 20px auto;
	width: 700px;
	background-color: #d0c15f;
	font: bold 11px Arial, Helvetica, sans-serif;
	}
	#header {
		height: 95px;
		padding: 15px 45px 0 35px;
		color: #fff;
		}
		#header p {
			margin-top: 70px;
			}
			#header p a {
				color: #fff;
				text-decoration: none;
				padding: 1px 4px;
				margin: 0 2px;
				}
			#header p a:hover {
				background-color: #c0b02c;
				}
	#content {
		margin: auto;
		width: 540px;
		padding: 25px;
		border: 5px solid #c0b02c;
		background: #fff;
		font-weight: normal;
		}
		#content h1 {
			color: #000;
			font-weight: bold;
			margin-bottom: 10px;
			font-size: 12px;
			}
		#content p {
			margin-bottom: 10px;
			font-size: 11px;
			}
	#content.home {
		height: 400px;
		width: 590px;
		padding: 0;
		position: relative;
		}
		#content.home img {
			position: relative;
			z-index: 888;
			}
		#content.home #banner {
			position: relative;
			z-index: 999;
			margin-top: -83px;
			height: 45px;
			width: 612px;
			padding: 38px 0 0 30px;
			background: url(../img/home_banner.png);
			color: #fff;
			}
			#content.home #banner h1 {
				color: #fff;
				font-size: 32px;
				font-weight: normal;
				}
	
		#footer {
			height: 45px;
			padding: 5px 50px;
			color: #5d4b18;
		}
		#footer p.right {
			text-align: right;
			}
		#footer a {
			color: #5d4b18;
			text-decoration: none;
			}
		#footer a:hover {
			text-decoration: underline;
			}