@font-face {
	font-family: Parisian;
	src: url("fonts/Parisian.eot"); /* EOT for IE */
}
@font-face {
	font-family: Parisian;
	src: url("fonts/Parisian.ttf"); /* TTF for CSS3 */
}
.parisian { font-family: Parisian; }

body { background-color:black; background-image: url(images/cloud.png); background-position:top center; background-repeat:no-repeat; font-family:Verdana;
 font-weight:bold; }

#wrapper { width:977px; margin-left:auto; margin-right:auto; position:relative; margin-bottom:20px }
#header { padding-top:130px; background-image:url(images/goldlogo.png); background-repeat:no-repeat; background-position:center 10px; position:relative; }
#logo {position:absolute; top:0; left:-10px; height:181px; width:204px; background-image:url(images/dancers.png); background-repeat:no-repeat; z-index:500; }

#navbar { border-top: #7a1012 solid 3px; border-bottom: #7a1012 solid 2px; background-color:#0f0c0c; padding: 10px 0 10px 210px;
		font-family: "Verdana"; color:white; }
#navbar li { width: 14%; display:inline; text-align:center; zoom:1; }
html>/**/body #navbar li { display:inline-block; }
#navbar A { color:white; text-decoration:none; padding: 5px 15px 5px 15px; font-weight:bold;
		-moz-border-radius-topleft:15px;-moz-border-radius-bottomright:15px;-webkit-border-top-left-radius:15px;-webkit-border-bottom-right-radius:15px;  }
#navbar A:hover { background-color: red; background-image:url(images/navhover.png); }
#navbar .current { background-color: maroon; background-image:url(images/navhover.png); }

#content { background-color:#f9f2d7; border: black 3px solid; padding:15px 5px 5px 5px; position:relative; }

#rosepic { background-image:url(images/rose.png); background-repeat:no-repeat; z-index:-500;
		position:absolute; top:-55px; right:0; width:489px; height: 422px; }

h1 { color: #7a1012; font-family:"Parisian" }
h2 { color: #7a1012; font-family:"Parisian"; font-size:1.7em; }

a>img { border:none; }

.red { color:#7a1012; }

table td { vertical-align:top;}
table.classes td { white-space:nowrap; }