html {
	background:transparent url(../images/htmlbg.jpg) repeat-x;
	margin:0px;
	padding:0px;
}

body {
	font:normal 12px/14px Lucida Grande, Sans Serif;
	color:#000000;
	margin:0;
}

#container {
	color:#000000;
	width:760px;
	margin:0 auto;
	padding:3px;
	text-align:left;
}

#container #header {
	font:normal bold 14px/16px Lucida Grande, Sans Serif;
	border-left:15px solid GoldenRod;
	padding:5px;
}

#container #content {
	width:580px;
	padding:7px;
	line-height:20px;
	border:1px solid GoldenRod;
}

#container #footer {
	font:normal 10px/12px Lucida Grande, Sans Serif;
	text-align:center;
	position:relative;
	width:580px;
	margin:15px 0 0 0;
}

#linkage_folder {
	font:normal 11px/13px Lucida Grande, Sans Serif;
	width:150px;
	position:absolute;
	top:10px;
	left:auto;
	right:auto;
	margin-left:610px;
}

#linkage {
	border-bottom:1px solid #999933;
}

#linkage ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#linkage li {
	list-style-type:none;
	border:1px solid #999933;
	border-width:1px 0 0 0;
	padding:7px 3px;
	margin:0px;
	text-align:center;
}

#linkage a {
	color:#336699;
	text-decoration:none;
	border-bottom:1px dashed #999933;
}

#linkage a:hover {
	color:#993366;
	border-bottom:2px dotted #993366;
}

#code {
	border:1px solid #993366;
	border-width:1px 1px 1px 0px;
	border-left:7px solid #993366;
	font:normal 11px/13px Monaco, Times;
	width:500px;
	margin:15px auto;
	padding:0px 13px;
	white-space:pre;
	overflow:auto;
}

.code {
	font:normal 11px/13px Monaco, Times;
	color:#993366;
}

.folder {
	font:normal 11px/13px Monaco, Times;
	color:#993366;
	border-bottom:1px solid ##993366;
}

a {
	color:#336699;
	text-decoration:none;
	border-bottom:1px dashed #999933;
}

a:hover {
	color:#993366;
	border-bottom:2px dotted #993366;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.float_right {
        float:right;
}

.float_left {
        float:left;
}
