@import url('gallerystyle.css');

body {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #a09f9f;
  color:#fff;
  font-family: 'Trebuchet MS',Arial, Tahoma;
  font-size: 12px;
}
a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
#top {
  width: 1200px;
  height: 44px;
  margin-left:auto;
  margin-right:auto;
  background-color: #000;
}
#top img {
  width:299px;
  float:left;
  position:relative;
}
#small_menu {
  float:right;
  position:relative;
  right: 30px;
  top:8px;
  color:#f8f8f8;
  font-size:10px;
}
#small_menu a{
  font-weight:normal;
  text-decoration:none;
  font-size:10px;
}
#container {
  width:1200px;
  height:auto; 
  margin-left:auto;
  margin-right:auto;  
  background:#666767;
}
#left {
  width: 220px;
  height: auto;
  float:left;
  position:relative;
  background-color: #666767; 
}
#menu {
  width: 200px;
  height: 100%;
  padding: 0px 20px 0px 0px;
  margin-left:auto;
  margin-right:auto;
}
#lang {
  text-align:right;
  font-weight:bold;
  padding: 4px 20px 0px 0px;
}
#content {
  width: 980px;
  height: auto;
  float:left;
  position:relative;  
  background-color: #4e4f4f; 
}
#left_right {
  width: 700px;
  height: auto;
  float:left;
  position:relative;
  margin: 20px;  
  padding: 30px 0px 30px 0px;
  text-align:center;
  background:#000;
}
#right {
  width: 200px;
  height: auto;
  float:left;
  position:relative;  
  padding: 20px;
  background-color: #383a3a;
}
#right input{
  font-size: 10px;
  height:17px;
}
#footer {
  width: 1200px;
  height: 143px;
  margin-left:auto;
  margin-right:auto; 
}
#gallery {
  width: 980px;
  height: 143px;
  float:left;
  position:relative;  
  background-color: #313131;
}
input {
  border:1px solid #383a3a;
  width: 200px;
}
textarea {
  border:1px solid #383a3a;
  overflow: auto;
  width: 200px;
  height: 100px;
}
.send {
  width: 80px;
  cursor:pointer;
  background-color:#383a3a;
  color:#fff;
  font-weight:bold;
}
#copy {
  background-image: url("../images/gray_bg.jpg");
  background-repeat: repeat-x;
  background-position: bottom left; 
  width: 210px; 
  height: 143px; 
  padding: 0px 0px 10px 10px;
  color:#666767; 
  font-size: 10px;
}
#copy a{
  color:#666767; 
  text-decoration:none;
  font-weight:normal;
}
#search_form input {
  width: 160px;
}
#search_form img {
  float:right;
  position:relative;
  top:1px;
  right: 5px;
  padding:0px;
}