BODY
{
	background-color: #020202;
	width: 100%;
}
.footer
{
	height: 100px;
	background-color: #050505;
	border-top: 0px solid #282828;
}
.top_header
{
	background-image: url(../images/logo.jpg);
	width: 955px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper
{
	height: 100%;
	width: 100%;
}
.credential
{
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.menu_footer UL
{
	list-style: none;
	padding: 0px;
	margin-left: 42%;
}
.menu_footer UL LI
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 150px;
	text-align: center;
	height: 57px;
	font-size: 16pt;
	font-family: Candara;
	text-transform: uppercase;
	line-height: 2.8;
	font-weight: bold;
	margin-right: 100px;
	color: #727272;
	cursor: pointer;
}
.menu_footer UL LI:hover
{
	background-color: #101010;
}
.menu_footer
{
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 73px;
}
.middle_container
{
	background-image: url(../images/bg_top.gif);
	height: 438px;
	/*[disabled]border-top:0px solid #282828;*/
	/*[disabled]+box-shadow:0px -1px #232323;*/
	/*[disabled]border:1px solid #F30707;*/
	padding-top: 19px;
	width: 100%;
	color: #727272;
}
.middle_container .contacts
{
	text-align: center;
	width: 100%;
	font-family: futura_lightregular;
	font-size: 22pt;
}
.middle_container .contacts1
{
	text-align: center;
	width: 100%;
	font-family: futura_lightregular;
	font-size: 22pt;
	margin-top: 102px;
}
.middle_container .contacts2
{
	text-align: center;
	width: 100%;
	font-family: futura_lightregular;
	font-size: 14.2pt;
}
#gallery
{
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
}
#gallery IMG
{
	border: 1px solid #6D6D6D;
}
#gallery UL
{
	list-style: none;
}
#gallery UL LI
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 20px;
	border: 2px solid #D4D4D4;
}
