



p {
	font-size: 1.5em;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	}
	a:hover {
		color: #990000;
	}

h2 { font-size: 1.5em; }

.clear {
	clear: both;
}

#page-wrap {
	width: 770px;
	margin: 0px auto;
}

#content-explorer {
	padding-top: 0px;
    width:770px;
    line-height:normal;
	
	}
	#content-explorer ul {
		margin:0;
		padding:0px 0px 0px;
		list-style:none;
		max-width: 770px;
		/*background: url(images/menu_bg.gif) bottom repeat-x;*/
		height: 30px;
		}
		#content-explorer ul li {
			float: left;
			background: url(images/right.jpg) right top no-repeat;
			width:128px;
			height: 30px;
			padding:0px;
			text-align: center;
			overflow: hidden;
			margin-left: 0px;
			}
			#content-explorer ul li a {
				display: block;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				/*background: url(images/left.gif) left top no-repeat;*/
				padding: 9px 5px 6px 9px;
				font-size: 11px;
				font-weight: normal;
				color: #FFFFFF;
			}
			#content-explorer ul li a:hover {
				color: #ffffff;
			}
			#content-explorer ul li.selected {
				background: url(images/tab2.jpg) right top no-repeat;
				width:128px;
			height: 30px;

			}
			#content-explorer ul li.selected a {
				/*background: url(images/left_cur.gif) left top no-repeat;*/
				padding-bottom: 8px;
				color: #FCE700;
			}
			
div.yui-content {
	overflow: auto;
	border-bottom: 0px solid #A2B0BB;
	border-right: 0px solid #A2B0BB;
	border-left: 0px solid #A2B0BB;
	padding: 0px;
	margin:0px;
	
}

