/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.8em Tahoma;
	color:#2c434d;
	background:#fff;
}

a {
	color:#0C232D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font:normal 1.6em Tahoma;
	margin-bottom:10px;
}

h2 {
	font:normal 1.4em Tahoma;
	margin-bottom:10px;
color:#853627;
}

/* Form elements */

.textbox {
	border:1px solid #2D444E;
	background:transparent;
	font:normal 0.9em Arial;
}

.button {
	border:1px solid #2D444E;
	background:transparent;
	font:normal 0.9em Arial;
	color:#2C434D;
	height:19px;
	vertical-align:top;
	cursor:pointer;
	text-align:center;
}

textarea {
	border:1px solid #2d444e;
	background:#e5e5e5;
	font:normal 1em Tahoma;
	padding:2px;
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:1000px;
	background:#E5E5E5;
}

#container {
	width:100%;
	float:left;
	margin-right:-185px;
}

/* Content */

#content {
	margin-right:185px;
}

	#inside #content {
		padding: 0 50px 0 20px;
		border-right:1px solid #666666;
	}

/* Header */

#header {
	height:215px;
	background:url("images/header.jpg") no-repeat left top;
	position:relative;
	margin-bottom:12px;
}

	.name {
		position:absolute;
		top:60px;
		right:25px;
		color:#5c2318;
		text-decoration:none;
		font:normal 1.8em Arial;
	}
	
	.nav {
		position:absolute;
		top:10px;
		right:25px;
	}
	
		.nav li {
			float:left;
			padding:0 5px;
		}
		
			.nav li a {
				color:#2c434d;
			}
			
	.top-menu {
		position:absolute;
		top:187px;
		left:10px;
	}
	
		.top-menu li {
			float:left;
			padding:0 10px 0 10px;
		}
		
			.top-menu li a {
				color:#2C434D;
			}
		
	.search {
		position:absolute;
		top:185px;
		left:506px;
	}

/* Central column */

#main {
	margin-right:265px;
	padding:0 30px 0 20px;
}
#main img {
				background:#fff;
				border:1px solid #808080;
				padding:2px ;
				margin-left:0px;
				margin-right:4px;			}

	#cont p {
		margin-bottom:10px;
	}
	#last_art {
		margin-bottom:0px;
	}

	.comment .button {
		width:50px;
		margin-left:50px;
	}




/* Left column */

#right-column {
	width:264px;
	float:right;
	padding:8px;
	border:1px solid #853627;
}

	#right-column h1 {
		text-align:center;
	}
	
	.block {margin-left:12px;
		margin-bottom:15px;
	}
	.block img {background:#fff;
				border:1px solid #808080;
				padding:2px ;
				margin-left:0px;
				margin-right:4px;	}

		.block p {
			margin-bottom:5px;
		}
/* Right column */

#rightside {
	width:170px;
	float:right;
	padding:18px 5px 0 10px;
}

	#rightside ul {
		margin-bottom:15px;
	}

		#rightside li {
			padding-left:15px;
			background:url("images/top-menu.gif") no-repeat 5px 6px;
		}
		
			#rightside li a {
				color:#0C232D;
			}
/* Footer */

#footer {
	background:#77bbfe;
	font-size:0.85em;
	text-align:center;
	position:relative;
	padding:5px 15px;
	line-height:23px;
	overflow:hidden;
	margin-top:12px;
}

	#footer img {
		vertical-align:top;
	}

	.counter-block {
		float:right;
		margin-top: 4px;
	}
.copyright-block {
		float:left;
		
	}
.clearing {
	height:0;
	clear:both;
	font-size:0;
	overflow:hidden;
}
 thead /*Параметры шапки всех таблиц - цвет фона и т.д.*/
      {
       text-align: left;
       
       background: #88bbff;
       color: #000000;
      }