body {
  margin: 0px;
  padding: 0px;
  background: #FFF;
  color: #d03434;
  font-family: sans;
  text-align: justify;
}

.topsection {
  position: fixed;
  top: 0px;
  height: 40px;
  width: 100%;
  margin: 0px;
  
  border-bottom: 1px dashed #AAA;
  text-align: right;
}

.topsection .logo {
  padding:0px 10px 0px 0px;
  display: block;
}

.topsection .logo h1 {
  color:  #d03434;
  padding: 0px;
  margin: 0px;
}

.topsection a,img {
  border: 0;
  text-decoration: none;
}

.mainsection {
  margin: 0px;
  margin-top: 43px;
  padding:0px 10px 0px 10px;
  min-width: 1000px;
  font-size: 12px;
  
}

.mainsection .leftmenu {
  position: fixed;
  min-height: 180px; 
 	width: 250px;
  top: 43px;
  left: 10px;
	float: left;
	background: url("../../Public/images/stit.jpg") no-repeat top center;
}

.adminmenu ul {
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

.adminmenu a {
  color: #DDD;
  text-decoration: none;
}

.adminmenu a:hover {
  color: #333;
}

.mainsection .content {
  margin-left: 260px;
  width: auto;
  float: none;
}

.content a {
  text-decoration: none;
  color: #d03434;
}

.content a:hover {
  text-decoration: underline;
}

.bottomsection {
  clear:both;
  color: #DDD;
  margin-right: 10px;
  text-align: right;
}

.bottomsection a {
  color: #DDD;
  text-decoration: none;
}

.bottomsection a:hover {
  color: #666;
}

.galery_thumb {
  text-align: justify;
}

.thumb {
  float: left;
  width: 170px;
  height: 170px;
  border: 0px solid #111;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

.thumb img {
  margin: 10px;
  border: 1px solid #aaa;
}

input,select,textarea,button{
  border: 1px solid #999;
  color: #666;
  background: #EEE;
}