/*================PHOTO================*/
#photo {
	width: 720px;
	height: auto;
	margin: 10px 20px 0 20px;
}
/*===== LEFT MENU =====*/
/*
#menu_list {
	line-height: 2em;
	background-color: #8fa7d1;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	text-indent: 0.5em;
}
#menu_list span {
	display: block;
	border-bottom: 3px #e1e1e1 solid;
}
#menu_list a {
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 3px #e1e1e1 solid;
}
#menu_list a:hover {
	border-bottom: 3px white solid;
	background-color: #000080;
	color: white;
}
#menu_list a#here {
	display: block;
	text-decoration: none;
	border-bottom: 3px white solid;
	background-color: #000080;
	color: white;
}

#menu_list a#here:hover {
	border-bottom: 3px white solid;
	background-color: #000080;
	color: white;
}
*/

#photomenu {
	width: 150px;
	height: auto;
	margin: 0 0 20px 0;
	background: url(images/bg_photo.gif) repeat;
	float: left;
}
#photomenu ul {
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#photomenu li {
	width: 140px;
	font-size: 12px;
	margin: 5px;
	color: #FFF;
	line-height: 1.3;
	padding: 0;
	text-align: center;
}
#photomenu li a {
	display: block;
	width: 140px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
}
#photomenu li a:hover {
	width: 140px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	background: URL(images/bg_photo2.gif) repeat;
}
#photomenu li a#here {
	display: block;
	width: 140px;
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	background-color: #030;
} 
/*===== RIGHT =====*/
#photoblock {
	width: 560px;
	height: height;
	margin: 0 0 20px 0;
	background-color: #E1E1E1;
	float: right;
}
#photoblock h2 {
	margin: 0px;
	padding: 7px 0 5px 10px;
	color: #030;
	font-size: 14px;
	line-height: 1.3;
}
#photoblock p {
	font-size: 12px;
	color: #000;
	margin: 0 6px 4px 10px;
	line-height: 1.5;
}
#photoblock p a {
	color: #030;
	text-decoration: underline;
}
#photoblock p a:hover {
	color: #030;
	text-decoration: none;
}
.content_image {
	border-top: 1px solid #666;
	border-bottom: 1px solid 666;
	background-color: #E2E2E2;
	text-align: left;
	color: #000;
	margin:  0 3px 5px 3px;
	padding: 5px 10px 5px 5px;
	line-height: 1.4em;
}
.content_image a {
}
.content_image a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.content_image img {
	border: 1px silver solid;
	margin: 5px;
}






