@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#container {
	width: 800px;
	/* border: 1px red solid; */
	margin: 0 auto;
	overflow: auto;
}

#left {
	width: 360px;
	float: left;
	/* border: 1px green solid; */
}

#right {
	width: 360px;
	float: right;
	/* border: 1px blue solid; */
}

#rightBottom {
	float: right;
	width: 380px;
	background-color: #99867c; 
}

#rightBottom p {
	margin-left: 20px;
	color: #FFF;
	line-height: 18px;
	font-weight: lighter;
}

#rightBottom a {
	color: #FFF;
	text-decoration: none;
}

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

#footer {
	width: 800px;
	height: 40px;
	clear: both;
	background-color: #99867c;
	margin: 0 auto;
}

h1 {
	font-weight: lighter;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #99867c;
	line-height: 56px;
	margin: 0 0 30px 0;
	font-size: 36px;
	letter-spacing: 1px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
	line-height: 22px;
	margin-top: 15px;
}

.subheader {
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	color: #99867c;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

