@charset "UTF-8";
/* CSS Document */

#container {
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo {
	width: 240px;
	float:left;
	margin-left: 0px;
}
#menu1, #menu3, #menu5, #menu7 {
	width: 127px;
	float: center;
        top: 170px;
	margin-left: 0px;
	font-family: syncopate, serif;
	font-size: 10px;
	color: #3B3B3B;
	font-weight: normal;
}
#menu2, #menu4, #menu6 {
	width: 50px;
	float: center;
        top: 170px;
	margin-left: 0px;
	font-family: syncopate, serif;
	font-size: 10px;
	color: #3B3B3B;
	font-weight: bold;
}
#who-are-we {
	width: 260px;
	float:left;
	margin-left: 0px;
}
#main-photo {
	width: 260px;
	float:left;
	margin-left: 0px;
}
#description {
	width: 550px;
	float: left;
	margin-left: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #3B3B3B;
	font-weight: normal;
}
#container #logo {
	position: absolute;
	left: 40px;
	top: 110px;
	z-index: 1;
}
#container #menu1 {
	position: absolute;
	left: 320px;
	z-index: 2;
}
#container #menu2 {
	position: absolute;
	left: 446px;
	z-index: 2;
}
#container #menu3 {
	position: absolute;
	left: 459px;
	z-index: 2;
}
#container #menu4 {
	position: absolute;
	left: 602px;
	z-index: 2;
}
#container #menu5 {
	position: absolute;
	left: 615px;
	z-index: 2;
}
#container #menu6 {
	position: absolute;
	left: 707px;
	z-index: 2;
}
#container #menu7 {
	position: absolute;
	left: 720px;
	z-index: 2;
}
#container #who-are-we {
	position: absolute;
	left: 90px;
	top: 300px;
	z-index: 1;
}
#container #main-photo {
	position: absolute;
	left: 515px;
	top: 220px;
	z-index: 1;
}
#container #description {
	position: absolute;
	left: 250px;
	top: 445px;
	z-index: 2;
}

a:link    { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover   { text-decoration: none; color: #010101; }
a:active  { text-decoration: none; color: #010101; }
P { FONT-SIZE: 8pt; COLOR: #7d7d7d; FONT-STYLE: normal; FONT-WEIGHT: bold; FONT-FAMILY: arial,helvetica,sans-serif }
