@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(images/bkg.jpg);
	background-color: #FDF7E9;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 2em;
	background-position: center center;
	text-align: justify;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;    
	color: #000000;
	font-size: 11px;
	font-weight: bold;
		
}
a:hover {
	text-decoration: none;     
	color: #c2d7e1;
	font-size: 11px;
	font-weight: bold;
  
}


.left {
	background-image: url(images/hob_16.png);
	background-repeat: repeat-y;
	width: 101px;
}

.right {
	background-image: url(images/hob_18.png);
	background-repeat: repeat-y;
	width: 100px;
}

.center {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 428px;
}
.centertext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 2em;
	background-position: center center;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.centerheader {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	line-height: 2em;
	background-position: center center;
	text-align: left;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.center_pink {
	background-color: #FFFFFF;
	border: 1px solid #EB008B;
	height: 428px;
}
.centertext_pink {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EB008B;
	line-height: 2em;
	background-position: center center;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.centerheader_pink {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #EB008B;
	line-height: 2em;
	background-position: center center;
	text-align: left;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 100px;
}

#nav li {
	float: left;
	width: 100px;
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
	
	
	
#nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav2 a {
	display: block;
	width: 96px;
}

#nav2 li {
	float: left;
	width: 96px;
}

#nav2 li ul {
	position: absolute;
	width: 96px;
	left: -999em;
}

#nav2 li:hover ul {
	left: auto;
}


#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
}.queen {
	color: #FF0080;
}
.center table_pink tr .centertext_pink .centerheader_pink {
	color: #F3008C;
}
