@charset "utf-8";
body {
	font: 80%  Arial, Helvetica, sans-serif;
	background: #bababa;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9e9e9e;
	background-image: url(i/bg_body.png);
	background-position: left;
	background-repeat: repeat;
}
h1 {
	margin:0;
	padding:0;
	float:left;
	width:188px;
}
img {
	border:none;
}

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

a {
	color:#ff3b89;
	text-decoration: none;
}

a:hover{
	color:#000;
	text-decoration: none;
}
.pulat #container {
	
	width: 780px;height: 523px;background:url(i/bg_container.png) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.pulat #mainContent {
	padding:  0px 45px 50px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.pulat #header {
	height:100px;
	border-bottom: 1px solid #9e9e9e;
	text-align: right;
	margin-bottom:18px;
}
.pulat #header #menu{
	
	height: 39px;
}


.pulat #header #menu img{
	margin-top:41px;
	vertical-align:top;

}




.pulat #thumbs{
	width:162px;
	float:left;
	margin-right:22px;
	height:350px;
}
.pulat #thumbs #navigate{
	width:145px;
	text-align: center;
	font-size: 80%;
	color:#ff3b89;
}
.pulat #thumbs #navigate a{
	color:#9e9e9e;
}
.pulat #thumbs #navigate a:hover{
	color:#000	;
}
.pulat #thumbs #navigate a.pn{
	color:#ff3b89;
}
.pulat #thumbs #navigate a.pa:hover{
	color:#000	;
}
.pulat #showcase{
	width:350px;
	height:350px;
	float:left;
	margin-right:22px;
}
.pulat #brief{
	float:left;
	width:128px;
	height:348px;
	line-height: 140%;
	overflow : hidden; 
}
.pulat #thumbs a img{
	border: 1px solid #9e9e9e;
	margin:0 17px 17px 0;
}
.pulat #thumbs a:hover img{
	border: 1px solid #ff3b89;
}
.pulat #showcase img{
	border: 1px solid #9e9e9e;
}

