@font-face {
	font-family: Gothic;
	src: url('/fonts/gothic.ttf');
}

body{
  background: #333 url(/images/bg.jpg) top center no-repeat;
  color: #6b6b6b;
  font-family: Gothic, verdana, tahoma, sans-serif;
  margin: 200px 20px 20px 20px;
}

a{
  color: #545e69;
  text-decoration: none;
}
a:hover{
  color: #5A6A85;
}

h1, h2, h3, h4 ,h5{
}
h1{
  font-size: 1.2em;
  color: #535B41;
  border-bottom: 1px solid #4F4F4F;
  padding: 0 0 3px 0;
  margin: 0 0 20px 0;
}

small{
  color: #515151;
}

#holder{
  margin: 0 auto;
  width: 800px;
  position: relative;
}

section#phone{
  position: absolute;
  left: 192px;
  top: -150px;
  width: 385px;
  height: 848px;
  background: url(/images/phone.png);
}
section#phone img{
  margin: 126px 0 0 30px;
}
section#phone a:link, section#phone a:active, section#phone a:visited {
height: 480px;
display: block;
}

aside#right{
  float: right;
  width: 223px;
}
aside#right ul{
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 1.2em;
}
aside#right ul a{
  color: #6b6b6b;
}
aside#right ul a.dl{
  float: right;
  margin: 0 80px 0 0;
}
aside#left{
  width: 200px;
}
aside#left p{
  padding: 0 20px 0 0;
}

.next{
  float: right;
}
.prev{
  margin: 0 0 0 20px;
}
.ss-controls{
  display: none;
}

aside#right ul li.selected a{
  color: #819EBF;
}

.pagination{
  margin: 24px 0 0 24px;
}
.pagination a, .pagination span{
  margin-right: 6px;
}

.image-wrapper img{
	width: 320px;
	height: 480px;
}












