p {
text-align: justify;
}

body {
  background-repeat:repeat-x;
  margin: 0px;
  text-align: center;
  background-image: url('../img/background.jpg');
  background-repeat: repeat-x;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px;
}

#head {
  position: relative;
  margin: 0em auto;
  text-align: left;
  width: 1000px;
  height:150px;
  background-image: url('../img/head.jpg');
}

#menu {
  position: relative;
  margin: 0em auto;
  text-align:center;
  width: 1000px;
  height:30px;
}

#menu .menuitem {
  position: relative;
  padding: 5px;
  height:20px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  text-transform:uppercase;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

#menu .menuitem:hover {
  background-image: url('../img/background_item_menu.jpg');
  color: #efe437;
}

#menu .menuitem_active {
  position: relative;
  padding: 5px;
  height:20px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 15px;
  background-image: url('../img/background_item_menu.jpg');
  color: #efe437;
  text-decoration: none;
  text-transform:uppercase;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

.info {
  position: relative;
  padding: 5px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.info h1 {
  position: relative;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 15px;
  color: #577880;
  border-bottom: 1px dotted #577880;
}

.info h2 {
  position: relative;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 14px;
  color: #000000;
}

.info h4 {
  position: relative;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px;
  color: #000000;
}

.info p {
  margin-left: 30px;
}

.info li {
  margin-left: 50px;
}

.info img {
  margin: 10px;
  padding: 10px;
  background-color: #dbe1e3;
  border: 1px solid #577880;
}

.info img:hover {
  margin: 10px;
  padding: 9px;
  background-color: #c7d5d9;
  border: 2px solid #577880;
}

#content {
  position: relative;
  margin: 0em auto;
  text-align: left;
  width: 1000px;
}

#main {
  padding-right: 15px;
  width:770px;
}

#menu_aside {
  position: absolute;
  width:220px;
}

.menu_button {
  display: block;
  width: 100%;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 13px;
  background-color: #577880;
  border: 1px solid #33474c;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 8px; 
  text-decoration: none;
}

.menu_button:hover {
  background-color: #7798a0;
}

#foot {
  position: relative;
  margin: 0em auto;
  text-align: left;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 11px;
  border-top: 1px solid #888888;
  color: #888888;
  padding: 10px;
  text-align: center;
  
}

.wellcome {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 16px;
  margin: 40px 80px 40px 100px;
}

.form {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	background-color: #bccacd;
	border-color: #33464a;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
  font-size: 12px;
  width: 330px;
  padding: 20px;
}

