body {
	padding:0;
	margin:0;
	background-color:black;
	font-family:arial, helvetica, sans serif;
}

#holder {
	margin: 0 auto;
	width: 750px;
}

#content {
	border: 1px solid white;
	background-color:#333;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	padding: 1em;
	color:white;
}

#logo {
	color: white;
	font-size: 3em;
	font-style: italic;
}

#menu {
	color: white;
	list-style: none;
	text-align:right;
	float:right;
}

#menu li {
	display: inline;
}

a, a:visited {
	color : gray;
	font-weight: bold;
}

a:hover {
	
}

.center {
	margin: 0 auto;
}

UL.tabs {
	list-style: none;
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-left:0.5em;
	white-space:normal;
}

UL.tabs > LI.tabs {
	border: 1px solid #666;
	border-bottom: 0px;
	background-color:white;
	color: #333;
	display: inline;
	margin: 0px;
	margin-bottom: -4px;
	margin-right: -2px;
	padding-bottom: 5px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align:text-top;
	line-height:1em;
	cursor: pointer;
	font-size:8pt;
	position:relative;
	font-weight:bold;
	white-space:normal;
	float:left;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
}

DIV.tabbed {
	margin: 0px;
	margin-top: 1pt;
	padding: 0px;
	display: block;
	overflow: hidden;
}


DIV.tabbed > UL.tabs {
	list-style: none;
	display: block;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-top: 2pt;
	overflow: hidden;
	margin-left:0.5em;
	margin-right:0.5em;
	white-space:normal;
}

DIV.tabbed > UL.tabs > LI.tabs {
	background-color: #FFF;
	background-repeat: repeat-x;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	float:left;
	color: #333;
	display: inline;
	margin: 0px;
	margin-bottom: -0.4em;
	margin-right: -2px;
	margin-top: 0.25em;

	padding-bottom: 0.20em;
	padding-top: 0.25px;
	padding-left: 0.5em;
	padding-right: 0.5em;

	line-height:1.25em;
	font-size:8pt;
	position:relative;
	white-space:normal;
	font-weight:bold;
}

DIV.tabbed > DIV.tabcontents {
	margin: 0px;
	padding:0.25em;
	font-size: 9pt;
	border: 1px solid #666;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	display:block;
}

DIV.tabbed > DIV.tabcontents > DIV.tabcontent {
	display:none;
	padding-right: 0.5em;
}

DT {
	font-weight:bold;
}

CODE {
	display: block;
	background-color: #eee;
	color: #333;
	padding: 0.5em 1em;
}

