@charset "UTF-8";
body {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFDF;
	background-color: #02002C;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}
.oneColFixCtrHdr #container {
	width: 857px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000 url(../img/background_bk.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: left;
}
h1 {
	font-family: Herculanum, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #sidebar1 {
	width: 152px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px;
	padding: 0px;
	float: left;
}
.oneColFixCtrHdr #mainContent {
	margin: 0 10px 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent ul li{
	list-style-image: url(../img/breadcrumb2.gif);

}
.contentimg {
	margin-right: 90px;
	margin-top: 75px;
	float: right;
}
.oneColFixCtrHdr #navbar {
	margin: 0 0 0 154px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
}
.oneColFixCtrHdr #subnav {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	background:url(../img/footer_bg.gif) no-repeat bottom;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer2 {
	background:#02002C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #CCCCCC;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer {
	background-image: url(../img/sub/sidenav_bg.jpg);
	padding-top: 70px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 0px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
color:#000000;
}

#navcontainer a:hover
{
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
}
#navcontainer a:active
{
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
}
#navcontainer a.current
{
	color: #FF0000;
	font-size: 12px;
}
.accent {
	font-size: 12px;
	font-weight: bold;
}
.photobg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	background-image: url(http://fire.firepixie.com/img/photobar_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=Y);
}
.photobg_big {
	background-image: url(../bellydance/lightbox/images/photobg_big.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: none;
}
.gallerybg {
	background-image: url(http://fire.firepixie.com/img/photobar_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.showstitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFCC00;
}
.accentshows {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFCC00;
	line-height: 24px;
	letter-spacing: .5em;
	font-variant: small-caps;
}

.tn_photo {
	margin: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.photogallery {
	background-image: url(http://orchid.firepixie.com/img/photobar_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

