body {
	background-color: #CC6666;
	margin-top: 4px;
	background-image: url(../graphics/bg1.jpg);
	font-family: Verdana, sans-serif;
}

#wrapper {
	width: 800px;
	background-color: #FFE7FD;
	margin: 0 auto;
	border: 2px solid #E290AD;
}

#header {
	
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	display: inline;
	color:#7F337F;
}

#headerbox1 {
	padding: 5px 5px 0px 5px;
	color: #D32B76;
	font-weight: bold;
	font-size: 0.8em;
}

#title {
	padding: 5px 5px;
	margin-bottom: 10px;
	text-align: center;
}

.thumbswrapper {

}

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

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

.textwrapper {
	margin-left:10px;
	width: 780px;
	margin-bottom: 10px;
	font-size: 1.0em;
}

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

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

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

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

#textboxunder {
	padding: 5px 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.5em;
}

#textboxunder a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

#textboxunder a:hover {
	color: purple;
	text-decoration: underline;
}

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


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

.clear {
	clear: both;
}
