* {margin:0;padding:0;}

html {background-color:black;color:white;}

#head {
	width: 100%;
	height: 90px;
	background: white url('../img/Platinum.png') bottom left no-repeat;
}

body {
	font-family: 'DevroyeUnicodeRegular', serif;
	font-size: 1.0em;
}
#wrapper {
	width: 100%;
}
#body {
	color: white;
	background-color: black;
	width: 80%;
	margin: auto;
	padding-top: 50px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'DevroyeSCOSFRegular', serif;
	font-weight: bolder;
	font-size: 1.7em;
	width: 100%;
}
h1.right-align {
	width: 100%;
	text-align: right;
}

#content {
	float: right;
	display: inline;
	clear: right;
	width: 75%;
}
#content p {
	text-align: justify;
}
#content.picture {
	text-align: center;
	width: 476px;
	margin:auto;
}


#nav {
	float: left;
	display: inline;
	clear: left;
	width: 25%;
	padding-top: 20px;
}
#nav ol {
	padding-left: 20px;
}
#nav li {
	list-style-type: none;
}
#nav li a {
	color: #eee;
	text-decoration: none;
	border: 1px solid transparent;
}
#nav li a:hover {
	border: 1px solid #eee;
}
#nav li:hover {
	list-style-type: none;
}
#nav li.active {
	list-style-type: square; 
}
#nav li.active {
	list-style-image: url('../img/pointy.png');
}



#carouselOuter {
	width: 100%;
}

#carouselWrapper {
	width: 638px;
	margin: auto;
}

.carousel {
	width: 476px;
	float: left !important;
	display: inline !important;
	clear: none !important;
	height: 150px;
	border: 1px solid white;
}
.carousel a {
	border: 0px solid transparent !important;
	text-decoration: none !important;
	background: transparent !important;
	color: transparent !important;
	padding: 0px !important;
	margin: 0px !important;
}
.img {
	display:inline;
	clear:none;
	float: left;
	height: 150px;
	width: 80px;
}

#para {
	clear: left;
}

.hr {
	width: 100%;
	padding: 10px 0;
}
hr {
	background: transparent url('../img/divider.png') center no-repeat;
	height: 40px;
	width: 307px;
	margin: auto;
	border: none;
}

#stamp {
	width: 131px;
	height: 131px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 0;
}

.thumbnail {
    background-color:#222222;
    border:1px solid #2A2A2A;
    float:left;
    margin-bottom:10px;
    margin-right:10px;
    padding:3px 3px 8px;
    clear: none;
}

.thumbnail *{
	border-style: none;
}

a {
	outline-color: white;
}

blockquote {
	font-style: italic;
	font-size: 0.8em;
}

blockquote a {
	color: gray;
}
