/* layout */

#container {
	text-align: left;
	position: relative;
	background-color: #FFF;
	width: 692px;
	margin-right:auto;
	margin-left:auto;
	border: 1px dotted #CCCCCC;
	margin-top: 0px;
	margin-bottom: 30px;
}

#left {
	position: absolute;
	display: table;
	top:-23px;
	left:0px;
	width: 110px;
	background-color: #FFFFFF;
	margin: 0px;
	height: 300px;
}

#content {
	width: 550px;
	margin-left:110px;
	padding: 30px 20px 25px 15px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 150%;
}

#splash {
	margin-top: 15px;
}

/* text */
h1, h2, h3, h4, h5, h6, p { position: relative;}

a {
	text-decoration: none;
	color: #990000;
}

a:link, a:active { color: #990000; }

a:visited { color: #660000; }

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

h1, h2, h3, h4 { font-weight: normal; margin: 0px; padding: 0px; }

li{
	list-style-type: disc;
}

h1 {
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #999999;
	margin-top: 30px;
	font-size: large;
}

h2 {
	margin-top: 30px;
	border-bottom: 1px #aaaaaa;
	color: #999999;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	text-align: left;
	border-bottom: 1px dotted #999999;
}

h3 {
	color: #CCCCCC;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

h4 {
	color: #990000;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px #222222;
	border-bottom: 1px dotted #999999;
	margin-top: 30px;
}

ul {
	color: #333333;
	font-size: small;
	font-weight: normal;
	line-height: 150%;	
	text-align: left;

}

pre {
	font-family: 'Courier New', Courier, mono;
	font-size: small;
	
}

.keyword{
	color: #333333;
	font: 11px/14px 'Trebuchet MS', Verdana, sans-serif
}

.string{
	color: #0000FF;
}

.comment{
	color: #808080;
}

.centered{
	text-align:center;
}


.style1 {
	font-size: 9px;
	font-family: 'Trebuchet MS', Verdana, sans-serif
	color: #999999;
}
.style2 {
	color: #990000;
	font: bold;
}
.style3 {color: #999999}

