* {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

body {
	background: url("/images/bkgnd.jpg") top center #ffffff no-repeat fixed;
}

#content {
	margin: 15px 10px;
}

#wrapper {
	width: 950px;
	border: 2px solid #373638;
	display: table;
	background-color: #ffffff;
	text-align: left;
	padding: 0 0 30px 0;
}

#header {
	width: 100%;
	height: 78px;
}

#right {
	width: 700px;
	margin: 0 0 0 25px;
	float: left;
	display: inline;
}

.logo {
	margin-top: 35px;
}

#nav_links {
	height: 20px;
	width: 100%;
	text-align: right;
	margin-top: 50px;
	font-size: 10px;
	font-weight: bold;
	color: #97C9EB;
}

#nav_links a {
	color: #373638;
	text-decoration: none;
	margin: 0 10px;
}

#left {
	width: 155px;
	margin-left: 32px;
	float: left;
	display: inline;
}

#art {
	width: 700px;
	margin: 0 0 0 25px;
	float: left;
	display: inline;
	text-align: center;
}

#thumb {
	width: 140px;
	height: 140px;
	margin: 10px 15px;
	float: left;
	display: inline;
	text-align: center;
}

#footer {
	margin-top: 5px;
	text-align: left;
	width: 950px;
	display: table;
}

#info {
	width: 125px;
	margin: 80px 0 0 0;
}

#info h3 {
	margin: 0;
}

#info i {
	display: block;
	margin-bottom: 10px;
}

.links a {
	margin: 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: underline;
	color: #373638;
	display: block;
	padding-left: 20px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.links a:hover {
	text-decoration: none;
}

a.next {
	text-decoration: none;
	color: #373638;
	padding-right: 15px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

a.prev {
	text-decoration: none;
	color: #373638;
	padding-left: 15px;
	background-image: url(/images/arrow_prev.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

#text {
	width: 300px;
	margin-left: 150px;
	text-align: left;
	float: left;
	display: inline;
}

#about_text {
	width: 420px;
	margin-left: 100px;
	text-align: left;
	float: left;
	display: inline;
}

h2 {
	font-size: 14px;
	margin: 20px 0 0 0;
	color: #97C9EB;
}

h3 {
	margin: 20px 0 0 0;
}