body {
	margin: 10px 0 10px 0;
	background-color: #d6dfdf;
	background-image: url(/images/frame/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #313f3a;
	line-height: 1.6em;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #313f3a;
}
p {
	margin-bottom: 10px;
	text-align: justify;
}
td {
	vertical-align: top;
	text-align: justify;
}
img {
	border: 0;
}
ul, li, form {
	margin: 0;
	padding: 0;
}

/* Frame setup */

.content_wrapper {
	position: relative;
	margin: 0 auto;
	width: 667px;
	top: 0;
	left: 0;
	background-image: url(/images/frame/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
}
* html .content_wrapper {
	padding-top: 55px;
}
* html .menu {
	margin: 25px 0 15px 0;
}
.menu li {
	margin: 0;
	float: left;
	list-style-type: none;
	padding-right: 20px;
	display: inline;
}
.menu {
	display: block;
	margin: 5px 0 5px 0;
	height: 23px;
}
.content {
	margin: 20px 0 0 0;
}
#artist {
	padding-top: 15px;
}
#artist td {
	padding: 0 20px 0 20px;
}
.artist_image {
	width: 300px;
	text-align: center;
}
#home {
	text-align: center;
}
.img_border {
	border: 1px solid #a3a6a5;
}
#margin_top_bottom {
	margin-top: 15px;
	margin-bottom: 15px;
}
.quote {
	font-size: .8em;
	font-style: italic;
	padding: 15px 0 0 0;
	text-align: justify;
}
.copyright {
	font-size: .7em;
	margin: 20px 0 0 0;
	text-align: center;
}
.back {
	font-size: .9em;
	text-align: center;
	border-top: 1px solid #d6dfdf;
}
.back a {
	display: block;
}

/* Gallery */

.gallery_table {
	margin: 0 auto;
	width: 500px;
}
.gallery_table td {
	vertical-align: top;	
}
.gallery_menu {
	margin-bottom: 20px;
}
#gallery_content {
	padding: 20px 0;
}
.gallery_type {
	padding: 10px 0 5px 0;
	font-size: 1.2em;
	font-weight: bolder;
	border-bottom: 1px solid #d6dfdf;
	text-align: center;
	width: 100%;
}
.gallery_table td img {
	padding: 0 10px 10px 0;
	background-image: url(/images/frame/img_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.gallery_section td {
	font-size: .8em;
	text-align: center;
	padding: 5px 0 5px 0;	
}
.gallery_description {
	padding: 10px 0 10px 0;
	width: 100%;
}
.core_description {
	text-align: left;
	font-size: .8em;
	line-height: 1.5em;
}

/* Links Page */

#links  li {
	list-style-type: none;
}
#links a {
	display: block;
	padding: 5px;
	font-size: 1.2em;
	color: #686969;
}
#links a:hover {
	color: #2a2a2a;
}

/* Contact Page */

.contact_table {
	margin: 0;
}