* {
	margin: 0;
	padding: 0;
}



p {
  margin-bottom: 10px;
}



.clear {
	clear: both;
}

#page-wrap {
	width: 600px;
	margin: 25px auto;
}

#content-explorer {
    
	font-family: Georgia,arial;
	width:317px;
    margin-top:7px;
    line-height:22px;
	
	}
	#content-explorer ul.yui-nav {
		margin:0;
		list-style:none;
		width: 317px;
		background: url(../images/menu_bg.gif) bottom repeat-x;
		height: 30px;
		}
		#content-explorer ul.yui-nav li {
			float: left;
			background: url(../images/bg_right.png) right top no-repeat;
			text-align: center;
			overflow: hidden;
			margin-right: 5px;
			border-left: 1pt solid #cccccc;
			}
			#content-explorer ul.yui-nav li a {
				display: block;
				background: url(../images/bg_left.png) left top no-repeat;
				padding: 1px 8px 6px 8px;
				font-size: 9pt;
				font-weight: bold;
				color: #330066;
			}
			#content-explorer ul.yui-nav li a:hover {
				color: #990000;
			}
			#content-explorer ul.yui-nav li.selected {
				background: url(../images/bg_right.png) right top no-repeat;
			}
			#content-explorer ul.yui-nav li.selected a {
				background: url(../images/bg_left.png) left top no-repeat;
				padding-bottom: 7px;
				color: #990000;
			}
			
div.yui-content {
	overflow: hidden;
	background: url("../images/rightbox_background.png");
	
}

#content-explorer .box{
border-top: none !important;
background: none !important;
margin-top: 0px !important;
}


.yui-hidden {
border:0 none;
height:0;
left:-999999px;
overflow:hidden;
padding:0;
position:absolute;
visibility:hidden;
width:0;
}



