* {
  padding: 0;
  margin: 0;
}

body {
  color: #777;
  background: url('images/bg.png');
  font-family: Lucida Grande, Helvetica ;
  padding-top: 10px;
}

img {
  border: none;
}

.clearer {
  clear: both;
  height: 0px;
}

.green {
  color: #90824B;
}

.blue {
  color: #677795;
}

.red {
  color: #860A1C;
}

.yellow {
  color: #C8A040;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

#site-actions {
  float: right;
}

#site-actions ul {
	margin: auto;
	padding: 0;
}

#site-actions ul li {
	text-align: center;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:80%;
	font-weight:bold;
}

#site-actions ul li a:link, #site-actions ul li a:visited {
  color: #333;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	padding: 0px 15px;
}

#site-name {
  color: #677795;
  float: left;
  font-size: 16pt;
  margin-left: 20px;
}

#page-top {
  width: 1019px;
  height: 10px;
  background: url('images/content-top.png');
  margin-top: 10px;
}

#page-inner {
  width: 999px;
  height: 550px;
  background: url('images/content-middle.png');
  
  padding: 30px 9px 0 9px;
}

#page-bottom {
  width: 1019px;
  height: 20px;
  background: url('images/content-bottom.png');
}

#wrap {
  margin: 0 auto;
  width: 1019px;
}



#content {
  font-size: 90%;
  float: right;
  width: 540px;
  height: 350px;
  padding: 0px 40px 0px 0px;
}

#content img{
  1border: 1px solid #999;
  1width: 370px;
  margin-top: 18px;
}

#content h2{
  font-size: 200%;
  text-align: right;
  margin-bottom: 0px;
}

#content h3 {
  margin: 10px 0 10px 0;
}

#content p {
  margin-top: 3px;
}

#content big {
  font-size: 150%;
}

#cloud-img {
  margin-left: 50px;
}

#foto {
  float: right;
  width: 120px;
}

#content .higherandsmaller {
  margin-top: -30px;
}

#slogan {
  background: #ECECEC;
  color: #777;
  font-size: 190%;
  text-align: center;
  width: 1001px;
  height: 55px;
  padding-top: 15px;
}

#sidebar {
  float: left;
  width: 250px;
  padding: 0px 0px 0px 40px;
  color: #777;
  font-size: 20pt;
}

#sidebar ul li.webgen-menu-item-selected {
  color: #AAA;
}

#sidebar ul li {
  color: #777;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
  color: #777;
	text-decoration: none;
}

#sidebar ul li a:hover {
  color: #333;
	text-decoration: none;
}

#insitefooter {
  color: #555;
  font-size: 80%;
  background: #FCFCFC;
  width: 1001px;
  height: 97px;
  margin: 0 auto 0px auto;
  padding-top: 30px;
}

#insitefooter  a:link, #insitefooter  a:visited {
  color: #777;
	1text-decoration: none;
}



#insitefooter .column {
  height: 80px;
  float: left;
  width: 260px;
  padding-left: 70px;
}

#insitefooter .left-column {
  border-right: 1px solid #EEE;
  float: left;
}

#insitefooter .middle-column {
    border-right: 1px solid #EEE;
  float: left;
}

#insitefooter .right-column {
  float: right;
}

#footer {
  color: #677795;
  text-align: center;
}
