body {
	padding: 0;
	margin: 20px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	/*text-align: center;*/
	position: relative;
}

#container {
	text-align: left;
	width: 770px;
	margin: 0 auto;
}

	#header {
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 20px;
		height: 20px;
		position: relative;
	}

		#header h1, #header h2 {
			font-family: Georgia, "Times New Roman", serif;
			font-size: 150%;
			font-weight: normal;
			color: #4C6339;
			margin: 0;
			padding: 0;
			position: absolute;
		}

			#header h1 {
				bottom: 5px;
				left: 0;
			}

				#header h1 a {
					text-decoration: none;
					color: #4C6339;
				}

					#header h1 a:hover {
						background-color: #4C6339;
						color: #fff;
					}

				/*#header h1 span {
					color: #999;
					font-size: 70%;
				}

					#header h1 span a {
						margin-left: 5px;
						color: #999;
						font-size: 70%;
					}*/

			#header h2 {
				right: 0;
				bottom: 5px;
				color: #ccc;
				font-size: 75%;
			}

				#header h2 a {
					text-decoration: underline;
					color: #ccc;
				}

					#header h2 a:hover {
						background-color: #ccc;
						color: #fff;
						text-decoration: none;
					}

	#content {
		padding: 0;
	}

		#content h2 {
			font-size: 90%;
			color: #666;
		}
