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

*{margin:0;
	padding:0;}

body {
	background-color: #f4f2fc;
	width: 750px;
	margin:auto;
	padding: 0;
	text-align: left;
	}
	
a {outline: none;}
	
	
#wrapper {
	width: 750px;
	background-image: url(../rloft_images/main_indxBg.gif);
	border: 1px solid #333333;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #333333;
	margin: 2em auto 0 auto;
	background-position: 180px 0px;
	height: 650px;
	position: relative;
}

#sidebar {background-image: url(../rloft_images/sidebr_indxBg.jpg);
	background-repeat: no-repeat;
	width: 180px;
	text-align: left;
	height: 100%;
	position: relative;
	
}

#sidebar #IndxNav h1 {
	font-size: 1.2em;
	line-height: 6;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 0 0 0 1em;
	}

#sidebar ul {padding-left: 60px;
	width: 120px;
	
}
	
#sidebar li {
	border-left: 1px solid #333333;
	padding: 1em;
	text-decoration: none;
	display: block;
	font-size: 70%;
	line-height: 1.2em;
	
}
#sidebar li a {
	padding-left: 30px;
	margin-left: -30px;
	display: block;
	width: 110px;
	height: 20px;
}

#sidebar #IndxNav ul li a.current, #IndxNav ul li a.current:hover {
	cursor: default;
	background-image: none;
	
} 

#sidebar ul li.first {padding-top: 0;
	margin-top: -10px;
	
}
#sidebar li a:link {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	list-style-type: none;
}

#sidebar ul li a:visited {text-decoration: none;
	list-style-type: none;
	color:#666666;
	}
	
#sidebar ul li a:hover {
	background-image: url(../rloft_images/dot_nor.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}


#sidebar ul li.last {
	padding-bottom: 0;
	margin-bottom: -10px;
	vertical-align: bottom;	
}
.dot {display: inline;}
	

	

#wrapper #sidebar a img{
	float: left
}

#webmaster {
	width: 70px;
	position: relative;
	left: 50%;
	
	}

#webmaster p.webmaster a:link {
	font-size: 70%;
	font-family:"Times New Roman", Times, serif;
	color:#996666;
	text-decoration: underline;
	margin: 0;
	padding: 2em 0;
	display: block;

	}
/*-----------
span {
	text-align:center;
	position: absolute;
	z-index: 1000;
	left: 363px;
	top: 107px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	background-color: #e0d6f5;
	padding: 4px;
	width: 365px;
	height: 41px;
}
*/
	
	

	

</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar { width: 180px;
	padding-top: 30px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#main { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->