@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	background: #f6f3ee url(../images/body_back.gif) 0 0 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

#master {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 150px;
	text-align: center;
}

#logo {
	margin: 5px 0 3px 0;
}

#header h1 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	font-size: 14px;
}

.contact {
	background: url(../images/contact.gif) 0 0 no-repeat;
	margin-left: 290px;
	padding-left: 140px;
	height: 180px;
	padding-top: 10px;
}

#content {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/gal_back.gif) center 0 no-repeat;
	height: 310px;
	text-align: center;
}

.pics {
	height: 278px;
	overflow: hidden;
	width: 444px;
	margin: 0 auto;
}
.pics img {
	height: 278px;
	left: 0;
	top: 7px;
	width: 444px;
}