body {
	margin: 0;
	padding: 0;
	background-color: #BA2000;
	font-family: Helvetica,Verdana,Geneva,Arial,Swiss,SunSans-Regular;
	font-size: 13px;
	color: #080808;
	background-image: url('/salsa123/img/background.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	line-height: 18px;
}

.frontletter {
	width:905px;
	margin-left:auto;
	margin-right:auto;
	background-color:#F1D47F;
	color:#A52615;
	padding:12px;
	/*border:2px solid #781011;*/
	margin-top:80px;
	margin-bottom:10px;
	box-shadow: 0 5px 10px black;
	-webkit-box-shadow: 0 5px 10px black;
	-moz-box-shadow: 0 5px 10px black;
}
.frontletter * {
	color:#A52615;
}

p, h1, h2, h3, h4, h5, li, table, td, th  {
	font-size:13px;
	font-family:Helvetica,Verdana,Geneva,Arial,Swiss,SunSans-Regular;
	color: #080808;
	line-height: 18px;
}

a  {
	font-size:13px;
	font-family:Helvetica,Verdana,Geneva,Arial,Swiss,SunSans-Regular;
	color: #C0140F;
	text-decoration:none;
}

input.input {
	border-color:#E7070A;
	border-width:1px;
	border-style:solid;
	
	background-color:white;
	color:#AA5C33;
}

a.topnav {
	color:#F0C186;
}

.redbackground {
	color:#FEFBDA;
	font-size:10px;
}

.redbackground a {
	color:#FEFBDA;
	font-size:10px;
}

.guestbookentry {
	background-image: url('/salsa123/img/background.gif');
	background-repeat: repeat-x;
	border:2px solid #D0423C;
	margin-bottom:10px;
}

.guestbookentryname {
	text-align:left;
	padding-left:6px;
	color:#EABF66;
	background-color: #D0423C;
}

.guestbookentrytext {
	text-align:left;
	padding:6px;
}
