pre, code {
	font-family: 'Courier New', 'Lucida Console', monospace;
}

code {
  width: 100%;
}

pre {
	margin: 1em;
	margin-left: 0em;
	
	padding: .5em;
	padding-right: 1em;
	
	overflow-x: scroll;
	background: #FFFFD7;
	border: 1px solid #C0C0C0;
}

.xpp-keyword {
  color: #0000ff;
}

.xpp-string {
  color: #800000;
}

.xpp-comment {
  font-style: italic;
  color: #008000;
}

#container{
	text-align: left;
	width: 1000px;
	margin: 10px auto 0px auto;
	background-color: #FFF;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content {
  line-height:1.5em; 
  overflow:hidden;
  float:left;
  width:640px;
  display:inline;
  margin-right: 20px;
}

#subcontent-a {
  float:right;
  width:306px;
	font-size: 0.9em;line-height: 1.2em;
	display:inline;
}

.sql1-reservedword {
	font-weight: bold;
	color: #000080;
}

.sql1-datatype {
	font-weight: default;
	color: #800080;
}

.sql-error {
	font-family: 'Courier New', 'Lucida Console', monospace;
	font-weight: default;
	color: #FF0000;
}

.sql1-systable {
	font-weight: default;
	color: #008000;
}

.sql1-string {
	font-weight: default;
	color: #800000;
}

.sql1-comment {
	font-weight: default;
	color: #008000;
}