/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	text-align: left; /* IE Fix */
	margin: 0;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#wrapper
{
	float: left;
	text-align: left;
	/* Cancel IE Fix */
	margin: 0 auto;
	width: 890px;
}

#main
{
	/* IE 6 Fix */
	float: left;
	width: 530px;
	margin-left: 130px;
	padding-left: 30px;
	border-width: 0 0 0 0;
	background-color: #FFF;
	display: inline;
}
#nav
{
	float: left;
	width: 150px;
	margin-left: -690px;
}

#info
{
	float: right;
	width: 120px;
/* start MacIE hack \*/
	padding: 0 0 0 0px;
/* end hack */
}

.rnotes
{
	width: 200px;
	color: black;
/*	background-color: #F03;  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.sub
{
	font-weight: bold;
	color: #007;
	padding: 4px 10px 0px 20px;
}
.fqq { padding: 1px 10px 7px 20px; }
dt
{
	font-weight: bold;
	color: #007;
	padding: 4px 10px 0px 40px;
}
dd { padding: 1px 20px 7px 40px; }
.auth
{
	padding: 4px 10px 0px 20px;
	font-style: italic;
}
.note
{
	/*	font-size: small;  */
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-size: inherit;
}

div.navsite
{
	width: 140px;
	list-style: none;
	display: left;
/*	height: 26px;  */
} 
div.navsite li
{
	width: inherit;
	list-style: none;
	display: inline;
} 
div.navsite a
{
	width: inherit;
	font-size: 12px;
	border-bottom: #CCC;
	display: block;
	padding: 8px 0px 8px 8px;
	background: #eee;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
/*
		background: #e6ecff;
	background-image: url(/imgs/fqq.png); */
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
} 
div.navsite a:hover
{
	width: inherit;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 8px 0px 8px 8px;
	background-color: #011D79;
/*	background-image: url(/imgs/fqqHov.png); */
	background-repeat: no-repeat;
	background-position: right center;
	font-style: inherit;
} 

.tspace
{
	margin: 0px 20px 0px 20px;
	display: inline;
}

.toptiny
{
	font-size: 10px;
	margin: 10px 0px 10px 0px;
}

