#header {
}

	#header div {
		background: #eee url(header.jpg);
		width: 640px;
		height: 80px;
		margin: 0 auto;
	}

/**/

#menu {
	font-size: .6875em;
	text-align: center;
	background-color: #9c6;
	padding: 10px 0;
	border-bottom: 4px solid #88c44d;
}


		#menu a {
			color: #3b591e;
			text-decoration: none;
			padding: 10px 8px;
		}

		#menu a:hover {
			color: #462;
			background-color: #a1d073;
		}

/**/

#container {
	background-color: #fff;
	width: 640px;
	margin: 0 auto;
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}

#content {
	padding: 20px;
}

	#content img {
		padding: 2px;
		border: 1px solid #ccc;
		box-shadow: 0 0 10px #ccc;
		-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
	}

#footer {
	font: .6875em "lucida grande"; color: #666;
	padding: 10px 20px;
}
	
	#footer a {
		color: #9c6;
	}

/**/

html {
	background-color: #eef6e5;
}

body {
	font: 100% georgia, arial, sans-serif;
}

p, table {
	font-size: .8125em; color: #444;
	line-height: 2em; text-align: justify;
	margin: 0 0 20px 0;
}

ul {
	font-size: .8125em; color: #444; font-style: italic;
	line-height: 2em;
	margin: 0 0 20px 20px;
}
	
	ul li {
		list-style-type: disc;
	}
	
	strong{
	font-weight:bold;
		
		}

/**/

h1,h4 {
	font-size: 2em; color: #9c6; font-style: italic;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #88c44d;
}

h2, h3 {
	font-size: 1em; color: #9c6;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #88c44d;
}
