body, html {
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	width: 100%; 
	font: 12px Georgia; 
	color:black; 
	background:#7A8FAA url('../0.gif') no-repeat;
    background-attachment: fixed;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}    
table td {
	vertical-align: top;
	padding: 0px;
}
img {border: none;}
a:active, a, input {outline: none;}
a {color:#536a89;}

ul {
	margin:0 0 16px 0;
	padding:0;
	list-style:none;
}
ul li {
	background: url('../d/marker.gif') no-repeat 4px 6px;
	padding:0 0 10px 16px;
}
h2 {
	margin:0 0 6px 0;
}

#mainDiv {
	position:relative;
	margin:0 auto;
	width:980px;
	background:#E4E5E7;
	overflow:hidden;
}
#topImg {
	width:980px;
	height:230px;
}
#titleBox {
	position:absolute;
	top:145px;
	left:45px;
	margin:0;
}
#rightArrow {
	position:absolute;
	top:221px;
	right:5px;
	cursor:pointer;
	font:bold 10px Tahoma;
	color:#536a89;
	text-decoration:underline;
	text-align:center;
	width:100px;
} 
#rightArrow img {
	display:block;
	margin:0 auto 4px auto;
} 

#leftColumn {
	display:inline;
	float:left;
	width:430px;
	margin:80px 0 0 45px;
	padding-bottom:50px;
	font-size:14px;
}
#leftColumn p {
	margin:7px 30px 7px 0;
}
#rightColumn {
	float:right;
	width:380px;
	margin-top:52px;
	padding:0 80px 52px 0;
}
#rightColumn p {
	margin:0 0 9px 0;
}
#masters {
	float:left;
	margin-right:14px;
}
#leftColumn p#caption {
	border-left:3px solid #798FA7;
	margin-left:200px;
	padding-left:9px;
	font-style:italic;
	font-size:12px;
}
#gallery {
	clear:left;
	padding:23px 0 11px 0;
	overflow:hidden;
}
#gallery img {
	margin:0 12px 12px 0;
	float:left;
}
.clear {clear:left;}
#contacts {
	clear:left;
	background:#D3D7E0;
	padding:20px;
	width:368px;
}
#contacts ul {
	margin:5px 0 10px 0;
}
#contacts li {
	padding:0 0 5px 20px;
	background:none;
}
#contacts li.mail {
	background: url('../d/iconMail.gif') no-repeat 0 4px;
}
#contacts li.skype {
	background: url('../d/iconSkype.gif') no-repeat 0 1px;	
}

#contacts form {
	margin:0;
}
#contacts form p {
	margin:18px 0 14px 0;
}
#contacts div {
	overflow:hidden;
	margin-bottom:7px;
	width:367px;
}
#contacts span {
	width:108px;
	float:left;
	text-align:right;
	padding-top:3px;
}
#contacts input {
	width:243px;
	margin-left:10px;
	font: 14px Georgia;
	float:right;
}
#contacts input.buttonContact {
	width:78px;
	font:12px Arial;
	float:right;
}

#shadowLayer {
	position: fixed;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000;
	display:none;
}

#sendOK {
	position:fixed;
	z-index:3;
	top:50%;
	left:50%;
	margin: -60px 0 0 -170px;
	width:340px;
	height:90px;
	text-align:center;
	padding-top:30px;
	background:#E4E5E7;
	border:3px solid #556c8a;
	display:none;
}

#buttonOk {
	margin:20px 0 0 0;
	
}