@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	width: 100%;
	height: 100%;
}
.bg {
	width: 100%;
	height: 100%;
	background-color: #999966;
}
a:link, a:visited {
	color: #666633;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999966;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0px;
}

.wrapper {
	width: 1000px;
	min-height: 625px;
	margin: 0px auto;
	background-color: #CCCC99;
}
.header {
	width: 100%;
	height: 270px;
	text-align: right;
}
#home {
	background: #666633 url(../images/home.jpg) top left no-repeat;
}
#portfolio {
	background: #666633 url(../images/portfolio.jpg) top left no-repeat;
}
#furniture {
	background: #666633 url(../images/furniture.jpg) top left no-repeat;
}
#contact {
	background: #666633 url(../images/contact.jpg) top left no-repeat;
}
#home-fr {
	background: #666633 url(../images/home-fr.jpg) top left no-repeat;
}
#portfolio-fr {
	background: #666633 url(../images/portfolio-fr.jpg) top left no-repeat;
}
#furniture-fr {
	background: #666633 url(../images/furniture-fr.jpg) top left no-repeat;
}
#contact-fr {
	background: #666633 url(../images/contact-fr.jpg) top left no-repeat;
}
.nav {
	width: 980px;
	height: 34px;
	background-color: #666633;
	text-align: right;
	padding-right: 20px;
}
.flag {
	float: left;
	display: inline;
	margin: 7px 0px 0px 50px;
}
.leftcolumn {
	float: left;
	display: inline;
	width: 264px;
	height: 321px;
	background-color: #FFFFCC;
	
}
.rightcolumn {
	float: left;
	display: inline;
	width: 696px;
	min-height: 281px;
	padding: 20px;
	text-align: left;
}
.rightcolumn-fr {
	float: left;
	display: inline;
	width: 724px;
	min-height: 281px;
	padding: 6px;
	text-align: left;
	font-size: 12px;
}
.rightcolumn img {
	vertical-align: text-bottom;
}
#homecol {
	width: 696px;
	padding: 10px 20px;
	line-height: 19px;
}
#portcol {
	width: 696px;
	padding: 0px;
}
#contactcol {
	width: 590px;
	padding: 40px 60px 20px 30px;
	font-size: 15px;
}
#furniturecol {
	width: 645px;
	padding: 10px 60px 20px 30px;
}
#frameColumn {
	margin: 39px 20px 39px 19px;
}
.scrollcolumn {
	position:relative;
	bottom:0px;
}
.gap {
	padding-right: 6px;
}
.frameNav {
	float: left;
	display: inline;
}
.back {
	float: right;
	display: inline;
}
