* {
	margin: 0;
	padding: 0;
}

body {
	/*font: 62.5% Tahoma, sans-serif;*/
}

a {
	text-decoration: none;
	}
	a:hover {
		color: #990000;
	}

h2 { font-size: 2.0em; }

.clear {
	clear: both;
}

#page-wrap {
	width: 900px;
	margin: 0 auto;
}

#content-explorer {
	padding-top: 20px;
    width:100%;
    line-height:normal;
	
	}
	#content-explorer ul {
		margin:0;
		padding: 10px 0 0  0;
		list-style:none;
		/*max-width: 770px;*/
		background: url(../images/tabs/menu_bg_n.gif) bottom repeat-x;
		height: 25px;
		}
		#content-explorer ul li {
			float: right;
			background: url(../images/tabs/tabrightB.gif) right top no-repeat;
			text-align: center;
			overflow: hidden;
			margin-right:0px;
			}
			#content-explorer ul li a {
				display: block;
				background: url(../images/tabs/tableftB.gif) left top no-repeat;
     			padding:6px 15px 6px 15px;
				font-size: 93%;
				font-weight: bold;
				text-transform:uppercase;
				color: #333333;
				border:none;
			}
			#content-explorer ul li a:hover {
				color: #333333;
			}
			#content-explorer ul li.selected {
				background: url(../images/tabs/tabrightB_cur.gif) right top no-repeat;			
			}
			#content-explorer ul li.selected a {
				background: url(../images/tabs/tableftB_cur.gif) left top no-repeat;
				padding-bottom: 7px;
				color: #333333;
			}
			
div.yui-content {
	overflow: auto;
	margin:0 auto; padding:0; overflow:hidden;
}
