@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background-color: #ECECEC;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
	margin: 0;
	padding-left: 5px;
	padding-top: 15px;
	text-transform: capitalize;
}
h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin: 0;
	line-height: 40px;
	height: 40px;
}
p {
	margin: 0px;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #999;
	padding-left: 5px;
	padding-top: 8px;
	text-decoration: none;
	border: none;
}
p a {
	color: #999;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
.bg {
	position: absolute;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 448px;
	width: 448px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.content {
	padding-top: 40px;
	position: relative;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	margin-left: 5px;
}
.article {
	position: relative;
	padding-bottom: 40px;
}
.thumbnailscontainer {
	background-image: url(images/img-shadow.png);
	height: 490px;
	width: 610px;
	position: relative;
	margin-top: 20px;
}
.thumbnails {
	margin: 5px;
	border: #FFF solid 10px;
}
.thumbnails img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.thumbnails img:hover {
	filter: alpha (opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.imagecontainer {
	position: relative;
	height: 490px;
}
.image {
	background-image: url(images/img-shadow.png);
	height: 490px;
	width: 610px;
	position: absolute;
}
.image img {
	margin-top: 5px;
	margin-left: 5px;
	border: #FFF solid 10px;
}
.number {
	margin-left: -35px;
	margin-top: 25px;
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: #999;
}
.letter {
	margin-left: -35px;
	margin-top: 75px;
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: #CCC;
}
.top {
	margin-left: 605px;
	margin-top: 425px;
	width: 40px;
	height: 40px;
	position: absolute;
	background-color: #666;
}
.top:hover {
	filter: alpha (opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #999;
	padding-left: 5px;
	padding-top: 8px;
}
