@charset "utf-8";
/* CSS Document */

body {
	background-color: #0D1315;
/*	background: #363636 url('images/bg_gradient.gif') repeat-x;*/
	margin-top: 0;
	color: #BFD2DD;
	font-family: "Times New Roman", Times, serif;
	font-size:24px
}

div#wrapper {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 760px;
}


h2 { 

	font-size:48px;
	color: #CDCDCD;
	letter-spacing:-1px;
}


div.frontpagetext {
	margin: 3px 0 0 0;
	border-bottom: solid #7A7979 1px;
}

div.frontpagetext p {
	
	font-style: normal;
	font-variant: normal;
	font-size-adjust: none;
	font-size:28px;
	letter-spacing: -1px;
	line-height:40px;

}

div.set {
	margin-bottom: 36px;
}

div.setLabel {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
}
div.setDescription {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.setPhotos {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.setPhotos li {
	display:inline;
	margin: 0 2px 0 0;
}

ul.setPhotos li img {
	border: #FFFFFF solid 2px;
}



h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}

div.infosection {
	
	margin: 3px 0 0 0;
	border-bottom: solid #7A7979 1px;
}



div.infosection p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size-adjust: none;
	font-size:14px;
	line-height:16px;

}

div#footerText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:active, a:visited {
	color:#BFD2DD;
}

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

.photoborder {
	border: #FFFFFF solid 10px;
}

