html {
	margin: 0;
	padding: 0;
	background-image: url('../images/background1.jpg');
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right 200px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	color: #333333;
}

a img, a:hover img {
	border: none;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

#container {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#leftcol {
	width: 199px;
	height: 615px;
}
#leftcol img {
	display: block;
}
/* main menu - begin */
#leftcol #main_menu {
	margin: 257px 0 0 0;
	padding: 0;
	list-style: none;
}
#leftcol #main_menu li {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#leftcol #main_menu li a {
	display: block;
	float: right;
	overflow: hidden;
	margin: 0;
	padding-top: 22px;
	height: 0;
	background-position: right top;
	background-repeat: no-repeat;
}
#leftcol #main_menu img {
	display: inline;
}
#leftcol #main_menu #blog { height: 20px; }
#leftcol #main_menu #blog a { height: 20px; width: 69px; background-image: url('../images/menu01.jpg'); }
#leftcol #main_menu #blog a:hover, #leftcol #main_menu #blog a.active { background-image: url('../images/menu01active.jpg'); }
#leftcol #main_menu #art { height: 20px; }
#leftcol #main_menu #art a { height: 20px; width: 52px; background-image: url('../images/menu02.jpg'); }
#leftcol #main_menu #art a:hover, #leftcol #main_menu #art a.active { background-image: url('../images/menu02active.jpg'); }
#leftcol #main_menu #web { height: 21px; }
#leftcol #main_menu #web a { height: 21px; width: 118px; background-image: url('../images/menu03.jpg'); }
#leftcol #main_menu #web a:hover, #leftcol #main_menu #web a.active { background-image: url('../images/menu03active.jpg'); }
#leftcol #main_menu #print { height: 21px; }
#leftcol #main_menu #print a { height: 21px; width: 69px; background-image: url('../images/menu04.jpg'); }
#leftcol #main_menu #print a:hover, #leftcol #main_menu #print a.active { background-image: url('../images/menu04active.jpg'); }
#leftcol #main_menu #exhibitions { height: 21px; }
#leftcol #main_menu #exhibitions a { height: 21px; width: 118px; background-image: url('../images/menu05.jpg'); }
#leftcol #main_menu #exhibitions a:hover, #leftcol #main_menu #exhibitions a.active { background-image: url('../images/menu05active.jpg'); }
#leftcol #main_menu #about_contact { height: 22px; }
#leftcol #main_menu #about_contact a { height: 22px; width: 158px; background-image: url('../images/menu06.jpg'); }
#leftcol #main_menu #about_contact a:hover, #leftcol #main_menu #about_contact a.active { background-image: url('../images/menu06active.jpg'); }
/* main menu - end */


#maincol {
	width: 555px;
	padding: 0;
	background-image: url('../images/background2.jpg');
}

#header {
	height: 0px;
	padding-top: 32px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}
#header_text {
	text-align: center;
	overflow: hidden;
	background-image: url('../images/header_text_bg.gif');
}

#content {
	background-image: url('../images/dashed_line.jpg');
	background-repeat: repeat-x;
	padding: 0 15px;
}
#content .post_header {
	padding-top: 13px;
	margin-bottom: 15px;
}
#content .post_header h1 {
	display: inline;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
}
#content .post_meta {
	display: inline;
	padding-left: 10px;
	font-size: 14px;
	color: #676767;
}
#content .post_meta a {
	color: #676767;
	text-decoration: none;
}
#content .post_meta a:hover {
	background: #9c153e;
	color: #ffffff;
}
#content .post_meta .num_comments {
	color: #9c153e;
	font-weight: bold;
}
#content .post_content {
	background-image: url('../images/dashed_line.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content .post_content a {
	color: #9c153e;
	text-decoration: none;
}
#content .post_content a:hover {
	background: #9c153e;
	color: #ffffff;
}

#footer {
	background-image: url('../images/background2.jpg');
}
#footer #page_nav {
	height: 10px;
	position: relative;
}
#footer #page_nav div {
	display: inline;
}
#footer #page_nav #next a {
	position: absolute;
	right: 20px;
	background-image: url('../images/next.jpg');
	background-repeat: no-repeat;
	height: 0px;
	width: 49px;
	padding-top: 9px;
	overflow: hidden;
}
#footer #page_nav #prev a {
	position: absolute;
	left: 20px;
	background-image: url('../images/previous.jpg');
	background-repeat: no-repeat;
	height: 0px;
	width: 88px;
	padding-top: 9px;
	overflow: hidden;
}
#content .post_comments h2 {
	color: #993365;
	font-weight: normal;
	font-size: 18px;
}
#content .post_comments h3 {
	color: #343434;
	font-weight: normal;
	font-size: 16px;
}
#content .black {
	color: #000000;
}
#content .light {
	color: #b7b7b7;
}
#content .comment {
	background-image: url('../images/dashed_line.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#content .comment_meta {
	color: #9a9a9a;
	font-size: 12px;
}
#content .comment_author {
	color: #8D8D8D;
	font-size: 14px;
	font-weight: bold;
}
#content .comment_text {
	color: #595959;
	font-size: 13px;
}
#content .admin_comment .comment_meta, #content .admin_comment .comment_author, #content .admin_comment .comment_text {
	color: #8A7F63;
}
#content .post_comments label {
	font-size: 14px;
	color: #676767;
	font-style: italic;
	padding: 5px 0;
}
#content .post_comments .text_field {
	border: 1px solid #cbcbcb;
	font-size: 14px;
	color: #000000;
	padding: 2px 0;
	margin: 5px 0;
	font-family: Georgia, "Times New Roman", serif;
}
#content .post_comments .text_box {
	border: 1px solid #cbcbcb;
	font-size: 14px;
	color: #000000;
	padding: 2px 0;
	font-family: Georgia, "Times New Roman", serif;
	margin: 5px 0;
}
#content .post_comments .button {
	background: none;
	border: none;
	font-family: Georgia, "Times New Roman", serif;
	margin-top: 10px;
	font-size: 14px;
}

#content .imagelist {
	padding: 20px 0;
}
#content .imagelist img {
	padding: 6px 12px;
}

#sidebar h3 {
	padding: 5px 20px;
	background-image: url('../images/line.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}
#sidebar ul {
	list-style: none;
	margin: 8px 0;
	padding: 0;
}
#sidebar li {
	display: block;
	padding: 0;
	margin: 0;
}
#sidebar li.linkcat {
	background: none;
}
#sidebar li.linkcat h4 {
	color: #9c153e;
	padding: 0 0 0 57px;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}
#sidebar li.link {
	padding-left: 57px;
	background-image: url('../images/dashed_line.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
}
#sidebar a {
	color: #777873;
	text-decoration: none;
}
#sidebar a:hover {
	background: #9c153e;
	color: #ffffff;
}