@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(../../images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffff99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.editing {
	background-image: url(../../images/content_back_edit.jpg);
}

#footer {
  padding:0px 30px 3px;
  font-size:10px;
  color:#000;
  text-transform:uppercase;
  
}
.titles {
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#image_button {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #403812;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
a:hover {
	color: #80774a;
}

a:hover #image_button {
	color: #ffee94;
}


#footer a {
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;  
}
#bottom {
	padding:0px 30px 3px;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
