@charset "utf-8";

/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #f7f7f7;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: thin solid #FFF;

}

#wrapper #logo {
	text-decoration: none;
}

#wrapper #navigation {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	height: auto;
	text-decoration: none;
	width: auto;
	color: #000;
	vertical-align: middle;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}

#wrapper #navigation ul {
    list-style-type: none;

}

#wrapper #navigation ul li {
	display: inline;

}

#wrapper #navigation ul li a {
	color: #000;

}

#wrapper #navigation ul li a:visited {
	color: #3E1058;

}

#wrapper #navigation ul li a:hover {
	background-color: #666;
	color: #FFF;
	text-align: center;

}
#wrapper #navigation ul li a:active {
	color: #B8B4C5;

}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #bgImg #container {
	float: none;
	text-decoration: none;
}

#wrapper #bgImg #container1 {
	height: auto;
	float: left;
	width: 230px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	border: thin dotted #FFF;
	display: inline;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

}

#wrapper #bgImg #container #box {
	height: 300px;
	width: 300px;
	float: right;
	background-color: #4F266A;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	border: thin dotted #FFF;
	font-weight: bold;
	display: none;
	filter: alpha(opacity=60);
	margin-top: 20px;
	-moz-opacity: .5;
	margin-right: 55px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 10px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}

#wrapper #bgImg #container #box #close {
	color: #FFF;
	padding: 2px;
	border: thin dotted #FFF;

}

#wrapper #bgImg #container #container1 ul li a {
	color: #B8B4C5;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
	line-height: normal;
	font-size: 12px;
	font-family: Tahoma;
}

#wrapper #bgImg #container #container1 ul li a:hover {
    color: #FFF;

}

#wrapper #bgImg #container #container1 ul {
	color: #FC3;
	list-style-type: none;
	font-size: 12px;

}

#wrapper #bgImg #container #container1 ul li {
	text-decoration: none;
	color: #FC3;

}
#wrapper #bgImg {
	height: auto;
	background-repeat: repeat-y;
	width: auto;
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	overflow: hidden;
	background-color: #666;
	background-image: url(../images/dancers4.jpg);
}

#wrapper #footer {
	background-color: #000;
	height: 15px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	padding-top: 2px;
	border: thin solid #666;

}
