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

body {
	margin:0px;
	padding:0px;
	background-color:#222222;
}
#centeredColumn {
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-475px;
	width:950px;
/*	height:100%;
*/	background-color:#000000;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 138%;
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
}
#breadCrumbs {
	width:950px;
	height:36px;
	position:relative;
	float:left;
	clear:both;
	line-height:36px;
	text-indent:16px;
	border-bottom:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
}
#headerGraphic {
	position:relative;
	float:left;
}
#leftMenu {
	background-color:#000000;
	background-image:url(http://www.boldbellydance.com/design_files/banner-vertical150.jpg);
	width:150px;
	height:624px;
	position:relative;
	float:left;
	clear:left;
	overflow:hidden; 
}
#bodyContent {
	position:relative;
	float:left;
	clear:none;
	width:795px;
/*	height:624px;
*/	background-color:#000000;
	border-left:#FFFFFF 1px solid;
}
#leftMenu a:link, #leftMenu a:visited {
	display:block;
	position:relative;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	width:130px;
	text-align:center;
	padding: 10px;
}
#leftMenu a:hover {
	background-image:url(images/blackAlpha.gif);
	text-decoration:none;
	color:#9999FF;
}
#bodyContent p, #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5,
#bodyContent h6, #bodyContent img, #bodyContent form, #bodyContent pre, #bodyContent span,
#bodyContent object, #bodyContent embed, #bodyContent table, #bodyContent tbody {
	margin-left:36px;
	margin-right:36px;
}
#bodyContent p {
	margin-top:7px;
	margin-bottom:13px;
}
#breadCrumbs a:link, #breadCrumbs a:visited {
	color:#9999FF;
	text-decoration:underline;
}
#breadCrumbs a:hover, #breadCrumbs a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a:link, a:visited {
	color:#9999FF;
	text-decoration:underline;
}
a:hover, a:active {
	color:#9999FF;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#9999FF;
	text-transform:uppercase;
}
h1 {
	font-size:21px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4, h5, h6 {
	font-size:13px;
}
#colophonDIV {	
	position:relative;
	float:left;
	clear:both;
	text-align:center;
	width:950px;
	height:36px;
	line-height:36px;
	border-top:#FFFFFF 1px solid;
}

/* Silva Specific Junk /*
/* ________________________________________________________ alignments _____ */

.image-left {
text-align: left;
}

.align-center, .image-center {
text-align: center;
}

.align-right, .image-right {
text-align: right;
}

.float-left {
float: left;
margin-right: 1em;
clear: none;
}

.float-right {
float: right;
margin-left: 1em;
clear: none;
}

/*  */