@charset "utf-8";

object { 		outline:none; }

img {			margin:0; padding:0; border:0; }

html {			width:100%;	height:100%; margin:0; padding:0; overflow-y:scroll; }

td {			vertical-align:top; }

table {			border:0; }

body {			height:100%; margin:0; padding:0; cursor:default; position:relative;
				background:url(images/background.jpg) top center no-repeat #f5ecd3;
				font:11px Arial, Helvetica, sans-serif; }

.container {	width:950px; position:relative; margin:5px auto 0 auto; }

.content {		width:930px; float:left; border:10px solid #cbc2aa;
				background:url(images/content_bg.gif) no-repeat bottom #342c1e; }

.h1 {			margin:0 0 5px 0; padding:0; }
.h1 img{		width:270px; height:33px; }

.contentRight {	width:270px; padding:10px 20px; background:url(images/content_right_alfa.png); }
.contentLeft {	width:580px; padding:10px 20px; }

/***************** HOME *****************/
.home_aboutus {	float:left; width:270px; padding:10px 0 10px 20px; margin-right:20px; }
.home_gallery {	float:left; width:270px; padding:10px 0; margin:0 20px; }
.home_news {	float:left; width:270px; padding:10px 0; margin-left:20px; }

.home_aboutus p{ line-height:20px; }


/***************** GALLERY THUMBS *****************/
.galleryThumbs {			margin:5px 0; }
.galleryThumbs a{			float:left; display:block; margin:3px; }
.galleryThumbs a img{		float:left; border:3px solid #948f88; }
.galleryThumbs a:hover img{	border:3px solid #cbc2aa; }



/***************** LIST *****************/
.list {						float:left; margin:5px 0 10px 0; padding:0 0 5px 0; border-bottom:1px dashed #736c5f; }
.list li{					margin:0; padding:0; list-style:none; float:left; }
.list li a{					display:block; float:left; width:100%; padding:3px;
							text-decoration:none; }
.list li a img{				float:left; border:3px solid #948f88; }
.list li a div{				float:left; display:table; width:170px; margin-left:10px;
							font-weight:bold; color:white; }
.list li a div span{		font-weight:normal; color:#e2d6b6; }

.list li a:hover{			background:#cbc2aa; cursor:pointer; }
.list li a:hover div{		color:black; }
.list li a:hover img{		float:left; border:3px solid #cbc2aa; }
.list li a:hover div span{	font-weight:normal; color:black; }
 
