* {
	border:0;
	margin:0;
	padding:0;
}

a {
	color:#00cab5;
	text-decoration:none;
}
a:hover {
	color:#297564;
	text-decoration:none;
}

body {
	background:#331e15 url('image/background_body.jpg') 0 50% repeat-x;
	color:#4d2d1f;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

#container {
	background:url('image/background_container.jpg') no-repeat;
	height:530px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
}

#navigation {	
	height:88px;
	padding:32px;
	width:696px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:60px;
}
#navigation ul li a {
	color:#4d2d1f;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:60px;
}
#navigation ul li a:hover {
	background:url('image/navigation.jpg') repeat-x;
	color:#331e15;
}
#navigation ul li a.active {
	background:url('image/navigation.jpg') repeat-x;
}

#content {	
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:676px;
}
#content h1 {
	color:#331e15;
	font-size:200%;
	padding-bottom: 10px;
}
#content h2 {
	color:#331e15;
	font-size:150%;
	padding-bottom: 10px;
}

#content p {
	padding-bottom: 20px;
	}
	
#content ul {
	margin-left: 40px;
	list-style-type: disc;
	list-style-image: url(image/bullet.gif);
	font-weight: bold;
	}

#content li {
	list-style:circle;
	}

#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:right;
	width:696px;
}
#footer a {
	color:#fff;
}

#hidden {
	display:none;
	}
	
input.button {
	border-width: 1px;
	border-color: #4d2d1f;
	background-color: #b6efe6;
	margin-top: 15px;
	color: #4d2d1f;
	padding: 2px;
	}
		
input.text  {
	color:  #4d2d1f;
	border: 1px #4d2d1f solid;
	}
	
textarea {
	color:  #4d2d1f;
	border: 1px #4d2d1f solid;
	}