/* CSS Document */
BODY {
	background-image: url(/images/table.jpg);
}
#page {
	padding: 0 10px 58px 10px;
}
.roses {
	background-image:  url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
	}
#header {
	height: 266px;
	background-image:  url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#header H1 {
	display: none;
}
#page a:link, #page a:hover, #page a:visited{
	text-decoration: none;
	background-image:  url(../images/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content a:link, #content a:hover, #content a:visited{
	color: #000033;
	}
#content {
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000033;
	text-align: justify;
	background-color: #ffffff;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #993300;
	width: 240px;
	line-height: 1.3em;
	padding-top: 10px;
}
.intro p {margin: 2px 15px 0px 0;}
.intro a:link, .intro a:hover, .intro a:visited {color: #993300;}
.caps {
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;
}
.cup {
	position: absolute;
	top: 230px;
	left: 780px;
}
#content img.alignright{
	float: right;
	margin: 0 0 0 5px;
	}
#content img.alignleft{
	float: left;
	margin: 0 5px 0 0;
	}
/* Begin Navigation*/
ul.tab {
	margin: 10px;
	padding: 0;
	}
.tab li{
	height: 155px;
	width: 28px;
	list-style-type: none;
}
.tab li a {
	background-repeat: no-repeat;
	display: block;
	height: 155px;
	width: 28px;
}
li.tab0 a{
	background-image:  url(../images/tab.gif);
	margin-left: 4px;
	}
li.tab1 a{
	background-image:  url(../images/tab1.gif);
	margin-left: 9px;
}
li.tab2 a{
	background-image:  url(../images/tab2.gif);
	margin-left: 14px;
}
li.tab3 a{
	background-image:  url(../images/tab3.gif);
	margin-left: 19px;
}
li.tab4 a{
	background-image:  url(../images/tab4.gif);
	margin-left: 24px;
}
.tab0 a:hover, .tab0 #active {
	background-image:  url(../images/tab_1.gif);
}
.tab1 a:hover, .tab1 #active {
	background-image:  url(../images/tab1_1.gif);
}
.tab2 a:hover, .tab2 #active {
	background-image:  url(../images/tab2_1.gif);
}
.tab3 a:hover, .tab3 #active {
	background-image:  url(../images/tab3_1.gif);
}
.tab4 a:hover, .tab4 #active {
	background-image:  url(../images/tab4_1.gif);
}

.tab span {display:none;}
/*End Navigation*/