@charset "utf-8";
/* CSS Document */

body {
	background:#000 url('../img/bodyBg.gif') repeat-x;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

h2 {font-size:28px; padding:19px 0px 17px 0px; line-height:26px;}
h1 { display:none;}

#container {
margin:0px auto;
width:940px;
text-align:left;
}

#header {
position:relative;
height:129px;
width:940px;
background:url('../img/h1Bg.jpg') no-repeat;
}


#main {
position:relative;
height:309px;
width:940px;
background:url('../img/mainBg.jpg') no-repeat;
margin-bottom:22px;
}
#main p {
position:relative;
top:165px;
left:30px;
line-height:24px;
}


.buttonAdr {
	display:block;
	width:252px;
	height:49px;
	position:absolute;
	bottom:26px;
	left:64px;
	background:url('../img/buttonAdr.gif') no-repeat;
}
.buttonVyb {
	display:block;
	width:252px;
	height:49px;
	position:absolute;
	bottom:56px;
	left:64px;
	background:url('../img/buttonVyb.gif') no-repeat;
}
.buttonAdr:hover, .buttonVyb:hover {background-position: center -49px;}
.buttonAdr span, .buttonVyb span{display:none;}

#left {
position:relative;
float:left;
height:282px;
width:380px;
background:url('../img/leftBg.gif') no-repeat;
}
#left p {
position:relative;
width:322px;
top:72px;
left:30px;
line-height:24px;
}

#right{
position:relative;
float:right;
height:282px;
width:540px;
background:url('../img/rightBg.jpg') no-repeat;
}
#right p {
position:relative;
width:322px;
top:72px;
left:30px;
line-height:24px;
}

#footer{
position:relative;
clear:both;
height:91px;
width:940px;
background: #000 url('../img/footerBg.jpg') no-repeat;
margin-bottom:40px;
}

#footer p.right{
float:right;
text-align:left;
line-height:20px;
color:#848484;
font-size:12px;
margin: 18px 30px 0px 0px;
}

#footer p.left{
floaT:left;
text-align:left;
color:#848484;
font-size:12px;
margin: 26px 0px 0px 24px;
}

#footer a {color:#d3bd9b;}
#footer a:hover {color:#d3bd9b; text-decoration:none;}
