body {
	font-size: normal;
	background: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	color: #cccccc;
	background-image: url(../images/bg2.png);
	background-attachment : fixed;
	background-repeat : repeat;
}
.content {
	background-image: url(../images/img12.jpg);
	background-repeat: repeat;
	background-color: #333333;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: auto;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	width: 350px;
}
.header {
	border-bottom: 1px solid #73ba51;
	padding-right:8px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #EEEEEE;
	background-image : url(../images/bg3.png);
	background-attachment : fixed;
	background-repeat : repeat;
     }
.main-block {
}
a:link, a:visited, a:active { 
	color: #3366cc;
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}
.photo {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}
.photo:hover {
	border-color: #999999;
	border-width: 2px;
	border-style: solid;
	padding: 1px;
}
.site-icon {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}