html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0 0 1px 0;
	background: #cab0d4 url(/img/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	min-height: 100%;
	margin: 0;
}

#left_bg {
	background: #fff url(/img/border-left-bg.png) repeat-y;
	margin: 0 auto;
	max-width: 900px;
}

#left {
	background: url(/img/border-left.png) no-repeat;
}

#right_bg {
	background: url(/img/border-right-bg.png) repeat-y right;
}

#right {
	background: url(/img/border-right.png) no-repeat top right;
	min-height: 500px; /* image is only 500px tall, though */
	padding: 0 20px;
}

#masthead {
	background: url(/img/header-bg.png) repeat-x;
	padding-top: 21px;
	height: 60px;
	clear: right;
	/*margin: 0 5px;*/
}

#content {
	margin: 24px 14px;
}

a {
	text-decoration: none;
	color: #000;
}

#content a {
	border-bottom: #cab0d4 1px solid;
}

img {
	border: 0;
}

#masthead > h1 {
	margin: 0;
}

#logo {
	float: left;
	margin: 0 7px 0 -7px;
}

#masthead > h1 span {
	line-height: 50px;
	font-family: Garamond, Times, serif;
}

h2, h3 {
	margin-top: 0;
}

.clear {
	clear: both;
}

#bottom {
	background: url(/img/border-bottom.png) repeat-x bottom;
}

#bottom_left {
	background: url(/img/border-bottom-left.png) no-repeat bottom left;
}

#bottom_right {
	background: url(/img/border-bottom-right.png) no-repeat bottom right;
}

#footer {
	margin: 0 6px;
	/*padding: 14px 14px 20px;*/
	/*padding: 5px 5px 11px;*/
	padding: 0.5em 1em 1em;
	border-top: #cab0d4 1px solid;
	font-size: 80%;
}

#copyright {
	float: left;
}

#contact {
	float: right;
}

#footer a:hover {
	text-decoration: underline;
}
