html, body {
	background: #232937 url(images/bg.gif) left top repeat-x;
}

body {
	margin:0; padding:0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #232937;
}

A {
	color: #495673;
	text-decoration: underline;
}

A:hover {
	color: #f00;
	text-decoration: none;
}

TD.header {
	height: 258px;
	text-align: left;
	vertical-align: top;
	background: #fff url(images/header.jpg) right top no-repeat;
}

#menu {
	margin-top: 80px;
	padding-right: 5px;
	float: right;
}

#menu UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 2px;
}

#menu LI {
	position: relative;
	overflow: hidden;
	height: 30px;
	padding-right: 3px;
	margin-left: -5px;
}

#menu LI A {
	float: left;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	color: #0066b3;
	text-decoration: none;

	display: block;
	
	padding: 5px 2px 5px 35px;
} 

#menu LI:hover A {
	border-left: #7a8397 5px solid;
	color: #f00;
} 

#menu LI A:hover {
	border-left: #7a8397 5px solid;
	color: #f00;
}

.content {
	background: #fff;
	padding: 0; margin: 0;
	border-left: #43464d 1px solid;
	border-right: #8b8e95 1px solid;
}

TABLE.cont {
	width: 648px;
}

.col {
	width: 160px;
}

.text {
	width: 490px;
	padding: 10px;
	text-align: justify;
	background: #fff url(images/content-bg.jpg) left bottom no-repeat;
}

.text H1, .text H2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 7px 0;
	margin: 0; margin-top: 10px; margin-bottom: 5px;
	color: #232937;
	background: url(images/h-bg.gif) left bottom no-repeat;
}

.text UL {
	margin: 0; padding: 0;
	margin-left: 20px;
}

.content-header {
	background: #fff url(images/content-header.gif) left top no-repeat;
	margin: 0; padding: 0;
	margin-top: 10px;
	height: 5px;
}

.content-footer {
	background: #fff url(images/content-footer.gif) left top no-repeat;
	margin: 0; padding: 0;
	height: 5px;
}

TABLE.price {
	background: #d9d9d9;
	margin-top: -5px;
	width: 100%;
}

TABLE.price TD {
	background: #fff;
	padding: 5px;
	text-align: center;
}

TABLE.album {
	width: 100%;
	margin: 5px 0;
}

TABLE.album TD {
	text-align: center;
}

TABLE.album IMG {
	margin: 8px 0px;
	border: #d9d9d9 5px solid;
}

TD.large IMG, P.large IMG {
	border: #d9d9d9 10px solid;
}