@charset "UTF-8";
/* CSS Document */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 800px;
	float: left;
	padding-bottom: 20px;
}
#title {
	width: 600px;
	height: 18px;
	float: left;
	padding: 0 100px 0 100px;
	text-align: center;
	}
#nav {
	width: 704px;
	height: 73px;
	float: left;
	padding: 10px 48px 0 48px;
	text-align: center;
	}
.button {
	float: left;
	padding-left: 12px;
	padding-right: 11px;
	}
#main {
	width: 800px;
	float: left;
}
#left {
	float: left;
	width: 361px;
	padding-left: 34px;
	}
#right {
	float: left;
	width: 385px;
	padding: 0 0 0 20px;
	}
#thumbs {
	float: left;
	width: 361px;
	padding-top: 20px;
	}
.thumb_row {
	float: left;
	width: 361px;
	padding-bottom: 40px;
	}
.thumb {
	float: left;
	padding-right: 40px;
	}
.thumbb {
	float: left;
	}
#footer {
	width: 690px;
	height: 50px;
	float: left;
	padding: 20px 55px 0 55px;
	}

/* Text Styles */

#title {
	color: #9c2a2a;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	}

#footer a {
	color: #9c2a2a;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-decoration: none;
	text-align: center;
	padding: 0 20px 0 20px;
	}

#footer a:hover {
	color: #000;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-decoration: none;
	text-align: center;
	}

#content {
	color: #333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-decoration: none;
	}

#content a {
	color: #990000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-decoration: none;
	}

#content a:hover {
	color: #333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-decoration: none;
	}