@charset "UTF-8";
/* CSS Reset */
html, body, article, div, nav, section, article, footer, header, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
    margin: 0px;
    padding: 0px;
}
/* display */
aside, article, section, header, footer, nav {
    display: block;
}
html {
	background-color: #000;
}

body {
	width: 1150px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #000;
}
h1 {
	font-weight: normal;
}
.h1Chong {
	float: right;
	margin: 4em 30px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #FFF;
	letter-spacing: .2em;
	width: 190px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.h1Chong a:link {
	color: #FFF;
	text-decoration: none;
}
.h1Chong a:visited {
	color: #FFF;
	text-decoration: none;
}
.h1Chong a:hover {
	color: #CCC;
	text-decoration: none;
}
.h1Chong a:active {
	color: #CCC;
	text-decoration: none;
}
section {
	float: left;
	width: 1150px;
	margin: -1px 0 0 0;
}
aside {
	float: left;
	height: 940px;
	width: 250px;
	background-image: url(../_images/_body/aside-BG.jpg);
	background-repeat: repeat;
}
#titleTextBox {
	float: right;
	height: 120px;
	width: 210px;
	margin: 80px 30px 0 0;
	text-align: right;
	color: #444;
	line-height: 1.5em;
	font-size: .9em;
}
.arrows {
	float: right;
	height: 70px;
	width: 210px;
	margin: 5px 30px 0 0;
	text-align: right;
	font-size: 3.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #888;
}
.arrows a:link {
	color: #fff;
	text-decoration: none;
}
.arrows a:visited {
	color: #fff;
	text-decoration: none;
}
.arrows a:hover {
	color: #000;
	text-decoration: none;
}
.arrows a:active {
	color: #000;
	text-decoration: none;
}
#artWorkBox {
	background-image: url(../_images/_body/art-BG.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 940px;
	width: 900px;
	background-position: center top;
}
#artWorkBox img {
	margin: 40px 0 0 48px;
	border: 3px solid #9B7650;
	-webkit-box-shadow: 5px 5px 10px #888;
    -moz-box-shadow: 5px 5px 10px #888;
    box-shadow: 5px 5px 10px #888;
}
#artWorkBox2 {
	background-image: url(../_images/_body/art-BG.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 940px;
	width: 900px;
	background-position: center top;
}
#artWorkBox2 img {
	margin: 40px 0 0 80px;
	border: 3px solid #9B7650;
	-webkit-box-shadow: 5px 5px 10px #888;
    -moz-box-shadow: 5px 5px 10px #888;
    box-shadow: 5px 5px 10px #888;
}
p {
	margin: 0 0 .6em 0;
}
.artTitle {
	font-size: 1.2em;
	color: #000;
	text-transform: capitalize;
}
.return {
	float: right;
	width: 210px;
	margin: 1em 30px 0 0;
	text-align: right;
	font-size: 1em;
}
.return a:link {
	color: #fff;
	text-decoration: none;
}
.return a:visited {
	color: #fff;
	text-decoration: none;
}
.return a:hover {
	color: #000;
	text-decoration: none;
}
.return a:active {
	color: #000;
	text-decoration: none;
}
