body {
	background-image:url(../images/topBG.jpg);
	background-repeat:repeat-x;
	background-color:#CC0099;
	margin:0px;
	font-family:Lucida Sans Unicode, Trebuchet MS, Verdana;
	font-size:12px;
}

#mainContainer {
	width:850px;
}

/* Header */
#headerDiv {
	width:850px;
}

#titleHeader {
	width:688px;
	height:227px;
	background-image:url(../images/rejoiceDanceStudio.jpg);
	background-repeat:no-repeat;
}

#navBar {
	margin-top:12px;
	width:850px;
	height:25px;
	background-repeat:no-repeat;
	background-image:url(../images/hovBG.jpg);
}

#navBar ul {
	height:25px;
	padding-left:15px;
	margin:0px;
	background-repeat:repeat-x;
	background-image:url(../images/titleBG.jpg);
}
#navBar ul li {
	padding:0px;
	height:25px;
	float:left;
	list-style:none;
	line-height:25px;
}

#navBar ul li a {
padding:4px 15px 4px 15px;
	height:25px;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}

#navBar ul li a:hover {
	background-image:url(../images/hovBG.jpg);
	background-repeat:repeat-x;
	height:25px;
	color:#FFFFFF;
}

/* Body */
#bodyDiv {
	width:870px;
	padding:10px 30px 10px 30px;
}

.column1 {
	width:595px;
	margin-right:5px;
	float:left;
}
.column2 {
	width:235px;
	margin-left:5px;
	float:right;
}


/* Footer */
#footerDiv {
	color:#FFFFFF;
	width:600px;
	border-top:1px solid #FF66CC;
	padding-top:5px;
	margin:auto;
	text-align:center;
}
#footerDiv div a {
	color:#FFFFFF;
}
#footerDiv div a:hover {
	text-decoration:none;
}

/* Snazzy Borders */
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {
	letter-spacing:1px;
	margin:0pt 10px;
}
.xsnazzy h1 {
	color:#FFFFFF;
	font-size:16px;
}
.xsnazzy h2 {
	border:0pt none;
	color:#FFFFFF;
	font-size:14px;
}
.xsnazzy p {
	padding-bottom:0.5em;
	padding-left:5px;
}
.xsnazzy h2 {
	padding-top:0.5em;
}
.xsnazzy {
	background:transparent none repeat scroll 0%;
	margin-bottom:10px;
}
.xtop, .xbottom {
	background:transparent none repeat scroll 0%;
	display:block;
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#CC0099 none repeat scroll 0%;
	border-left:1px solid #FF66CC;
	border-right:1px solid #FF66CC;
}
.xb1 {
	background:#FF66CC none repeat scroll 0%;
	margin:0pt 5px;
}
.xb2 {
	border-width:0pt 2px;
	margin:0pt 3px;
}
.xb3 {
	margin:0pt 2px;
}
.xb4 {
	height:2px;
	margin:0pt 1px;
}
.xboxcontent {
	background:#CC0099 none repeat scroll 0%;
	border-color:#FF66CC;
	border-style:solid;
	border-width:0pt 1px;
	display:block;
	color:#FFFFFF;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

div.vcard {
	margin:0px 10px 0px 10px;;
}
.type {
	font-weight:bold;
}
.vcard.email {
	font-weight:100;
}

.vcard a {
	color:#FFFFFF;
}
.tel {
	font-weight:bold;
	margin-bottom:5px;
}
.value {
	font-weight:100;
}

.bold {
	font-weight:bold;
}
.adr {
	margin:0 0 5px 5px;
}