body {
background-color:white;
background-image:url('swirl2.jpg');
background-repeat:no-repeat;
background-position:top right;
margin-left:65px;
}

.container
{
text-align:center;


}

.center_div
{
display:block;
border:2px solid purple;
margin-left:auto;
margin-right:auto;
width:880px;
background-color:#a79445;
text-align:center;
padding:8px;
}


.text_1
{
display:block;
border:0px;
margin-left:auto;
margin-right:auto;
width:880px;
text-align:center;
padding:8px;
font-family:Papyrus,Arial,Verdana,sans-serif;
font-size:15px;
}

#nav {
	background-color: #660066;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	float: left;
	width: 900px;
	position: relative;
	z-index: 200;
}
#nav .menuItem {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#nav .menuItem a {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 6px 30px;
	float: left;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
#nav .menuItem a:link, #nav .menuItem a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav .menuItem a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #a79445;
}

#nav .menuItem a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #a79445;
}

#nav .current {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	background-color: #a79445;
	z-index: 200;
}
#nav .current a {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 6px 12px;
	float: left;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}


#nav .menuItem .sub {
	background-color: #ccb555;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 175px;
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 25px;
	z-index: 175;
}
#nav .menuItem .sub a {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 175px;
	position: relative;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav .menuItem .sub a:link, #nav .menuItem .sub a:visited {
	color: #000000;
	text-decoration: none;
}
#nav .menuItem .sub a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ccb555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#nav .current .sub {
	background-color: #ccb555;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 175px;
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 25px;
	z-index: 175;
}
#nav .current .sub a {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 175px;
	position: relative;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav .current .sub a:link, #nav .current .sub a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav .current .sub a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ccb555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



