/* Структура страницы  */

html {
	margin: 0;
	padding: 0;	
}

body {
	background: #ad6849;
	margin: 0;
	padding: 0;		
}

#back {
	margin: 20px auto;
	width: 760px;
	background: #FFF url('back.gif') repeat-y;
}

#back_top {
	width: 760px;
	background: url('back_top.gif') no-repeat;
}

#back_bottom {
	width: 760px;
	background: url('back_bottom.gif') bottom no-repeat;
}

#container {
	padding: 5px;	
}

#back_top_img {
	background: url('top.gif') top right no-repeat;
}

#back_bottom_img {
	background: url('bottom.gif') bottom no-repeat;
}

#logo {
	position: absolute;
	top: 25px;
	padding: 20px;	
}

#phone {
	position: absolute;
	top: 20px;
	margin-left: 540px;
	padding: 20px;	
}

#content {
	padding: 120px 30px 40px 30px;	
}

#footer {
	padding: 10px 30px;	
	text-align: right;
}

/* Шрифты */

body, td, th {
	font-family: Verdana;
	font-size: 14px;	
}

a {
	color: #0000AA;	
}

h1 {
	color: #74371c;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	color: #636363;
	font-size: 17px;
	font-weight: normal;
}

h3, h4, h5, h6 {
	color: #636363;
	font-size: 14px;
	font-weight: normal;
}

#footer a {
	text-decoration: none;
	font-size: 12px;
	color: #999;	
}
