body {
	background: #ffffff;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;	/*Letter Gothic Std, Courier New, */
	letter-spacing: 0.7px;
	font-weight: 500;
	font-size: 14px;
	color: #44424a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin-top: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

a {
  color: #5049A4;/*#504964;*/
  text-decoration: none;
}

a:hover {
  color: #110f15;
  text-decoration: none;
}

#logo {
	display: block;
	position: relative;
	top: 25px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
}

#nav {
	display: block;
	position: relative;
	top: 25px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	height: 50px;
	vertical-align: top;
	text-align: left;
}
#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 22px;
}

#nav li.last {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
}

#main_bg {
	display: block;
	position: relative;
	top: 25px;
	left: 0px;
	width: 100%;
	background: #E0DDE7;
	border-top: 2px solid #CF8888;
	border-bottom: 2px solid #CF8888;
}
#main {
	display: block;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	vertical-align: top;
	text-align: left;
}
#footer {
	position: relative;
	top: 25px;
	height: 50px;
	width: 100%;
	background: #FFFFFF;
}

#centered {
  position:absolute;
  top: 20px;
  left:50%;
  width:900px;
  margin-left:-450px;
}
#home_img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 700px;
	width: 900px;

}
#home_nav {
	position: absolute;
	top: 620px;
	left: 20px;
	width: 900px;
	vertical-align: top;
	text-align: left;
}
#home_nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


.bio_photo {
	border: 1px solid #44424a;
}

.films_title {
	font-weight: bold;
	font-size: 16px;
}	
.films_photo {
	border: 1px solid #44424a;
	margin-right: 15px;
	margin-bottom: 15px;
	align: left;
}	

.news_item {
	position: relative;
	display: block;
	width: 800px;
	margin-bottom: 20px;
}
.news_title {
	font-weight: bold;
	font-size: 16px;
}	
.news_date {
	font-size: 12px;
}
.news_photo {
	border: 1px solid #44424a;
	margin-right: 15px;
	margin-bottom: 15px;
	align: left;
}

.paintings_collection {
	font-weight: bold;
	font-size: 14px;
}	
.paintings_caption {
	font-size: 12px;
}
.paintings_info {
	font-size: 11px;
}

#home_content {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#content_photo {
	border: 1px solid #504964;
	margin-left: 20px;
}
	

#item_photo {
	position: absolute;
	top: 30px;
	left: 34px;
	width: 440px;
	height: 293px;
	border: 1px solid #504964;
}

#item_info {
	position: absolute;
	top: 30px;
	left: 487px;
	width: 160px;
	height: 293px;
}

.item_name {
	text-transform: uppercase;
}

.item_style {
	font-size: 11px;
	text-transform: uppercase;
}

#thumbs {
	position: absolute;
	top: 350px;
	left: 0px;
	height: 70px;
	width: 640px;
	padding: 15px 20px 15px 20px;
	overflow: hidden;
	background: #f5f5f5;
}

/*
.item_thumb {
  border: solid 5px #ffffff;
}
*/