#body {
		behavior:url("htc/csshover.htc");
		text-align: center;
		background-color: #23235A;
		margin-top: 0px;
		font-size: 18px;
		font-weight: bold;
		}

#container {
		width: 680px;
		position: relative;
		text-align: justify;
		margin: 0 auto;
		font-family: VinerHandITC, 'Monotype Corvisa', Garamond, sans-serif;
		background-color: #627DE7;
		}

hr {
		background-color: #23235A;
		border: 1px solid #23235A;
		margin-top: -30px;
		}

#image {
		width: 194px;
		height: 393px;
		background: transparent url("../img/tatiana.jpg") no-repeat top left;
		float: left;
		padding-right: 10px;
		}

#menu {
		position: absolute;
		right: 90px;
		padding-bottom: 40px;
		top: 20px;
		}

#container > #menu {
		right: 50px;
		top: 0px;
		}

#menu ul {
		list-style-type: none;
		}

#menu ul li {
		float: left;
		padding-right: 30px;
		}

#menu ul li a {
		color: #23235A; /* #7191FD; */
		text-decoration: none;
		}

#menu ul li a:hover {
		color: #96ADEB;
		text-decoration: underline;
		}

#menu ul li span {
		color: #96ADEB;
		}

#title {
		padding-right: 50px;
		background: transparent url("../img/other_title.jpg") no-repeat top left;
		width: 297px;
		height: 100px;
		position: absolute;
		right: 150px;
		top: 60px;
		}

#title span {
		display: none;
		}

#content {
		padding: 70px 0px 50px 0px;
		color: #23235A;
		}

#content a {
		color: #23235A;
		}

#content a:hover {
		color: #96ADEB;
		text-decoration: underline;
		}

#gallery, #subgallery, #artworkdetail {
		padding: 85px 0px 0px 0px;
		margin: 0px;
		}

#contact {
		padding: 60px 0px 0px 0px;
		margin: 0px;
		}

#content > #gallery, #content > #subgallery,
#content > #artworkdetail, #content > #contact {
		padding: 110px 0px 0px 0px;
		margin: 0px;
		}

#gallery ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		background-color: #627DE7;
		}

#gallery ul li {
		float: left;
		}

#gallery ul li ul {
		margin: 0px;
		padding: 0px;
		}

#gallery ul li ul li {
		float: none;
		text-align: center;
		width: 250px;
		}

#gallery ul li ul.left li {
		padding-left: 70px;
		padding-right: 20px;
		}

#gallery ul li ul.right li {
		padding-left: 20px;
		padding-right: 70px;
		}

#gallery ul li ul li.comment {
		height: 50px;
		}

#gallery ul li ul li.comment {
		padding-bottom: 20px;
		}

#gallery ul li ul li.image {
		height: 200px;
                }

#gallery ul li.tohide ul li.action {
		background-color: transparent;
		border: none;
		}

#gallery ul li.tohide ul li.image {
		background-color: transparent;
		border: none;
		height: 195px;
		}

#gallery ul li.tohide ul li.comment {
		background-color: transparent;
		border: none;
		padding-bottom: 3px;
		}

#gallery img {
		border: none;
		}

#artworkdetail td {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		}


#artworkdetail td.text {
		text-align: left;
		}


#contact table {
		width: 100%;
		}

#contact .name {
		width: 40%;
		text-align: right;
		padding-right: 10px;
		}

#contact .namemsg {
		text-align: center;
		}

#contact input {
		background-color: #96ADEB;
		border: 1px solid #000;
		width: 200px;
		}

#contact input:hover {
		background-color: #eef;
		border: 1px solid #00f;
		}

#contact textarea {
		background-color: #96ADEB;
		border: 1px solid #000;
		width: 400px;
		height: 200px;
		}

#contact textarea:hover {
		background-color: #eef;
		border: 1px solid #00f;
		}

#contact .inputmsg {
		text-align: center;
		}

#contact .action {
		text-align: center;
		}

#contact input.btn {
		border: 1px solid #23235A;
		background-color: #23235A;
		color: #96ADEB;
		}

#contact input.btn:hover {
		background-color: #96ADEB;
		color: #23235A;
		CURSOR: pointer;
		}

#footer span {
		display: none;
		}

