/* CSS Document */
body {
	margin: 0px;
	background-color: #F5F2E9;
	font-size: 12px;
	color: #695307;
	font-family: arial;
}

h1, h2, h3, h4 {
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a {
	color: #6C990C;
	text-decoration: none;
	border-bottom: 1px dotted #6C990C;
}

a:hover {
	color: #405B07;
}

.header {
	height: 116px;
	background-image:url(/images/header/background.jpg);
	background-position: 18px;
}

.header .buttons {
	position: absolute;
	left: 248px;
	width: 750px;
}

.header .button {
	float: left;
	height: 92px;
}

.header .button a {
	border: 0px;
}

.content {
	display: table;
	width: 100%;
	background-image: url(/images/content/background.jpg);
	background-repeat:repeat-x;
	background-position: 6px 0px;
}

.content .left {
	display: table;
	background-image: url(/images/content/left/background.jpg);
	background-repeat: no-repeat;
	width: 195px;
	height: 369px;
	float: left;
}

.content .left .address {
	width: 145px;
	position: relative;
	top: 140px;
	left: 38px;
	font-size: 12px;
}

.content .right {
	left: 200px;
	position: absolute;
	width: 648px;
	padding: 20px;
}

.content .right .options {
	float: left;
	width: 180px;
	color: #666666;
	font-size: 10px;
	margin-right: 15px;
}

.content .right .options h2 {
	clear: both;
	height: 16px;
	background-image:url(/images/misc/h2.gif);
	font-size: 12px;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	margin-bottom: 2px;
}

.content .right .page {
	float: left;
	width: 450px;
	margin-top: -7px;
	line-height: 17px;
}

.content .right .page h1 {
	color: #6C990C;
	font-size: 20px;
}

.message {
	border-top: 1px solid #779F1D;
	padding: 10px;
}

.name {
	font-weight: bold;
}

#footer {
	behavior:	url("/stylesheets/libraries/pngbehavior.htc");
	position: absolute;
	bottom: 0px;
}