body {
	background: #CB1F2D url(../images/top-bg.gif) repeat-x; 
	}
	
div#wrapper {
	background: url(../images/content-bg.gif) -40px 0 repeat-y;
	margin: 0 auto;
	margin-top: 15px;
	width: 1010px;
	position: relative;	
	}
	
div#inner_wrapper {
	background: url(../images/logo-bg.gif) -40px 0 no-repeat;
	width: 1010px;
	position: relative;
	padding-top: 100px;
	}
	
table {
	margin-bottom: 0 !important;
	}
	
td#nav {
	padding-left: 37px;
	padding-right: 28px;
	padding-top: 30px;
	width: 145px !important; /* 210 - 37px - 28px */
	}
	
td#nav ul {
	list-style: none;
	}
	
td#nav ul li {
	font-size: 14px;
	border-top: 1px solid #D2DFE5;
	padding: 3px 0;
	}
	
td#nav ul li.first {
	border-top: 0;
	}
	
td#nav ul li a {
	color: #0179B7;
	display: block;
	text-decoration: none;
	}
	
td#content {
	width: 530px !important; /* 570 - 25px and 15px */
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 15px;
	line-height: 22px;
	font-size: 16px;
	}
	
td#content h1 {
	padding-bottom: 20px;
	}
	
td#content ul, td#content ol {
	list-style-position: inside;
	}
		
td#info {
	color: #fff;
	padding: 77px 0 0 20px;
	width: 160px !important; /* 190 - 30px */
	}
	
div.contacts {
	font-size: 11px;
	line-height: 15px;
	}
	
div.gallery_photos {
	position: relative;
	height: 1%;
	}
	
div.gallery_photos div.gallery_photo {
	float: left;
	margin-right: 10px;
	}
	
div#footer {
	background: #4A0C11;
	min-height: 100px;
	}
	
div#footer_content {
	 background: url(../images/footer-bg.gif) -40px 0 no-repeat;
	 width: 950px;
	 margin: 0 auto;
	 padding-top: 50px;
	 padding-left: 60px;
	 color: #fff;
	 height: 100%;
	 }