@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/rachellefoxart_bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container { 
	width: 1000px;
	height: auto;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	width: 100%;
	height: 60px;
	background: #000; 
	padding: 0;
	margin-bottom: 8px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding:0;
}
.home a:visited {
	color: #FFF;
}
#sidebar {
	float: right;
	width: 160px;
	height: auto;
}
.twoColFixLtHdr #sidebar1 {
	width: 160px;
	padding: 0;
	margin: 5px 0px 0px 0px;
}
#sidebar1 ul {
	list-style-type: none;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #999;
	padding: 0;
	margin: 5px 5px 15px 5px;
	font-variant: small-caps;
}
#sidebar1 ul li {
	margin-bottom: 2px;
}
#sidebar1 ul li a {
	text-decoration: none;
	color: #999;
}
#sidebar1 ul li a:hover {
	color: #FFF;
}
#selsidebar1 a:link, #selsidebar1 a:visited, #selsidebar1 a:hover {
	color: #FFF;
}
.twoColFixLtHdr #mainContent {
	width: 1000px;
	height: auto;
	margin: 0;
	padding: 0;
} 
.twoColFixLtHdr #footer { 
	padding: 0;
} 
.twoColFixLtHdr #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 */
}
#footer ul li {
	margin: 3px 0 0 0;
	list-style-type: none;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #999;
	padding: 0;
	font-variant: small-caps;
}
#footer ul li a {
	color: #999;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FC0;
}
.twoColFixLtHdr #footergallery { 
	padding: 0;
} 
.twoColFixLtHdr #footergallery p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#footergallery ul li {
	margin: 3px 180px 0px 0px;
	list-style-type: none;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #999;
	padding: 0;
	font-variant: small-caps;
}
#footergallery ul li a {
	color: #999;
	text-decoration: none;
}
#footergallery ul li a:hover {
	color: #FC0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
clear: both;
}
