/* CSS Document */
Body {
	background-color: #CDBBA3;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #333333;
	font-size: 90%;
}

/* Design layout */
#wrapper {
	margin: 15px auto;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 750px;
	border: 2px solid #454E6D;
	text-align: left;
}
#header {
	width: 750px;
	height: 200px;
	background-color: #FFF;
}
#title_bar {
	width: 750px;
	height: 26px;
	background-color: #454E6D;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 7px;
	text-indent: 150px;
}
#content_wrapper {
	width: 750px;
	float: left;
}
#content_container {
	background-image: url(images/content_bg.jpg);
	background-position: 150px 0;
	background-repeat: repeat-y;
	background-color: #FFF;
	float: left;
	width: 750px;
}
#side_bar {
	width: 120px;
	height: 300px;
	float: left;
	background-image: url(images/side_bar_bg.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
#nav_main a {
	width: 120px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav_main a:hover {
	text-decoration: underline;
}
#content {
	width: 570px;
	float: right;
	padding: 15px;
}
.heading {
	font-weight: bold;
}
#dragon_head {
	width: 100px;
	float: right;
	padding-left: 10px;
	margin-top: -50px;
}
#nav_secondary {
	clear: both;
	width: 450px;
	height: 20px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #FFF;
}
#nav_secondary a {
	color: #000;
	text-decoration: none;
}
#nav_secondary a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	line-height: 110%;
	padding: 15px;
}

/* Heading Formats */
h1, h2, h3 {
	font-size: 125%;
	margin: 0;
	padding: 0;
}

/* Artwork Listings */
.listing {
	clear: both;
	width: 570px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	background-color: #FFF;
}
.painting_info {
	float: left;
	width: 250px;
	padding: 10px;
}
.painting {
	float: right;
	width: 300px;
	text-align: center;
	font-size: 90%;
	padding: 10px 0;
}
#cjfooter {
	margin: 0 auto;
	margin-top: 10px;
	width: 600px;
	text-align: center;
	font-size: 80%;
}