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

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/left_yellow_bar.gif);
	background-repeat: repeat-y;
	font-size: 11px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #604e43;
	line-height: 2em;
}
a {
	color: #8d8776;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #8d8776;
	padding-right: 3px;
	padding-left: 3px;
}
.container {
	width: 970px;
}
.logo {
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 80px;
}
.leftArea {
	text-align: left;
	float: left;
	width: 470px;
	padding-left: 16px;
}
.rightArea {
	float: right;
	width: 350px;
	background-color: #ffffff;
	padding-top: 43px;
	padding-left: 60px;
	padding-right: 60px;
	border-left: 1px dashed #ddd9d7;
	background: url(../images/right_shade.jpg) no-repeat;
}
.strapline {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd9d7;
	border-bottom: 1px dashed #ddd9d7;
}
