body {
	background: #000 url(../img/bg.jpg) repeat;
	background-attachment: fixed;
	font-family:"Century Gothic", Verdana, Arial;
	color: #000;
	font-size: 11px;
}

a {
	color: #d3a900;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

p {
	padding: 0 10px 0 10px;
}

div.p
{
	padding: 0 10px 0 10px;
}

h3{
	font-size:1em;
	margin:0;
}

#navigation{
  margin-top:30px;
  text-align:right;
}

#navigation a{
  font-size:16px;
}

#content{
  /*background:#f8fbfd;*/
  background:#cfcfcf;  
  /*height:570px;*/
  /*padding:30px 0 20px 0;*/
  border:3px solid #888888;
}

.preview{
  overflow: hidden;
  /*width:130px;*/
  height:130px;
  border:1px solid #e0f0ff;
}

.contacts
{
	font-size:120%;
	color: #d3a900;
}
.clear{
	margin:15px;
}

.clear1{
	margin:35px;
}