body {
  font-family: Tahoma, Geneva, Arial, "Arial CE", sans-serif;
  text-align: center;
  padding: 0px;
  margin: 0px;
  background-color: #E8E9E4;
}


#head {
  width: 940px;
  height: auto;
  text-align: center;
}


#calosc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top:0px;
  width: 940px;
  padding-top: 0px;
  background-color: white; 
  text-align: left;

}


#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu ul li {
  float: left;
  display: inline;
  padding: 25px 10px 5px 10px;
  background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#menu ul li a {
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
} 

#menu ul li a:hover {
  color: black;
}

#menu ul li a.selected {
  color: black;
}


.menu_left, .menu_right, .menu_link {
    display: inline;
}


.menu_left {
  float: left;
  width: 8px;
  height: 55px;
  background-image: url(img/menu_l.gif);
	background-repeat: no-repeat;
}


.menu_link {
  width: 828px;
  float: left;
}

#footer {
  background-color: #E8E9E4;
  font-size: 10px;
  text-align: center;
}

#footer a {
  text-decoration: none;
  color: black;
}

.text {
    padding-top: 10px;
    
}



#menu, #footer {
  width: 940px;
  height: 60px;
  background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
}


.menu_right {
  float: right;
  width: 8px;
  height: 55px;
  background-image: url(img/menu_r.gif);
	background-repeat: no-repeat;
}


#content {
  width: 920px;
  padding: 10px;
  font-size: 12px;
  color: black; 
}

.gorace {
  vertical-align: top;   
}

.gorace img {
  float: left;
}

.gorace h1 {
  font-size: 14px;
  color: black;
}

.gorace a {
  color: black;
}
