body {
	margin: 0;
	padding: 0;
	font: normal 12px 'Trebuchet MS';
	color: #fff;
	text-align: center;
	line-height: 14px;
	background: #000000 url(../../images/bg.gif) repeat-x top left;
}
img {
	border: 0;
}
#wrap{
	position: relative;
	width: 837px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	margin-bottom: 7px;
}
ul.menu {
	position: absolute;
	top: 26px;
	right: 0;
	width: 527px;
	margin: 0;
	padding: 0;
	text-align: right;
}
ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
a {
	font: normal 12px 'Trebuchet MS';
	color: #fde18d;
	text-decoration: underline;
}
a:hover	{
	font: normal 12px 'Trebuchet MS';
	color: #fde18d;
	text-decoration: none;
}
.title {
	font: bold 18px 'Trebuchet MS';
	color: #fde18d;
}
.titlenote {
	font: bold 12px 'Trebuchet MS';
	color: #fde18d;
}
.subtitle {
	font: bold 14px 'Trebuchet MS';
	color: #fde18d;
}
#content {
	padding: 20px 0 10px 7px;
}
#address-box {
	background: transparent url(../../images/bg-greybox.gif) no-repeat top left;
	padding: 24px 10px 23px 20px;
}
#address-box-top {
	background: transparent url(../../images/bg-greybox-top.gif) no-repeat top left;
	padding: 24px 10px 23px 20px;
}
ul.list {
	margin: 0 3px 0 13px;
	padding: 0;
}
ul.list li {
	margin: 0 0 14px 0;
	padding: 0;
}


#footer {
	padding: 10px;
	margin: 20px 0 30px 0;
	border-top: 1px solid #a7a9ac;
	font: normal 12px 'Trebuchet MS';
	color: #a7a9ac;
}

#footer img {
	padding: 3px 0 0 0;
	float: left;
	clear: left;
}

#footer #copyright {
	float: right;
	font: normal 12px 'Trebuchet MS';
	color: #818181;
	text-align: right;
}


.thumb {
	width: 107px;
	height: 107px;
	border: 1px solid #555;
	background-color: #333;
}
.nothumb {
	border: 0;
	background-color: transparent;
}
