@charset "utf-8";
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
	width: auto;
}

a:link {
	color:#FF9900;
	text-decoration: none;
}
a:visited {
	color:#FF9900;
	text-decoration: none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}
a:active {
	color:#FF9900;
	text-decoration:underline;
}

#page {
	width:804px;
	margin: 0px auto 0px auto;
}
hr {
	background-color:#666;
	color: #666;
}
.linkcross{
	cursor : crosshair;
}


#menu {
	display:block;
	color:#888888;
	padding-top : 6px;
	padding-bottom : 6px;
	height:14px;
}
#menu a:link {
	color:#888888;
	text-decoration:none;
}
#menu a:visited {
	color:#888888;
	text-decoration:none;
}
#menu a:hover {
	color:#FF9900;
	text-decoration:underline;
}
#menu a:active {
	color:#FF9900;
	text-decoration:underline;
}

.photo {
	background-color: #000;
	border : 12px solid #000;
}

.about {

	background-color: #FFF;	

}

.thumbs {
	color:#222;
	background-color: White;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	line-height : 0px;
	text-align : center;
	min-height : 500px;
}
.photoThumbs{
	border : 4px solid Black;
	margin : 7px 8px 7px 8px;
}

.about_me {
	color: Black;
	text-align:right;
	clear : right;
	height : 500px;
	line-height : 135%;
	background-color: White;
	padding : 10px 10px 10px 10px;
}
.about_me a:link {
	color:#636363;
	text-decoration:none;
}
.about_me a:visited {
	color:#636363;
	text-decoration:none;
}
.about_me a:hover {
	color:#FF9900;
	text-decoration:underline;
}
.about_me a:active {
	color:#FF9900;
	text-decoration:underline;
}
.mephoto {
	width:380px;
	float : left;
}
.title {
	color:#FF9900;
	font-weight : bold;
}

.copyright {
	font-size:9px;
	text-align:left;
	color:#000;
	width:300px;
	float:left;
	padding-top : 5px;
}

.comment {
	font-size:9px;
	text-align: center;
	color:#000;
	width:200px;
	float:left;
	padding-top : 5px;
}

.descr {
	text-align:right;
	color:#222;
	padding-top : 5px;
	padding-bottom : 10px;
	width:300px;
	float:left;
}
