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

body{
	margin:0;
	padding:0;
	background:url(images/bg.jpg) #f4f4f4 repeat-x;
	
}

#container{
	margin:0 auto;
	text-align: left;
	width: 1044px;
	position:relative;
}

#menuholder{
	height:247px;
	width:675px;
	z-index:1;
	position:absolute;
	left:182px;
	background: url(images/bg-menu.png) no-repeat;
}

#menu-l{
	float:left;
	width:337px;
	height:247px;
}

#menu-r{
	float:left;
	width:338px;
	height:247px;
}


#menubtn{
	clear:left;
	width:675px;
	height:53px;
}

#top{
	height:190px;
	width:1044px;
}

.logo{
	position:absolute;
	left:42px;
	top:124px;
}

.dametop{
	position:absolute;
	left:850px;
	
}

#shade-l{
	width:42px;
	height:500px;
	float:left;
	background-image:url(images/bg-shade-l.jpg);
}

#main{
	height:500px;
	width:960px;
	background:#999 url(images/dame-l-main.jpg) no-repeat;
	float:left;
}

#shade-r{
	width:42px;
	height:500px;
	float:left;
	background-image:url(images/bg-shade-r.jpg);
}



#footer{
	width:1044px;
	height:150px;
	clear:left;
}

.damero{
	position:absolute;
	left:900px;
	bottom:0px;
	z-index:1;
}

ul{
	list-style:none;
	line-height:35px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

li{
	border-bottom:#FFF solid 1px;
	width:270px;
}

a {
	color:#FFF;
	display:block;
	text-decoration:none;
}


iframe{
	background-color:#ffffff;
}

#logo{
	position:relative;
	left:350px;
	top:120px;
}

.text{
	position:relative;
	left:350px;
	top:140px;
	width:520px;
	font-family:Verdana, Geneva, sans-serif;
}
