body { 
	font-family: Verdana, Arial, sans-serif; 
	background-color:#e7e7de;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	color:#333;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
:-moz-any-link:focus {
	outline: none;
}
.content { 
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
.logo { 
	background-image: url('../images/logo.gif');
	background-position: 0px 0px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	width: 181px
	height:68px;
}
.content_sub { 
	background-color:#fff;
	margin:0;
	width: 750px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-bottom: 1px solid #eaeaea;
	padding:10px;
}

.left_block {
	float:left;
	background-color:#fff;
	margin:0;
	width: 520px;
	padding-right:10px;
}
.right_block {
	float:right;
	background-color:#fafafa;
	margin:0;
	width: 200px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding:5px;
}
.about{
	margin-top: 10px;
}
.block_div {
	margin-top: 15px;
}
.user_comment{
	margin-top: 10px;
	padding: 0 0 5px 0;
}
.user{
	padding: 2px 2px 2px 2px;
	margin-bottom:10px;
	background-color: #eff3f6;
	border-bottom: 1px solid #afcddc;
	border-right: 1px solid #afcddc;
	text-shadow: 2px 2px 3px #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
hr {
	height:1px;
	margin:0;
	padding: 0;
	border:none;
	border-bottom: 1px dotted #eaeaea;
	background-color: #fff;
}

.title{
	color: #286ec6;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 2px 2px 3px #ccc;
}
.menu_block{
	border-bottom: 2px dotted #fff;
	margin-bottom:10px;
	padding:5px;
}
.menu_block_last{
	padding:5px;
}
.menu_block_title{
		margin-bottom:10px;
		font-weight: bold;
}
.menu_block_item{
	padding-left:20px;
	background-image: url('../images/icons/16x16/bullet_white.png');
	background-position: 0px 0px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	margin-bottom:10px;
	font-size: 12px;
}
.menu_block_item_block{
	margin-bottom:10px;
	font-size: 12px;
	text-align: center;
}
input {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-height: 16px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #bbb;
}
ul { list-style-type:none;margin:0;padding:0;}
ul li {
	margin-top:10px;
	padding-left:20px;
	background-image: url('../images/icons/16x16/bullet_blue.png');
	background-position: 0px 0px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
}

.button{
	font-weight: bold;
}
.button:hover{
	background-color: #548dc9;
	color:#fff;
}
.foot{
	margin-top:20px;
	padding:10px;
	background-color:#fafafa;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
.copyright{
	text-align: center;
	color: #aaa;
	font-size: small;
}
.copyright a{
	color: #aaa;
}
.counters{
	text-align: center;
	color: #aaa;
	margin-top:15px;
}
.message {
	background-color:#fafafa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding:5px;
	color:#000;
}


ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 5px 5px 5px 40px;
	width: 500px;
}
ul.thumb li {
	margin: 0; padding: 5px 5px 5px 15px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 138px;
	height: 233px;
	background:none;
	background-image: none;
}
ul.thumb li img {
	width: 118px; height: 223px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	padding: 5px;
	/*background: #f0f0f0;*/
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background: transparent;
	border: none;
	/*background:url(thumb_bg.png) no-repeat center center; */ /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

