html, body {

	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	margin:auto;
	width:900px;	
}
html {
   overflow-y: scroll;
}
body {
	text-align: center;
	font-size: 85%;
}
a {
	color: #717171;
	text-decoration: none;
	outline:none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	color:#000000;
}
p, li {
	line-height: 1.6em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
div#header {
	background-image:url(images/header_watercolor_spot1.jpg);
	background-repeat:no-repeat;
	height:120px;
	width:900px;
}
.article {
	margin: 110px 0 40px 30px;
	text-align:left;
}
.article.picture {
	float:left;
}
.article_text p:first-child {
	font-size:179%;
	line-height:1em;
	font-variant:small-caps;
}
.drop_cap {
	font-size:300%;
}
.picture {
	float:left;
	margin-right:20px;
}
div#apostrophe {
	float:right;
}
#apostrophe a {
	display: block;
	width: 120px;
	height: 108px;
	background: url("images/apostrophe_sprite.jpg") no-repeat 0 0;
}

#apostrophe a:hover { 
	background-position: -120px 0;
}

#apostrophe a span {
	display: none;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
       
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div.footer {
	float:left;
	font-size:12px;
	color:#CCCCCC;
	margin-top: 20px;
	padding-bottom: 30px;
}
div.footer a {
	color:#666666;
}
div.footer a:hover {
	color:#000000;
}
.line {
	background-color: #CCCCCC;
 	width:900px; 
	height:1px; 
	margin-bottom:5px;
 }
/* navigation */

#navigation_main {
	margin: -30px 0 30px 280px;
	clear:both;
}
#navigation_main ol, #navigation_main li, #navigation_main ul {
	margin:0;
	padding: 0;
	list-style:none;
	float:left;
}
#navigation_main li a{
	display:block;
	width:90px;
	height:30px;
  	background: url("images/navigation_sprite1.jpg") no-repeat 0 0;
	float: left;
}

#navigation_main span {
	display:none;
}
.active {
	cursor: default;
	color:#889cb7;
	font-weight: 200;
	font-size:14px;
}

#navigation_main #nav1 {
  background-position: 0 0;
}
#navigation_main #nav1:hover {
  background-position: 0 -60px;
}
#navigation_main #nav1.active {
	background-position: 0 -30px;
}

#navigation_main #nav2 {
  background-position: -90px 0;
}
#navigation_main #nav2:hover {
  background-position: -90px -60px;
}
#navigation_main #nav2.active {
	background-position: -90px -30px;
}

#navigation_main #nav3 {
  background-position: -180px 0;
}
#navigation_main #nav3:hover {
  background-position: -180px -60px;
}
#navigation_main #nav3.active {
	background-position:-180px -30px;
}

#navigation_main #nav4 {
  background-position: -270px 0;
  margin-left:30px;
}
#navigation_main #nav4:hover {
  background-position: -270px -60px;
}
#navigation_main #nav4.active {
	background-position: -270px -30px;
}

#navigation_main #nav5 {
  background-position: -360px 0;
}
#navigation_main #nav5:hover {
  background-position: -360px -60px;
}
#navigation_main #nav5.active {
	background-position: -360px -30px;
}

/* navigation_sub */
#navigation_sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	padding: 11px 0 0 30px;
	float:left;
	clear:both;
}
#navigation_sub ol, #navigation_sub li, #navigation_sub ul {
	margin:0;
	padding: 0 20px 0 0;
	list-style:none;
	float:left;
}
#navigation_sub li a{
	display:block;
	text-align:right;
}

#navigation_top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-top: 0px;
	margin: 0 0 0 610px;
	clear:both;
}
#navigation_top ol, #navigation_top li, #navigation_top ul {
	margin:0;
	padding: 0 20px 0 0;
	list-style:none;
	float:left;
}
#navigation_top a:hover {
	text-decoration:none;
}


.price {
		color:#009999;
		margin-left:30px;
		font-size:18px;
}
#statement {
	margin: 60px 200px 20px;	
}
.old_price {
		color:#333333;
		text-decoration:line-through;
		font-weight:100;
		margin-left:30px;
		font-size:16px;
}

.video {
	margin: 35px 0 55px 110px;
}
.video_description {
	margin: 35px 0 35px 110px;
	text-align:left;
	width: 600px;
}  

.painting {
	margin: 35px 0 55px 50px;
}
.painting_description {
	margin: 35px 0 35px 50px;
	text-align:left;
	width: 700px;
}  
