* {
	margin:0px;
	padding:0px;
}

html,body{
	font-family:arial,verdana,tahoma;
	font-size: 11px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0px auto;
	color: #434343;	
  background: url(../layout/bg_all.gif);
  height:100%; 	
}

a{color:#6a6a6a;}
a:hover{color:#c1c1c1;}
p{
  margin:7px 0px;
}
img{
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

#holder{
  margin:0px auto;
  width:684px;
  background: url(../layout/bg.gif) repeat-y;
  height:100%;
  position: relative;
}

#img{
  width:277px;
  height:510px;
   float:left;
}

#content{
  background: url(../layout/navrh2_10.gif);
  height:510px;
  float:left;
  width:337px;
  padding:160px 50px 10px 20px;
  
  text-align: justify;
}

#logo{
position: absolute;
left:512px;
top:20px;
}
.clear{clear:both;}

