/* layout */
body {
	margin: 0 0 30px 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #333333;
	font-size: small;
	text-align: center;
	background-image: url(bkgnd.gif);
}

#container {
	text-align: left;
	position: relative;
	background-color: #FFF;
	width: 728px;
	margin-right:auto;
	margin-left:auto;	
	border-color: #DDD;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
}

#left {
	position: absolute;
	display: inline; 
	top:0;
	left:0;
	width: 110px;
	margin-top:30px;
}

#content {
	width: 574px;
	margin-left:110px;
	padding: 30px 15px 60px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDD;	
}

#splash {
	margin-top: 15px;
}

/* text */

a { text-decoration: none; }
/*
a:link, a:active { color: #006699; }

a:visited { color: #0066CC; }
*/

a:link, a:active { color: #FF3300; }

a:visited { color: #FF3300; }

a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-weight: normal; margin: 0px; padding: 0px; }

li{
	list-style-type: disc;
}

h1 {
	color: #222222;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 30px;
	font-size: large;	
	border-bottom: 1px solid #ccc;
}

h2 {
	margin-top: 30px;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

h3 {
	color: #222222;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}

h4 {
	color: #222222;
	font-size: 110%;
	font-weight: bold;
	/*margin-bottom: 10px;*/
	text-align: left;
	margin-top: 30px;
	border-bottom: 1px solid #ccc;

}

h5 {
	color: #222;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: -10px;
}

p {
	color: #333333;
	font-size: small;
	font-weight: normal;
	line-height: 150%;	
	text-align: left;
	/*margin-top: 0;*/
}

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: #000084;
}

.string{
	color: #0000FF;
}

.comment{
	color: #808080;
}

.centered{
	text-align:center;
}
