body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 30px;
	background-image: url(images/leatherTexture2.jpg);
	background-color: #996633;
	background-repeat: repeat;
}
a {
	color: #000099;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000066;
}
.thickOutline {
	border: 2px solid #000000;
}
.no-outline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 0;
}
.vertAlign {
	margin: 0px;
}

.box-outline {
	border: 1px solid #000000;
}
.box-outline-dotted {
	border: 1px dotted #000000;
}

.image_info {
	display:block;
	font-size:10px;
	color:#999;
	border:0px;
    }
.image_comment {
	text-align: center;
	width:400px;
}

.wrapper {
    margin:0px 40px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
/*    width:400px;*/
    border: 0px solid #000;
    text-align:inherit;
}
.show_title a {
    font-size:12px;
    text-decoration:none;
    color:#999;
}
.image_info a {
    text-decoration:none;
    color:#000099;
}

.image {
	margin-bottom:5px;
	text-align: inherit;
}
.image img {
    padding:0 px;
    border: 3px solid #000;
    display:block;
    background-color: #000000;
    margin-top: 10px;
}
.navigation {
	text-decoration: none;
    color:#000000;
    margin-top:9px;
    font-weight:bold;
}
.navigation a {
    color:#000099;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}
.fixedWidth {
	max-width: 800px;
}
.absolute_left {
	position: absolute;
	left: 60px;
}

