/* CSS Document */

body {
	background-color: #fff;
	margin: 0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
#page {
	width: 909px;
}

#left {
	display: block;
	background-image: url(../images/lefr_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 283px;
 	min-height:600px;
 	height:auto !important;
  	height:600px;
}
#logo {
	background-image: url(../images/inside_logo.jpg);
	background-repeat: no-repeat;
	width: 283px;
	height: 273px;
}
#content {
	float: left;
	width: 626px;
}
#pics {
	position: relative;
	float: left;
	width: 626px;
}
#quote {
	position: relative;
	float: left;
	width: 626px;
	height: 160px;
}
#sep {
	position: relative;
	float: left;
	background-image:url(../images/sep.jpg);
	background-repeat: no-repeat;
	top: 50px;
	width: 669px;
	height: 8px;
}
#clearer {
	clear: both;
	}
#footer {
	position: relative;
	float: left;
}	
#contact {
	position:relative;
	top: 0px;
	left: 347px;
	width: 431px;
	height: 137px;
	
}