body {
background-image: url('../images/background_peach.png');
background-color: rgb(255,255,255);

font-family: gill sans mt, trebuchet ms, tahoma, verdana, arial;
font-size: 14px;
}

a:link{
color: black;
text-decoration: none;
}

a:visited{
color: black;
text-decoration: none;
}

a:hover{
color: black;
text-decoration: underline;
}

div.logo{
  align: center;
}

div.main{
background-image: url('../images/background.png');
background-repeat: no-repeat;
width: 100%;
height: 400px;
}

div.menu{
  background-image: url('../images/stroke.gif');
  background-repeat: no-repeat;
  background-position: right;

  width: 250px;

  position: absolute;
  top: 15px;
  left: 10px;

  padding-left: 5px;

  font-weight: bold;
}

.title{
  margin-top: 25px;
  margin-left: 275px;

  align: left;
  font-size: 20px;
}

.text{
  margin-left: 290px;
  width: 400px;

  align: left;
}

.smalltext{
  font-size: 12px;
	
	align: left;
}

.indent{
padding-left: 15px;
font-weight: normal;
}
