body {
	background-color: #e6f2fc;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: auto;
}

img {
	border: 0;
}

p {
	color: #763e1e;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 20px;
}

p.small {
	font-size: 12px;
}

a, a:visited {
	color: #763e1e;
}

a:hover {
	color: #000;
}

/****** HEADER *******/
#header {
	width: 830px;
	margin: auto;
	text-align: center;
}

/****** MAIN *******/
#main {
	width: 802px;
	margin: auto;
	background-color: #3b9abf;
	padding: 0 14px 0 14px;
}

/****** NAVIGATION MENU *******/
div#menu {
	position: relative;
}

#menu ul {
	background-color: #FFF;
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

div.flag {
	position: absolute;
	right: 23px;
	top: 18px;
}

#menu div.flag img {
	margin-bottom: 12px;
}

#menu a {
	padding-left: 2px;
}

#decoration {
	margin-top: 4px;
	margin-bottom: 4px;
}

#decoration img#center {
	margin-left: 4px;
	margin-right: 4px;
}

/****** CONTENT COLUMS *******/
#content {
	position: relative;
	padding: 20px;
	background: url(images/home-bkg.gif) repeat top;
	height: 100%;
	font-size: 14px;
}

#column-one-index {
	float: left;
	padding-right: 10px;
}

#column-two-index {
	vertical-align: top;
}

#column-one {
	float: left;
	padding-right: 10px;
	color: #763e1e;
	font-weight: bold;
	line-height: 25px;
	width: 396px;
}

#column-two {
	vertical-align: top;
}

#column-two a {
	text-align: center;
}

/****** GALLERY TABLE *******/
table.gallery {
	width: 350px;
	border-collapse: collapse;
}

table.gallery td {
	padding: 8px;
	text-align: center;
}

/****** PRICE TABLE *******/
table#price {
	border-collapse: collapse;
	color: #763e1e;
	font-weight: bold;
	width: 350px;
}

table#price td {
	border: 1px solid #763e1e;
	padding: 10px;	
}

table#dispo {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #763e1e;
}

table#dispo td {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/****** FOOTER *******/
#deco-bottom {
	background: url(images/home-bkg.gif) repeat top;
	width: 100%;
	text-align: center;
}

#footer {
	position: relative;
	padding: 10px;
	color: #EEE;
}

a.footer-links, a.footer-links:visited, a.footer-links:hover {
	position: absolute;
	right: 17px;
	color: #EEE;
	font-size: 9px;
}

/****** GENERIC *******/
.paint {
	padding-top: 40px;
}

.small {
	font-size: 10px;
}

.messages {
	color: #F00;
	font-size: 12px;
}