@charset "UTF-8";
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF66FF;
	width: 800px;
	height: 985px;
	text-align: center;
		position: relative;
	margin:0px auto;
	text-align:left;
}
#wrapper #header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	text-align: center;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top-color: #FF00FF;
	border-bottom-color: #FF00FF;
	border-right-color: #FF00FF;
	border-left-color: #FF00FF;
	background-image: url(images/dancenthings%5B1%5D.JPG);
	background-repeat: no-repeat;
	height: 160px;
	width: 795px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom-style: dotted;
	border-top-color: #FF33FF;
	border-right-color: #FF33FF;
	border-bottom-color: #FF33FF;
	border-left-color: #FF33FF;
	padding: 3px;
}
#wrapper #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link,a:active,a:visited{
	color:#FF00FF;
	text-decoration:none;
}

a:hover{
	color:#FF66FF;
	text-decoration:underline;
}
