body {
	background-color: #CC6666;
	margin-top: 4px;
}

#wrapper {
	width: 800px;
	background-color: #FFCCCC;
	margin: 0 auto;
	border: 4px solid #996666;
}

#header {
	margin-bottom: 0px;
}

#header img {
	width: 800px;
	height: 100px;
}

.thumbswrapper {

}

.thumbbox {
	width: 200px;
	float: left;
	text-align:center;
}

.thumbbox img {
	border: 1px solid #640908;
	width: 180px;
	height: 240px;
	margin: 0px auto 10px auto;
}

.textwrapper {
	margin-left:10px;
	width: 780px;
	margin-bottom: 10px;
	border: 1px solid #640908;
	background-color: #FFFFCE;
	font-size: 1.1em;
}

.textboxleft {
	padding: 5px 5px;
	width: 49%;
	float:left;
	margin-bottom: 10px;
}

.textboxright {
	padding: 5px 5px;
	width: 45%;
	background-color: #FFFFCE;
	float:left;
	margin-bottom: 10px;
}

.textboxright a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.textboxright a:hover {
	color: purple;
	text-decoration: underline;
}

#link1 {
	margin-left:70px;
	margin-top:5px;
	text-align: center;
}

#link2 {
	margin-top:5px;
	text-align: center;
	font-size: 1.3em;
}

#legal {
	width:800px;
	font-size: 0.8em;
	color: Black;
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}
