/* CSS Document */

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#content {
	/*border: 1px dashed #CCCCCC;*/
	/*left: 150px;
	right: 155px;*/
	padding: 0;
	margin: 0;
	margin-top: 0em;
	/*margin-left: 125px;
	/*margin-right: 130px;*/
	background-color: #FFFFFF;
	padding-bottom: 50px;
	min-height: 400px;
	/*-moz-border-radius: 2em;
	border-radius: 2em;*/
	background-image: url(http://images.haught.org/back.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 20px;
}

/* Start General */

a:link, a:visited, a:active {
	color: #8297FB;
}

#content h1,
#content h2 {
	color: #2F5775;
	/*#90564B;*/
}

#content h1 {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 5px;
	margin-top: 0px;
}
#content h2 {
	font-weight: normal;
	font-size: 1.25em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#stuff {
	margin-top: 0;
	margin-left: 0;
	margin-right: 210px;
	padding: 10px;
}

table {
    margin: 0;
    padding: 0;
}

a img {
    border: none;	
}

pre, 
code,
p code {
	font-family: "courier new", "courier", monospace;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 8px;
	display: block;
	margin: 2px 4px;
	background: #f5f8fb;
	color: #333333;
	border-color: #e5e8eb;
	font-size: 0.9em;
	text-indent: 0px;
}
/*code,
p code {
	background-color: #333333;
	color: #009900;
}*/
code strong {
	font-weight: bold;
	background-color: #F8FAFC;
	text-decoration: underline;
}
#content p {
	text-indent: 10px;
	padding: 4px 2px;
	margin: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1.1em;
	font-family: 1.6em;
	color: #444444;
}

#content li {
	list-style-type: square;
	color: #333333;
}
#content li.num {
	list-style-type: decimal;
}

#content li.indent {
	text-indent: 12px;	
}
/* End General*/

#content a:link, #content a:visited {
	/*background: url(http://images.haught.org/dot-green.png) repeat-x bottom transparent;*/
	color: #339;
	text-decoration: none;
}
/*#content p a:hover, #content div a:hover, #content ul a:hover, #content ol a:hover {
	background: url(http://images.haught.org/dot-green.png) transparent !important;
	color: #c30;
}*/








/* Start Table */
#content div.table {
	display: table;
}
#content div.tr {
	display: table-row;
}
#content div.td {
	display: table-cell;
}
/* End Table */




