body {
	font-family: Courier, Verdana, Tahoma, Arial;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	color: #aaa;
	background-color: #000;
}
a {
	color: #aaa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


.container {
	width: 843px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 110px;
	background: url(images/logo.gif) no-repeat right 10px;
}


.main_height {
	height: 800px;
	float: right;
}


.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}


.main_gallery .images img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.main_infoblock {
	overflow: auto;
	width: 843px;
	height: 717px;
}


.main_menu {
	margin-top: 30px;
	background-color: #fff;
	color: #000;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
}
.main_menu a {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	text-decoration: none;
}
.main_menu a:hover {
	text-decoration: underline;
}


.main_header {
	height: 140px;
}
.main_header .col1 {
	float: left;
	width: 60px;
	padding-top: 3px;
}
.main_header .col2 {
	float: left;
	width: 174px;
	height: 30px;
	background: url(images/logo_small.gif) no-repeat left top;
}
.main_header .col3 {
	float: left;
	width: 350px;
	padding-top: 3px;
}


.main_contacts table td {
	padding-right: 10px;
}


body.popup .container {
	width: 630px;
	padding-right: 90px;
	background: url(images/logo2.gif) no-repeat right top;
}

body.popup .big_photo {
	width: 620px;
	overflow: auto;
}

.main_contacts table, .main_contacts table td {
   border: 0px;
   border-collapse: collapse;
}

body.popup .main_height {
	height: 580px;
	float: right;
}




