img
{
	border-radius:5px;
	border:2px solid red;
}
body
{
	background-image:url('/styles/fon2.jpg');
}
a
{
	color:yellow;
	font-size:20px;
	text-decoration: none;
}
a:hover
{
	color:blue;
	background:yellow;
	font-size:20px;
	text-decoration: none;
}
#logo li
{	border-right:1pt solid black;
	border-color:white;
	font-size:80%;
	float: left;
	list-style: none;
	margin-right:10pt;
}
#logo ul
{
	clear:right;
}
#logoim  , .temp
{
	text-align:center;
}
#logoim > a , #logoim > a:hover
{	color:red;
	font-size:72px;
	text-decoration: none;
	background:none;
}
#logoim > a:hover {text-shadow:0px 0px 15px white;}
#menu
{	
	background:#f1f1f1;
	/*font-size:70%;*/
	width:20%;
	float:right;
	border-top:1pt solid red;
	border-bottom:1pt solid red;
	clear:right;
	display:block;
}
#menu a
{
font-size:10px;
color:black;
}
#content
{

	background:rgb(230,230,230);
/*background-image:url('/styles/fon.jpg');*/
	font-family:arial;
	font-style:italic;
	font-size:90%;
	/*border:1pt solid black;*/
	margin-right:21%;
	padding:20px;
	/*text-align:center;*/
	border-radius:20px;
	box-shadow:4px 4px #616161;
}
#foot
{
	margin-right:21%;
	margin-top:50px;
	/*float:bottom;*/
	clear:left;
	background:#f1f1f1;
	color:green;
	border-radius:15px;
	box-shadow:4px 4px #616161;
}
.new-monument , .monument
{
	background:rgb(220,220,220);
	height:100px;
	background-attachment: scroll;
	text-align:left;
}
#content img
{
	width:140px;
	/*float:left;*/
	cursor: pointer;
}
#asdf
{	
	padding-left:5px;
	
}
#asdf a , #asdf a:visited
{
	color:black;
	border-radius:15px;
	border:1pt solid black;
	box-shadow:4px 4px #616161;
	background:#f1f1f1;
	padding:4px;
}
#asdf a:hover
{
	color:red;
	border-radius:15px;
	border:1pt solid black;
	box-shadow:4px 4px #616161;
	background:#f1f1f1;
	padding:10px;
}
#overAll{text-align:center;overflow:auto;background: rgba(0, 0, 0, 0.7);color:white;position:fixed;top:0;left:0;width:100%;height:100%;}
#nonnnne{position:absolute;left:0;top:0;color:red;}
#souim{max-height:98%;max-width:80%;}