* {
	margin: 0;
	padding: 0;
}

body {
background: #554d42;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #222;
}


#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 165px;
background: #554d42 url(../images/header.jpg) no-repeat;
}


#content {
background: #fff url(../images/content.jpg) repeat-y;
padding: 0 20px 20px 20px;
}

#content   a:link { text-decoration: none; color: #00aa00} 
#content  a:visited { text-decoration: none; color: #00aa00} 
#content   a:active { text-decoration: none; color: #c78c43} 
#content   a:hover { text-decoration: none; color: #c78c43} 



.right {
width: 720px;
text-align: justify;
padding-top: 5px;
margin-left: 20px;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}

.right h2 a {
text-decoration: none;
}

.right h2 a:hover {
}


#bottom {
background: #fff url(../images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }



.alineat {
text-indent: 30px;
}

.picture {
  position: relative;
  width: 430px;
  background-image: url("../images/pictureBack.png");
}

.picture2 {
  position: relative;
  width: 720px;
  margin-bottom: 20px;
  background-image: url("../images/pictureBack.png");
  background-repeat: no-repeat;
  padding: 5px;
  border: 1px solid #aaa;
}


.picBtn {
  border: 1px solid #666;
  cursor: pointer;
}

.picBtn:hover {
  border: 1px solid #fff;
  cursor: pointer;
}
