/* CSS Document */
html, body {
  margin: 5px;
  padding: 0;
  height: 100%; /* needed for container min-height */
  text-align: center;
  font-family: "Trebuchet MS";
  font-size:12px;
  color: #666666;
}
 
body{background-image:url(../images/backRep1.jpg);
	 } 
img, a{border:0px;}
a {color:#333366;font:12px "Trebuchet MS";
	 }
a:hover {color:#cc6600;font:12px "Trebuchet MS";
	 }
	 
.container{
	width:830px;
	height:auto;
	background-color:#FFFFFF;
	font:"trebuchet MS";
	padding-top:1px;
	margin:auto;
	align:center;
	border: 2px solid #C7C7C7;
}
.header{
	height:500px;
	align:center;
	margin:10px;
	width:810px;
	text-align:center;
	padding-top:140px;
	background-color: #f2ede9;
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.active{background:url(../images/star_a.gif) no-repeat;height:16px;width:16px;float:left;}
.passive{background:url(../images/star_p.gif) no-repeat;height:16px;width:16px;float:left;}
.footer{
	height:120px;
	clear:both;
}
.raitings{
	text-align:center;
	clear:both;
	align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 8px;
}
.text{clear:both;}
.cover{width:162px;height:280px;float:left;margin:auto;align:center;margin:10px;}
.covers{clear:both;margin:auto;text-align:center;align:center;margin-top:50px;margin-bottom:50px;margin-left:40px;}
.picture{width:160px;height:240px;border:1px solid #999999;}
