body {
	background: #EFECCA;
	padding: 0;
	margin: 0;
	font: 1em Georgia, serif;
}

a {
	text-decoration: none;
	color: #A7A37E;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 40px 0;
}

h2 {
	font-size: 1.25em;
	text-align: right;
}

blockquote {
	font-weight: bold;
}

.caption {
	font: italic .8em Georgia, serif;
	text-align: center;
	}
	
.break {
	clear: both;
}	




#border {
	border-left: 2px solid #7D8A2E;
	border-right: 2px solid #7D8A2E;
	width: 986px;
	margin: 0 auto;
}




#head {
	background: #7D8A2E;
	width: 990px;
	margin: 0 auto;
	height: 150px;
	text-align: center;
	border-bottom: 3px solid #A7A37E;
}
	#head i {
		display: block;
	}
	
	#head ul {
		margin: 15px auto 0 -25px;
		font-size: .8em;
	}
	
	#head ul li {
		display: inline;
		list-style: none;
		margin-right: 25px;
	}
	
	#head li a {
		color: #25363D;
	}
	
	#head li a:hover {
		color: white;
		text-decoration: none;
	}
	
	

#content {
	width: 620px;
	margin: 0 auto;
	padding-top: 30px;
	/*text-align: center;*/
}

#content img, #content iframe {
	border: 3px solid #A7A37E;
}

.right {
	display: block;
	float: right;
	margin: 6px 0 6px 20px;
}

.left {
	display: block;
	float: left;
	margin: 6px 20px 6px 0;
}








a.model1, a.model2 {
	display: block;
	cursor: default;
	width: 166px;
	height: 250px;
	}

	a:hover.model1, a:hover.model2 {
		background-position: 0 250px;
	}
	
	a.model1 {
		background: url(../i/models/model1.jpg);
	}
	
	a.model2 {
		background: url(../i/models/model2.jpg);
	}
	
	
img.left {
	float: left;
	margin: 6px 10px 6px 0;
}	






#footer {
	background: #EFECCA url(../i/footer.png) bottom repeat-x;
	height: 80px;
	text-align: center;
	color: white;
	width: 988px;
	margin: 0 auto;
}

	#footer p {
		position: relative;
		top: 35%;
		font-size: .8em;
		color: #25363D;
	}







#rightCorner {
	/*background: url(../i/rightScroll.gif) repeat-x;*/
	width: 125px;
	height: 125px; 
	position: absolute;
	top: 155px;
	right: 0;
}

#leftCorner {
	/*background: url(../i/leftScroll.gif) repeat-x;*/
	width: 125px;
	height: 125px; 
	position: absolute;
	top: 155px;
	left: 0;
}