/* CSS Document */
body {
	background-color:rgb(228,204,158);
	margin: 0px;
	
}

#page {
	background-image:url("../../../images/top.jpg");
	background-repeat:repeat-x;
}

.headline {
	color: rgb(84,48,25);
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}.contentBox {	background-color:rgb(232,211,173); 	min-height: 600px; 	width:100%; 	padding:5px;	overflow:hidden;}
.text {
	color: rgb(84,48,25);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.galleryAlbums {
	color: rgb(84,48,25);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
}
a {
	text-decoration:none;
	color: rgb(84,48,25);
}

input {
	background-color:#FFFFFF;
	color:rgb(84,48,25);
	border: 2px solid rgb(150,112,41); 
	font-size: 10px;
}
input.submit {
	background-color:rgb(232,211,173);
	color:rgb(84,48,25);
	border: 2px solid rgb(150,112,41); 
	font-weight: bold;
	font-size: 10px;
}
