html, body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 9pt;
}
.body {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background: #FFF;
	height: 98%;
	/*border-right: 1px dashed blue;*/
	/*border-left: 1px dashed blue;*/
	overflow: auto;
	background: url('/img/logo.gif') no-repeat 450px 50px; 
}
h1 {
	font-family: Tahoma, Arial;
	font-size: 24px;
	color: #ED474B;
}
.logo {
	background: url('/img/logo.gif') no-repeat; 
	margin: 0 auto; 
	width: 359px; 
	height: 691px;
	margin-top: 10px;
}
img {
	border: 0;
}
.rightcol {
	float: right;
	width: 200px;
}
.leftcol {
	float: left;
	width: 600px;
}
.logo-firm {
	background: url('/img/logo-firm.gif') no-repeat 22px; 
	width: 200px;
	height: 63px;
	margin: 10px auto;
}
.logo-firm a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.menu {
	margin: 50px 5px 5px 10px;
}
.menu-item {
	padding: 11px 10px;
	/*border: 1px solid #DDD;*/
	/*background-color: #FDEE99;*/
	margin: 5px 0;
	font-size: 12pt;
	font-weight: bold;
	color: #0089E1;
}
.menu-item a{
	text-decoration: none;
	color: #0089E1;
}
.pointer {
	cursor: pointer;
}
#help {
	position: absolute;
	right: 205px;
	top: 124px;
	z-index: 10;
	border-right: 1px solid #999;
	font-size: 8pt;
	display: none;
	text-align: right;
}
#help-back {
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -10;
}	
#help-text {
	padding: 5px;
	width: 300px;
}

#help h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #EC3A3E;
	margin: 0;
	padding: 0;
}
.none{
	display: none;
}
#contact {
	float: left;
	width: 200px;
}
#gallery-list td {
	text-align: center;
	background: #999;
	background: #0089E1;
	border: 1px solid #666;
	padding: 5px;
}
#gallery-list td a{
	color: #FFF;
	text-decoration: none;
}
#gallery-list td a:hover{
	text-decoration: underline;
}
.text-block {
	padding-left: 100px; line-height: 17px;
}
.text-block a{
	color: #0089E1;
}
.footer-link {
	color: #0089E1;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.sp {
	display: none;
}
.lnks {padding: 10px 5px 2px 5px; text-align: center;font-size: 7pt; color: #999;}
.lnks a{color: #999;}
