/* -------------------------- INDEX -------------------------- */
#one, #two, #three, #work, #bad, #for, #not, .two {
	width: 693px;
	height: 390px;
	float: left;
}
#one { background: url(../images/backgrounds/1.jpg) center top no-repeat; }
#two, .two { background: url(../images/backgrounds/2.jpg) center top no-repeat; }
#three { background: url(../images/backgrounds/3.jpg) center top no-repeat; }
#work { background: url(../images/backgrounds/work.png) center top no-repeat; }
#bad { background: url(../images/backgrounds/401.png) center top no-repeat; }
#for { background: url(../images/backgrounds/403.png) center top no-repeat; }
#not { background: url(../images/backgrounds/404.png) center top no-repeat; }

#one h2, #two h2, #three h2, #work h2, #bad h2, #for h2, #not h2, .two h2{
text-indent:135px;
margin-top: 40px;
font-size: 20px;
color: #558752;
}
#one p, .two p, #two p, #three p, #work p, #bad p, #for p, #not p{
font-size: 14px;
color: #447641;
}
#three a.links{
line-height:19px; 
color:green; 
font-weight:600;
}
#three a.links:hover{
background-color:rgb(255,255,255)
}


/* -------------------------- PREVIEW -------------------------- */
/* LINK */
.link {
	width: 420px;
	float: left;
	text-align: right;
	margin-bottom: 5px;
}
.link p a {
	color: #000;
	text-decoration: none;	
}
.link p a:hover {
	background: #FFF;
}

/* PREVIEW */
.preview {
	width: 434px;
	height: 235px;
	float: left;
	margin-top: 75px;
	_margin-top: 64px;	
	margin-left: 137px;
	_margin-left: 69px;	
}
#one .preview, #two .preview, #three .preview, .two .preview {
margin-top: 30px;
}
.img-preview {
	border: 1px solid #000;
	margin-right: 13px;
}
.img-preview:hover {
	border: 1px solid #FFF;
}


/* -------------------------- FOOTER -------------------------- */
#footer {
	width: 693px;
	height: 61px;
	float: left;
	text-align: center;		
	background: url(../images/backgrounds/footer.jpg) center top no-repeat;
	margin-bottom: -7px;
}
#footer p {
	font-size: 90%;
	color: #000;
}
p.footer{	text-align: center;	}
#footer p a, .footer a{
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover, .footer a:hover {
	color: #000;
	background: #FFF;
}	.none{ display: none; }
.form{
     opacity: 0.5;  
     filter: alpha(opacity=50);  
     -moz-opacity: 0.5;  
     -khtml-opacity: 0.5;  }

div#roh{
position: absolute;
top:0;
left:0;
width: 150px;
height: 150px;
}