html,body,div,ul,ol,li,dl,dt,dd,form, input,textarea,h1,h2,h3,h4,h5,h6,p,hr,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

table {
	border-spacing: 0;
	font-size: 12px;
	color: #5a3d1c;
}

body {
	background-color: #f0ece0;
	text-align: center;
}

a,a:link,a:visited,a:active {
	color: #5a3d1c;
	text-decoration: underline;
}

a:hover {
	color: #8b5c29;
	text-decoration: underline;
}

img {
	border: 0px;
}

#main {
	margin: 0 auto;
	width: 870px;
}

#left-shadow {
	background-image: url(../images/00shadow_l.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#right-shadow {
	background-image: url(../images/00shadow_r.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#container {
	background-color: #ffffff;
}

#header {
	text-align: left;
	padding: 0;
	margin: 0 0 36px 0;
}

#container-inner {
	line-height: 120%;
	text-align: left;
	padding: 0px 0px 24px 0px;
	margin: 0px 22px 0px 22px;
}

.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #b5913d;
	text-align: left;
	padding: 0;
	margin: 0 0 12px 22px;
}

#contents {
	text-align: left;
	padding: 0;
	margin: 0;
}

#footer {
	font-size: 10px;
	font-family: Verdana,Arial;
	color: #ffffff;
	text-align: center;
	background-image: url(../images/00shadow_b.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
	padding: 10px 15px 20px 15px;
	margin: 0;
}

.albumbox a,.albumbox a:link,.albumbox a:visited,.albumbox a:active {
	text-decoration: none;
}

.albumbox a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#menutab {
	background-image: url(../images/04tips_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 0 22px;
	margin: 0px 0px 22px 0px;
	height: 19px;
}

#menutab  img {
	padding: 0;
	margin: 0;
	_margin-bottom: -3px;
}

#menutab  ul,#menutab  li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menutab  li {
	margin-right: 2px;
	float: left;
}

.albumbox {
	padding: 0;
	margin: 0 18px 18px 0;
	width: 172px;
	float: left;
}

.albumphoto {
	background-color: #e8e8e8;
	margin: 0px;
	padding: 5px;
	border: 1px solid #d0d0d0;
	border-bottom: 0px;
	text-align: center;
}

.albumtext {
	background-color: #e8e8e8;
	margin: 0px;
	padding: 5px;
	border: 1px solid #d0d0d0;
	border-top: 0px;
	text-align: center;
	height: 82px;
}

.albumtext  h3 {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}

.albumtext  p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #555555;
	line-height: 120%;
}


