<!--

	html {}
	
	body, form, h1, h2, h3, p, ul, li {
		margin: 0;
		padding: 0;
	}
	
	body {
		background: #fff;
		font-size: 80%;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: #854948;
	}
	
	img {
		border: none;
	}
	
	h1 {
		font-size: 10px;
	}
	
	h2 {
		font-size: 120%;
	}
	
	a {
		color: #854948;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	/* main sheet */ 
	div.shadow_area {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	/* main sheet shadows */
	div.shadow_left {
		background: url(images/sheet_shadow_left.gif) repeat-y top left;
	}
	
	div.shadow_right {
		background: url(images/sheet_shadow_right.gif) repeat-y top right;
	}
	
	div.sheet {
		background: #FFFFFF;
		margin: 0px 15px;
		padding-top: 10px;
	}
	
	body.gallery div.sheet {
		padding-top: 20px;
	}
	
	div.blocker {
		width: 760px;
		height: 1px;
		font-size: 1px;
		visibility: hidden;
	}
	
	
	/* header */
	div.header {
		height: 45px;
		background: #854948;
		margin-bottom: 15px;
		text-align: left;
	}
	
	body.gallery div.header {
		margin-bottom: 30px;
	}
	
	/* logotype */
	div.logo {
		width: 190px;
		height: 75px;
		position: absolute; top: 5px; left: 25px;
		background: #fff;
	}
	
	/* header menu */
	div.top_menu {
		float: left;
		color: #fff;
		padding: 13px 20px 15px 215px;
	}
	
	div.top_menu a {
		color: #fff;
		font-size: 80%;
		padding: 0px 3px;
		text-decoration: underline;
	}
	
	div.top_menu a:hover {
		text-decoration: none;
	}
	
	
	/* search form */
	div.search {
		float: right;
		height: 20px;
		padding: 13px 10px;
	}
	
	div.search span.input input {
		height: 15px;
		color: #666;
		border: 1px solid #ceb6b6;
	}
	
	/* hack, makes selectors invisible for all browser, but Opera 7 and higher */
	@media all and (min-width: 0px){
		div.search span.input input { 
			height: 19px; 
		}
	}
	
	div.search span.button input {
		height: 19px;
		background: #854948;
		border: 1px solid #ceb6b6;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
	}
	
	
	
	div.content_border {
		border-left: 10px solid #854948;
	}	
	
	
	/* left menu */
	div.menu {
		float: left;
		width: 190px;
		text-align: left;
	}
	
	div.menu ul {
		list-style: none;
	}
	
	
	/* partners list */
	div.menu div#partners {
		height: auto !important;
		min-height: 180px;
		height: 180px;
	}
	
	div.menu div#partners ul li {
		margin-top: 3px;
	}
	
	div.menu div#partners,
	div.menu div#recommended {
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	
	div.menu div#partners a {
		font-size: 100%;
	}
	
	/* recommended sites list */
	div.menu div#recommended ul li {
		margin-top: 1px;
	}
	
	div.menu div#recommended a {
		font-size: 85%;
	}
	
	
	
	/* page content */
	div.content {
		padding-left: 200px;
		text-align: left;
	}
	
		
	div.content div.featured {
		height: 200px;
		background: #854948 url(content/featured.jpg) no-repeat left top;
		border-top: 1px solid #fff;
		text-align: right;
		margin-bottom: 10px;
	}
	
	div.content div.featured#p2 {
		background: #854948 url(content/featured2.jpg) no-repeat left top;
	}
	
	div.content div.featured#p3 {
		background: #854948 url(content/featured3.jpg) no-repeat left top;
	}
	
	div.featured div#headline {
		width: 400px;
		height: 180px;
		float: right;
		background: #854948 url(content/corner.jpg) no-repeat bottom right;
	}
	
	div.featured div#headline {
		color: #fff;
		font-size: 90%;
		padding: 10px;
	}
	
	div.featured div#headline span#date {
		background: #fff;
		color: #854948;
		padding: 0 2px;
		font-weight: bold;
	}
	
	div.featured div#headline h3 {
		font-family: "Times New Roman", Times, serif;
		font-size: 250%;
	}
	
	div.featured div#headline a {
		color: #fff;
	}
	
	div.featured div#headline span#more a {
		font-size: 100%;
	}
	
	
	
	/* galleries */
	div.galleries {
		padding: 5px 0;
		text-align: center;
	}
	
	div.galleries div.gallery_item {
		width: 24%;
		min-width: 175px;
		height: 160px;
		width: expression(document.body.clientWidth < 850? "32%": "24%" );
		float: left;
		padding: 15px 2px;
	}
	
	div.galleries div.gallery_item div#center {
		width: 138px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	div.galleries div.gallery_item div#thumb a {
		display: block;
		width: 130px;
		height: 100px;
		border: 2px solid #ceb6b6;
	}
	
	div.galleries div.gallery_item div#thumb a:hover {
		border: 2px solid #854948;
	}
	
	div.galleries div.gallery_item div#comment {
		width: 130px;
		padding: 2px;
		text-align: left;
	}
	
	div.galleries div.gallery_item div#comment a {
		text-decoration: none;
		font-size: 80%;
		color: #999;
	}
	
	div.galleries div.gallery_item div#comment a:hover {
		color: #854948;
	}
	
	body.gallery h1 {
		font-size: 200%;
		text-align: left;
	}
	
	body.gallery h1 a {
		color: #fff;
		background: #854948;
		padding: 0 15px;
	}
	
	
	
	/* galleries bottom navigation */
	div.galleries div.nav a {
		padding: 0 4px;
		width: 8em;
	}
	
	div.galleries div.nav span {
		background-color: #854948;
		padding: 0 4px;
		font-weight: bold;
		color: #fff;
	}
	
	
	/* block header*/
	div.block_header {
		background-color: #854948;
		color: #fff;
		font-family: "Times New Roman", Times, serif;
		border-left: 1px solid #d8c4c4;
	}
	
	div.block_header h2 {
		border-left: 3px solid #9d6d6d;
		padding: 2px 8px;
	}
	
	
	div.cleaner {
		clear: both;
	}
	
	
	div.contact {
		color: #999;
		padding-bottom: 20px;
	}
	
	
	
	/* banners, advertisements */
	div.bottom_boom {
		margin: 20px auto;
		width: 478px;
		background-color: #854948;
		padding: 5px;
	}
	
	div.bottom_boom img {
		border: 2px solid #764a49
	}
	
	div.left_boom {
		margin: 50px auto;
		width: 130px;
		background-color: #854948;
		padding: 5px;
	}
	
	body.gallery div.left_boom {
		margin: 15px auto;
	}
	
	div.left_boom img {
		border: 2px solid #764a49
	}
	
	
	div.footer {
		height: 15px;
		background: #854948;
		color: #fff;
		font-size: 80%;
		padding-left: 10px;
	}
	
	div.footer div#logo {
		float: left;
		background: #fff;
	}
	
	div.footer div#logo img {
		width: 60px;
		height: 24px;
	}
	
	div.footer a {
		color: #fff;
	}
	
	div.footer div#copyright {
		padding: 2px 0 !important;
		padding: 4px 0;
		
		border: none !important;
		
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	
-->