
body { 
	font-family: georgia;
	font-size: 12px;
	color: #b0b2b4;
	background: url(../img/background.png);
}

td {
	font-family: georgia;
	font-size: 12px;
	color: #b0b2b4;
	text-align: justify;
}

hr {
	color: #fff; 
	border-style: none none dotted; 
}

input {
	border: #495158 1px solid; 
	background: #25313c; 
	width: 180px; 
	height: 20px; 
	color: #b0b2b4; 
	font-family: georgia; 
	font-size: 10px;
}


a:link, a:visited {
        color:#76B41C;
       }
       
.error{
    color: red;
    font-size: 9px;
    }
    
.message {
    color: #76B41C;
    font-size: 9px;
    }
.picture {
	border: 10px;
	}
.active {
	color: green;
}

.nonactive {
	color: red;
}
#photos {

	position: relative;

	z-index: 2;

	width: 100%;

	height: 600px;

	text-align: center;
	margin: 0 auto; 

	padding-top: 5px;

}



#photos_first {

	position: relative;

	z-index: 10;
	text-align: center;

	width: 910px;

	height: 608px;

	vertical-align: middle;
	
	
	margin: 0 auto; 
	

	

}

#photos_first_img {

	display: block;
	border: 0px solid #414950;


	cursor: hand;

	margin: auto auto;

}

#photos_previous {

	display: block;

	position: absolute;

	z-index: 12;

	left: -53px;

	bottom: 300px;

	width: 70px;

	height: 25px;

	cursor: pointer;

	background: url('images/space.gif');

}

#photos_next {

	display: block;

	position: absolute;

	z-index: 12;

	right: -53px;

	bottom: 300px;

	width: 70px;

	height: 25px;

	cursor: pointer;

	background: url('images/space.gif');

}



#photos_second {

	position: absolute;

	z-index: 8;

	top: 150px;

	left: 50px;

	width: 850px;

}

#photos_second_left {
	display: block;
	float: left;
	height: 200px;
	border: 4px solid white;
	filter: alpha(opacity=60);
	opacity: 0.60;
	cursor: pointer;
}

#photos_second_right {

	display: block;

	float: right;

	height: 200px;

	border: 4px solid white;

	filter: alpha(opacity=60);

	opacity: 0.60;

	cursor: pointer;

}



#photos_third {

	position: absolute;

	z-index: 4;

	top: 200px;

	left: 0px;

	width: 1000px;

}

#photos_third_left {

	display: block;

	float: left;

	height: 100px;

	border: 4px solid white;

	filter: alpha(opacity=30);

	opacity: 0.30;

	cursor: pointer;

}

#photos_third_right {

	display: block;

	float: right;

	height: 100px;

	border: 4px solid white;

	filter: alpha(opacity=30);

	opacity: 0.30;

	cursor: pointer;

}


#box {
	height: 600px;
	text-align: center;
}


.blogphoto {
	border-width: 5px;
	border-color: white;
}