.box { 
	background: url(../img/container.jpg) repeat;
	width: 690px;
	text-align:left;
	margin:40px auto;
 }
 
.boxtop div {
	background: url(../img/topleftcorner.jpg) no-repeat top left; 
 }
 
.boxtop { 
	background: url(../img/toprightcorner.jpg) no-repeat top right;
 }

.boxbottom div {
	background: url(../img/bottomleftcorner.jpg) no-repeat bottom left;
 }
 
.boxbottom {
	background: url(../img/bottomrightcorner.jpg) no-repeat bottom right;
 }

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 25px;
	font-size: 25px;
}

.content 
{
	width:690px;
	margin: 0 auto;
}

.header
{
	margin-left:0px;
	margin-right:0px;
	background-color:#CCFF99;
	background: url(../img/header.jpg) ;
	height:100px;
}

.navigation
{
	margin:20px 0px 20px 0px;
	font-size: 1em;
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover{
	color: #797979;
	text-decoration: none;
}

.navigation a:active {
	color: #000000;
	text-decoration: none;
}

.logoimg {
	margin-left:20px;
	width:100px;
	float:left;
	display: inline;
}

.logo { 
	display: inline;
	font-size: 55px;
	margin-left:80px;
	line-height:90px;
} 

.sidebar {
	width:100px;
	float:left;
	margin: 0px 20px 0px 20px;
	display:inline;
}

.main {
	width:480px;
	margin-left:180px;
	margin-right:20px;
	padding-top:5px;
	font-size: 1em;
}

.main h1 {
	font-size: 1.5em; 
}

.main h2 {
	font-size: 1.2em; 
}

body {
	background: url(../img/background.jpg);
	background-repeat:repeat-x;
	background-color:#797979;
	text-align:center; 
	font-size: 1em; 
	font-family: Tahoma,Verdana, Helvetica, Arial;
}
	
.footer {
	font-size: .8em; 
	text-align:center; 
	width:690px;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
} 

#feature_box {
  width:auto;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:0px;
  font-size: 1em;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  margin-left: 0px;
padding: 10px
}

#feature_box2 {
  width:auto;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:0px;
  font-size: 1em;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  margin-left: 0px;
  padding: 10px;
  text-align: center;
}

img.download {vertical-align:middle;}
img.foto {text-align:center; vertical-align:middle;}

.floated-img-left {
float: left;
margin: 10px 10px;
}

.floated-img-right {
float: right;
margin: 10px 10px;
}
