/* CSS Document */
#container {
	width: 939px;
	margin: 0 auto; /*Center container on page*/
	border: white solid 10px;
	background-color: #DCEFF4;

}
body{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
	 background-image: url(images/back.jpg);
}
.left {
	
	width: 282px;
	background-color:#FFFFFF;
	border: solid 5px #DCEFF4;
}
.right {
	float: right;
	width: 627px;
	background-color:#DCEFF4;
	padding-right: 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
.content {
	padding-left: 10px;
	padding-right: 10px;
}

a:link {
	color: #C7B299;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #C7B299;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #534741;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #C7B299;
	font-weight: bold;
}
.footer {
	color:#C7B299;
}



