﻿html, body { height:97%; }

body
{
	font-family:Arial, Helvetica;
	font-size:10pt;
    color:#333;
}

.clearfix {clear: both;}

#container
{
    border: 1px solid #CCC;
    margin-left: auto;
    margin-right: auto;
    padding: 3mm;
    width: 174mm;
}

.left{float:left;}
.right{float:right;}

.logo{
    height:67px;
    max-width:50%;
    margin-top:7px;
    float:left;
}

.contact_info
{
    margin-top:7px;
    line-height:22px;
    float:right;
    text-align:right;
}

.title
{
    width:100%;
	margin:10px 0px 0px 0px;
    display:inline-block;
	font-size:18px;
}

.mainPhoto
{
	height:438px;
    width:100%;
    margin-top:18px;
    position:relative;
	background-color:#EFEFEF;
    border:1px solid #CCCCCC;
}

	.mainPhoto img
	{
		height:100%;
		width:100%;
	}
	
.specifics
{
    width:100%;
    padding:2% 0px;
    display:inline-block;
    border-bottom:1px solid #ccc;
}

.description
{
    padding:12px 0px;
}

.photos{
    overflow:hidden;
    white-space:nowrap
}

.photo
{
    height:34mm;
    display:inline-block;
    margin:6px 4px 5px 1px;
}
    .photo img
    {
		height:100%;
		width:57mm;
    }