html{
	overflow-y:visible;
}
body{padding-bottom:20px;}
#page {
	width: 780px;
	height: 700px;
	background: url('../images/bg_consult.gif') bottom left no-repeat;
}

#quote {
	width: 750px;
	padding-top: 20px;
	padding-right: 35px;
	text-align: right;
}

#content {
	padding: 20px 0px 20px 35px;
	width: 420px;
}

#content_fullpage {
	padding: 36px;
	width: 708px;
	/*background: url(../images/bg_content.gif) repeat-y;*/
}

#content h1, #content_fullpage h1 {    
	font-size: 14px;
	font-weight: bold;
	color: #fcab35;
}
.mail{color: #fcab35;}
#content ul {
	padding-left: 20px;
	line-height: 20px;
}

#gallery {
	margin-left: 35px;
	width: 300px;
}

#gallery #instructions {
	width: 100%;
	color: #fcab35;
	font-size: 12px;
}

.gallery_item {
	padding-top: 10px;
	padding-right: 10px;
	width:53px;
	float:left;
}

.gallery_item img{
	max-width:50px;
	height:39px;
}

#page.bg_consult {
	background: url('../images/bg_consult.gif') bottom left no-repeat;
}

#page.bg_event {
	background: url('../images/bg_event.gif') bottom left no-repeat;
}

#page.bg_business {
	background: url('../images/bg_business.gif') bottom left no-repeat;
}

#page.bg_team {
	background: url('../images/bg_team.jpg') bottom left no-repeat;
	height: 745px;
}

#page.bg_contact {
	background: url('../images/bg_contact.jpg') bottom left no-repeat;
}