/* div {margin: 1px; padding:1px; border: 1px red dashed}  */ 

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url(images/back.png);
}

img {
	border: 0;
}

h2 {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 24px;
	color: #444444;
	font-weight: normal;
	clear: left;
}

h3 {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 24px;
	color: #444444;
	font-weight: normal;
}

h4 {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 20px;
	color: #F8F8F8;
	font-weight: normal;
}

div.wrapper {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

div.head {
	margin-top: 7px;
}

div.left {
	width: 590px;
	float: left;
	margin-left: 30px;
}

div.menu {
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 7px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	border-bottom-width: 1px;
}

div.menu ul {
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

div.menu ul li {
	height: 27px;
	float: left;
	margin-right: 30px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-bottom-width: 3px;
}

div.menu ul li:hover {
	border-bottom-style: solid;
	border-bottom-color: #767676;
	border-bottom-width: 3px;
}

div.menu ul li a {
	color: #5E5E5E;
	text-decoration: none;
}

div.menu ul li a:hover {
	color: #444444;
}

div.clear1 {
	clear: both;
}

div.text {
	background-image: url(images/text.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	text-align: justify;
}

div.right {
	width: 211px;
	float: right;
	margin-right: 30px;
}

div.image {
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 211px;
	height: 162px;
}

div.image a img {
	margin-top: 5px;
	margin-left: 4px;
}

div.image p.pt {
	font-size: 14px;
	font-weight: bold;
}

div.clear2 {
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
}

div.partners {
	color: #F6F6F6;
	background-color: #5E5E5E;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 15px;
	border-style: solid;
	border-color: #767676;
	border-width: 1px;
}

div.partners a {
	color: #F6F6F6;
	text-decoration: none;
}

div.partners a:hover {
	text-decoration: underline;
}

div.foot {
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
}

div.foot span {
	float: right;
}

div.foot span a {
	color: #000000;
	text-decoration: none;
}

/* GALLERY */

div.gallery {
	float: left;
	width: 211px;
	height: 162px;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 50px;
	margin-bottom: 30px;
}

div.gallery a img {
	margin-top: 5px;
	margin-left: 4px;
}