
/* layout */

.right {
	margin-bottom: 20px;
	position: absolute;
	top: 488px;
	background: #222;
	left: 4px;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;	
	width: 222px;
}

.right0 {
	top: 32px;
}	

.right1 {
	top: 208px;
}	


.right hr{
	border:none;
	border-top: 1px solid #444;

}

/* subnav */
.subnav {
	padding: 0 12px 0;
}

.subnav h1 {
	color: #F06;
	font-size: 1.6em;
	height: 20px;
	margin-left: 8px;
	margin-top: 1em;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
 .subnav h1 a
 {
 color: #F06;
 }
 
.subnav li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
	text-align: left;
}
.subnav li a:hover {
	color: #DDD;
}




/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url('/img/round.gif');
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* design */


.right h1 {
	font: normal 1.6em "Trebuchet MS",sans-serif;
    margin-bottom: 0.5em;
	color: #F06;
}

.right p, 
.right li {
	font: 1.2em/1.6em Verdana;
	text-align: justify;
}

p.about {
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 10px;
	text-align: left;
}
p.about .hl {
	color: #ccc;
}

li {
	list-style: none;
	padding-bottom: 0;
}


/* misc */
.clearer {
	clear: both;
}


