/* CSS Document */

html {
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
body {
	background-color: #EEEEEE;
	background-image: url(resources/background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
a:link {
	color: #990033;
	text-decoration: none;
}
.colnavimage {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	cursor: hand;
}
#collectionimage {
	padding: 0;
	margin-bottom: -4px;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {
	text-decoration: none;
	color: #990033;
}
h1 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 70px;
	width: 700px;
	position: relative;
}
#navigation {
	height: 28px;
	width: 411px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#content {
	background-color: #FFFFFF;
	width: 698px;
	border: 1px solid #999999;
	position: relative;
}
#photoblock {
	float: left;
	width: 428px;
	margin-bottom: -4px;
}
#collectionnav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 235px;
	z-index: 99;
}
#textblock {
	width: 270px;
	float: right;
	position: relative;	
}
#textcontent {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	overflow: auto;
	line-height: 18px;
}
#footer {
	font-size: 9px;
	text-align: right;
	margin-top: 5px;
}
#floatclear {
	clear: both;
}
