/*layout stylesheet for ARSKontakt*/

body {
  font-family: Arial, sans-serif; 
  background-color: #ffffff; 
  font-size: 68.5%;
  text-align:center;
  margin:0;
}

#page-wrapper{
  width:900px;
  margin: auto;
  text-align:left;
  background: url(../img/page_bgnd.gif) repeat-y 0 0;
  overflow:hidden;
}

#top-wrapper{
  width: 870px;
  margin-left: 15px;
}

#content-wrapper{
  margin-left:35px;
  margin-top: 20px;
  width:830px;
  overflow:hidden;
}

#footer{
  width:900px;
  background: url(../img/footer_shad.gif) no-repeat 0 100%;
  padding:20px 0 35px 0;
}

/*top wrapper*/
#header{
  height:130px;
  background:url(../img/header_bgnd.gif) repeat-x 0 0;
  position:relative;
}

#utilities{
  float:rigth;
  position:absolute;
  right: 20px;
  bottom: 10px;
}


#main-nav{
  height:50px;
  background: #000000;
  position: relative;
}

/*content-wrapper*/
#left-col{
  float:left;
  width:450px;
}

#right-col{
  float:right;
  width:350px;
}

#one-col{
  width:830px;
}

/*left-col*/
#content #slider{
  width: 100%;
  height: auto;
}

#content #slider.slider{
  display: none;
}

#gallery-new{
 background: #DEE1DC;
 margin-top: 20px;
 padding: 45px 10px 20px 10px;
 overflow:hidden;
 width: 430px;
 position: relative;
}

#invite{
 background: #DEE1DC;
 margin-top: 20px;
 padding: 45px 10px 20px 10px;
 overflow:hidden;
 width: 430px;
 position: relative;
}

.gallery{
 position:relative;
 background: #DEE1DC;
 margin-top: 20px;
 padding: 45px 10px 20px 10px;
 overflow:hidden;
}

.center{
  width:500px;
  margin-left: 200px;
}

/*right-col*/
#actual{
  overflow: hidden;
  background: #DEE1DC;
  padding: 45px 10px 20px 10px;
  width: 310px;
  margin-left: 10px;
  position: relative;
}

#preview{
  overflow:hidden;
  padding: 10px 20px 20px 20px;
  background:url(../img/preview_bgnd.gif) repeat-y 0 0;
  width:310;
}


/*footer*/
#copyright{
  padding:10px 0 0 35px;
  color: #555555;
  font-size: 1.1em;
}