* {
	font-family: 'Cambria', 'Verdana';
	font-size: 1em;
	font-stretch: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	border: none;
	color: #AA7733;
}

body {
	background-color: #000;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
}

a {
	color: #AA7733;
}

a:hover {
	color: #FFFFFF;
}

.menu {
	width: 150px;
	float: left;
	margin-top: 5px;
}

.menu ul li {
	line-height: 2em;
	font-size: 1.03em;
	color: #FFF;
}

.menu ul li.menu-border {
	border-top: 1px dotted #AA7733;
}

.menu a {
	text-decoration: none;
	font-size: 1.03em;
	text-transform: none;
}

.menu a:hover {
	text-decoration: underline;
}


hr {
	border-style : dotted; 
	color : #FFFFFF;
}

.header {
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 940px;
	height: 220px;
	margin: auto;
}

.canvas {
	margin: auto;
	width: 940px;
	overflow: hidden;
}

.body {
	width: 700px;
	float: left;
	margin: 5px 25px 5px 25px;
	text-align: left;
}

.content {
	text-align: center;	
}

.content-home {
	margin-right: 0px;
	text-align: center;
	font-size: 1.1em;
}

.content-home img {
	margin-bottom: 125px;
	margin-left: 50px;
	border: 1px white solid;	
}

.content-bio {
	margin-right: 0px;
	text-align: center;
	font-size: 1.1em;
}

.content-bio p {
	margin-bottom: 1em;
}

.content-bio .bio-box {
	padding: 10px;
	margin: 10px;
	border: 1px solid #FFF;
	background-color: #555;
	width: 275px;
}

.content-bio img {
	border: 1px white solid;
}

.content-pers {
	text-align: center;
}

.content-pers img {
	border: 1px white solid;
}

.content-pers em {
	font-size: .8em;
}

.content img {
	margin-bottom: 20px;
	margin-right: 10px;
	vertical-align: top;
	border: 3px white solid;
}

.content h1 {
	padding-bottom: 20px;
}

.image-previous {
	float: left;
	margin-top: 10px;
	width: 100px;
}

.image-previous a, .image-next a {
	text-decoration: none;
}

.image-page {
	float: left;
	text-align: center;
	margin-top: 10px;
	width: 440px;
}

.image-next {
	float: right;
	margin-top: 10px;
	width: 100px;
}

.images {
	text-align: left;
	overflow: auto;
}

.images .jewel {
	float: left;
	width: 325px;
	margin-bottom: 20px;
	min-height: 275px;
	height: auto !important;
	height: 275px;
}

.images .jewel img {
	margin: 0 0 5px 0;	
}

.images .jewel li {
	list-style-type:none;
}

.images .jewel li.sold em, .images .jewel li.comment {
	font-size: 0.8em;
	color: #FFF;
}

.contact {
	font-size: 1.1em;
}

.footer {
	margin: auto;
	margin-top: 50px;
	border-top: 1px dashed #AA7733;
	font-size: .8em;
	width: 940px;
	text-align: right;
}

.news {
	text-align: left;	
}

.news-item {
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #FFF;
}

.news-item .news-date {
	color: #FFF;	
}

.news-item img {
	margin: 10px;
}