* {
  color: #555;
  font-family: Verdana, Arial;
  line-height: 18px;
}

img {
	border: 0px;
}

input, textarea {
	border: 1px solid #CCC;
	padding: 2px;
  font-family: Verdana, Arial;
  font-size: 11px;
}

.input_lenght {
	width: 240px;
}

body {
  background: url(../img/color.jpg); 
  padding: 0;
  margin: 0;  
} 

p, ul, td, tr {
  font-size: 11px;
}

h1, h2{
  color: #7a3483;
  font-size: 15px;
}

a { 
  color: #424242;
}

a:hover { 
  color: #7a3483;
}

#container {
  background: url(../img/background2.jpg) no-repeat #FFFFFF;
  height: 635px;
  width: 1000px;
  margin: 10px 0 0 0;
}

#header {
  height: 85px;
  text-align: left;
  padding: 35px;
}

#header img {
  float: left;
}

#header_menu {
  font-size: 11px;
  float:right;
  top: 0px;
}

#menu {
  display: block;
  float: left;
  height: 475px;
  width: 240px;
}

#menu_folder {
	margin: 0 0 0 18px; 
	text-align: center; 
	width: 165px;
}

#menu_items {
  bottom: 0px;
  height: 200px;
  text-align: left;
  margin: 10px 0 0 20px;
}

#menu_items ul {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0px;
	position: absolute;
	top: 215px;
	width: 150px;
}

#menu_items ul li a{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 10px;
	color: #7a157b;
	font-size: 15px;
	text-decoration: none;
	line-height: 25px;
}

#content {
  display: block;
  float: left;
  height: 445px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 20px;
  width: 712px;
  font-size: 11px;
}

#footer{
  height: 100px;
  text-align: center;
  width: 1000px;
}

#footer img {
  margin: 10px;
}
