/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg2.gif);
}

p {
	margin: 0;
	padding: 0;

}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	border: 1px solid black;
}

#banner {
	height: 224px;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	height: 163px;
	width: 257px;
}

#site_intro {
	margin-left: 284px;
	height: 224px;
}

#site_intro a{
	color: #0000FF;
	text-decoration: underline;
}

#link1 {
	border: 1px solid #0000FF;
	background-color: #FF0000;
	text-align: center;
}

#content {
	padding-top: 15px;
}

.thumbwrap {
	height: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.thumb {
	float: left;
	margin-left: 53px;
}

.link {
	margin-bottom: 10px;
	text-align: center;
	background-color: #00FF00;
	color: #FFFFFF;
}

#footer {
	background-color: #FF0000;
	text-align: center;
}

#recip {
	background-color: #CCCCCC;
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
