body {
	margin: 0;
	padding: 0;
/*	background-image: url(tomato_bg.jpg); 
	background-repeat: no-repeat; */
	background-color:#ffffff;
}
#wrapper {
	position: relative;
/*	width: 975px; */
	width: 1024px;
	height: 765px;
	margin-left: auto;
	margin-right: auto;
	background-color:#eeeeee;
}
#header {
	background-color: #faf5f5;
	color: #901602;
}
#header h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-left: 160px;
}
p {
	font: 72%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
#content {
	margin: 10px 175px 0px 175px;
	height: 618px;
	padding: 10px;
	background-color: #dddddd;
}
#content h1 {
	text-align: right;
	padding-right: 20px;
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #901602;
}
#side1 {
    position: absolute;
	width: 125px;
	height: 600px;
	top: 40px;
	left: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #faf5f5;
}
#side2 {
	position: absolute;
	width: 100px;
	height: 600px;
	top: 40px;
	right: 35px;
	padding: 10px 10px 10px 10px;
	background-color: #FAF5F5;
/*	border-left: 1px dotted #cccccc; */
/*	background-image: url(sm-tomato.jpg); 
	background-position: top right;
	background-repeat: no-repeat; */
}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-bottom: 4px;
}
.adbox {
	padding: 2px 4px 2px 6px;
	margin: 0 0 0px 0;
/*	border: 1px dotted #B1B1B1; 
	background-color: #FC4F5F5; */
}
#side1 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 125px;
	background-color: #FCF5F5;
/*	border: 1px inset #901602; */
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 125px;
}
#side1 li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #E7AFAF;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side1 a:hover {
	color: #621313;
}
#albumlist {
	list-style-type: none;
	width: 625px;
	margin-left: 10px;
	background-color: #dddddd;
/*	background-color: #000000; */
}
#albumlist li {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
/*	background-color:#dddddd; */
/*	background-color: #000000; */
/*	color: #333333; */
}
#albumlist img {
	display: block;
	border: 2px solid #000000;
/*	background-color: #dddddd; */
}
img {
	border: 2px solid #000000;
}
/*form {
	margin: 0;
	padding: 0;
} */
/*#footer {
	float: left;
	background-color: #FCF5F5;
	position: relative;
	width: 950px;
} */
/*#footer p {

	padding-left: 1em;
} */
