/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #990000;
	text-align: center;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-style: normal;
	line-height: 1.333em;
	font-weight: normal;
	font-variant: normal;
}

#header {
	width: 100%;
	height: 72px;
	background: #990000;
	background-image: url('style/bg_header_album.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 0;
}

#mainset {
	width: 960px;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url('style/bg_side_album.gif');
	z-index: 0;
}
#main {
	padding: 0;
	width: 940px;
	background: #FFFFFF;
	position: relative;
	z-index: 0;
}
#footer {
	background-image: url('style/bg_footer_album.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	z-index: 0;
	width: 960px;
	height: 10px;
	padding: 0;
}

/* hyperlinks */
a, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus { outline: none; }

/* text formatting */
p {
	font-size: 0.8em; margin: 0;
}
h3 { color: #CCCCCC; font-size: 1.3em; }

/* text alignment */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}

table.rowspace {
	border-collapse: separate;
	border-spacing: 0px 2px;
}
