/* CSS Document */

a {	text-decoration:none; }
table {	border-collapse:collapse; }
img { border:none; }


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FAF9F7;
	margin:0px;
}

div.content {
	/* center the content */	
	position:absolute;
	left: 50%;
	margin-left: -400px; /* half of width */
	width:800px;
	text-align:center;
	

	height:540px;
/*	top: 50%; 
	margin-top: -270px;  /* half of height */
	
	margin-top:10px;
	background-repeat:no-repeat;
	
}

div.logo {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
}

div.info {
	position:absolute;
	top:30px;
	left:140px; 
	width: 530px; 
	text-align:justify; 
	line-height:15px;
	font-size:12px; 
	height: 400px; 
	overflow:auto 
	}

div.menu {
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	background-color:#F3EEE8;

	font-size:11px;
}

table.menu {
	float:right;
}
td.menu {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:60px;
	padding-right:60px;
}

a.menu { color:#867868; }
a.menu:hover { color:#440000; } 
a.menu_active {	color:#440000; }
	
div.thumb {
	position:absolute;
	right:30px;
	bottom:30px;
}

td.nav {
	padding-left:5px;
	padding-right:5px;
	width:15px;
	height:15px;
	font-size:12px;
	font-weight:normal;
}

a.nav {	color:#867868; }
a.nav:hover { color:#6d3c14; }
a.nav_active { color:#6d3c14; font-size:14px; }

div.pic {
	position:absolute;
	right:30px;
	bottom:60px;
}

td.caption {
	text-align:right;
}
span.caption {
	color:#6d3c14;
}

div.design { position:absolute;top:500px;left:750px; width: 150px; height:20px; }	a.design { color:#440000; }
a.design:hover { color:#867868; }

div.contact {
	position:absolute;
	text-align:left;
	left:60px;
	width:400px;
	font-size:14px;
	top:60px;}
a.contact { color:#440000; }
a.contact:hover { color:#867868; } 

