* {
	padding:0;
	margin:0;
}

body {
	min-height:100%;
	background:#fff;
	color:#434341;
	font:0.8em Verdana;
}

a {
	font-weight:bold;
	color:#434341;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ol, ul {
	margin-left:20px;
}

h1 {
	text-transform:uppercase;
	color:#030303;
	font:1.5em Verdana;
	background:url("images/h1.gif") no-repeat left;
	padding-left:25px;
	margin-bottom:10px;
}

h4 {
	text-transform:uppercase;
	color:#030303;
	font:1em Verdana;
	background:url("images/h1.gif") no-repeat left;
	padding-left:25px;
	margin-bottom:10px;
}

img {
	border:0;
}

/* Структура */

#wrapper {
	background:url("images/bg.jpg") no-repeat;
	width:1000px;
	height:765px;
	margin:0 auto;
	position:relative;
}

/* Фон */

.bg_r_t {
	position:absolute;
	right:0;
	top:0;
}

.bg_l_t {
	position:absolute;
	left:0;
	top:0;
}

.bg_l_b {
	position:absolute;
	left:0;
	bottom:0;
}

.bg_r_b {
	position:absolute;
	right:0;
	bottom:0;
}

/* Логотип */

.logo {
	position:absolute;
	top:64px;
	left:540px;
	/*background:url("images/logo.gif") no-repeat;*/
	width:253px;
	height:178px;
}

.logo img {
	position:relative;
	left:88px;
	top:82px;
}

/* Контент */

#content {
	background:url("images/content.gif") no-repeat;
	height:427px;
	position:relative;
	top:242px;
	padding:2px 53px 0 0;
}

/* Верхнее меню */

#menu {
	height:35px;
}

#menu ul {
	width:700px;
	height:35px;
	left:213px;
	position:relative;
	background:url("images/menu.gif") no-repeat bottom left;
	margin:0;
}

#menu li {
	list-style:none;
	float:left;
	padding:7px 0 0 7px;
	line-height:10px;
	width:108px;
	height:28px;
	text-align:center;
}

#menu li a {
	font-size:0.7em;
	font-weight:bold;
	color:#993333;
	height:30px;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:underline;
}

#menu li a:hover span {
	text-decoration:underline;
}

#menu li a span {
	padding-top:6px;
	display:block;
}

.contact {
	padding-right:15px;
}

.blog {
	padding-right:50px;
}

/* Главный блок */

#main {
	border-collapse:collapse;
	margin-left:67px;
}

#main td {
	vertical-align:top;
	padding-top:10px;
}


#main1 td {
	vertical-align:top;
	padding-top:0px;
}

.bottom {
	height:20px;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
}

.bottom1 {
	height:20px;
	width:100%;
}

.article {
	position:relative;
	height:360px;
}

.textblock {
	padding-left:156px;
}

.textright {
	text-align:right;
}

.textright a {
	border-left:3px solid #858992;
	padding-left:5px;
	background:url("images/arrows.gif") no-repeat right top;
	padding-right:12px;
}

.textleft {
	float:left;
}

.textleft a {
	border-right:3px solid #858992;
	padding-right:5px;
	background:url("images/arrowsl.gif") no-repeat left top;
	padding-left:12px;
}

/* Навигация */

#nav {
	float:right;
	width:134px;
}

#nav ul {
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
}

/* Подвал сайта */

#footer {
	text-align:center;
	position:relative;
	width:1000px;
	top:250px;
}

#footer p {
	margin-bottom:3px;
}

.copyright {
	font-size:0.7em;
	color:#333300;
}

/* Классы для изображений */

.right {
	float:right;
	margin:0 0 6px 6px;
	padding:1px;
	border:1px solid #858992;
}

.left {
	float:left;
	margin:0 6px 6px 0;
	padding:1px;
	border:1px solid #858992;
}

.photo {
	padding-left:10px;
	vertical-align:middle;
}

.mainimage {
	margin:-10px 10px 0 0;
}