@charset "utf-8";
body {
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}

#container {
	width: 780px;
	text-align: center;
	background-repeat: repeat;
	background-position: center;
	background-color: #685447;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_swatch_br.gif);
}
#content {
	width: 700px;
	text-align: left;
	font-size: 1em;
	background-color: #E3E09D;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 20px;
	margin-right: 20px;
	padding-right: 20px;
}
#content h2 {
	color: #234b49;
	font-weight: bold;
}
#content h4 {
	padding: 0px;
	text-align: left;
	color: #234B49;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#content img {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#content a {
	color: #234b49;
	font-size: 1em;
	text-decoration: underline;
}
.italics {
	font-style: italic;
}
.genoa {
	font-weight: bold;
	color: #214543;
	font-size: 1.025em;
}

p {
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}
li {
	margin-left: 30px;
}

.bold {
	font-weight: bold;
}
