@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgd.png);
	background-position: top center;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #862522;
}
a:visited {
	color: #862522;
}
a:hover {
	color: #283A5E;
}
a:active {
	color: #862522;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 20px;
	color: #862522;
	font-weight: lighter;
}
h2 {
	font-size: 14px;
	color: #283A5E;
}

p {
	margin-top: 0px;
	text-align: justify;
	}

hr {
border: #862522 1px solid;
width: 85%;
}

.index-text {
	font-size: 16px;
	font-style: italic;
	}

.bkgd {
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 796px;
}

.table-left {
	background-image: url(images/left-bkgd.png);
	background-repeat: repeat-y;
	width: 83px;
	vertical-align: top;
}

.table-right {
	background-image: url(images/right-bkgd.png);
	background-repeat: repeat-y;
	width: 89px;
	vertical-align: top;
}

.content {
width: 553px;
height: 381px;
background-image: url(images/index-table_03.png);
background-repeat:no-repeat;
background-color: #F7F7F7;
vertical-align: top;
padding-left: 30px;
padding-top:  30px;

}

.footer  {
width: 725px;
height: 201px;
background-image: url(images/index-table_05.png);
background-repeat: no-repeat;
margin-left: 83px;
margin-right: 83px;
font-size: 10px;
}

#blocktext {
margin-left: 115px;
width: 400px;
}


#container {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:100%;
	left:50%;
	margin-left:-500px;
	min-height: 100%;

}

#menu {
	position:absolute;
	left:407px;
	top:36px;
	width:210px;
	height:185px;
	z-index: 994;
}

#coffee-left {
	position:absolute;
	left:140px;
	top:289px;
	width:104px;
	height:200px;
	z-index: 995;
}

#coffee-right {
	position:absolute;
	left:727px;
	top:-93px;
	width:104px;
	height:200px;
	z-index: 996;
}
