﻿div#wrapper
{
	width: 878px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

div#mainColumn
{
	padding: 0;
	float: left;
	padding: 16px 0px 16px 16px;
	width: 878px;
	margin-bottom: 50px;
	background: #fff;
}

div#rightColumn
{
	float: right;
	padding: 16px;
	background: #fff;
}

ol, ul
{
	margin: 15px 0px;
}

ul li, ol li
{
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
}

pre
{
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 20px 0px;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 20px; /*--Height of each line of code--*/
	background: url(../images/pre_code_bg.gif) repeat-y left top; /*--Background of lined paper--*/
	width: 100%;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
	/* white-space: pre-wrap; */      /* css-3 */
	/* white-space: -moz-pre-wrap !important;*/  /* Mozilla, since 1999 */
	/* white-space: -pre-wrap; */     /* Opera 4-6 */
	/* white-space: -o-pre-wrap; */    /* Opera 7 */
}

pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}

code.javascript, code.html, code.css
{
	font-size: 13px;
	color: #525252;
}

table
{
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #e5ece5;
	border-collapse:collapse;
	width: 100%;
}

th
{
	text-align: left;
	padding: 10px;
	background: #e5ece5;
	color: #000;
}

td
{
	border: solid 1px #e5ece5;
	padding: 10px;
	vertical-align: top;
	margin: 0;

}

img.site
{
	width: 150px;
	width: 150px; 
	float: left; 
	margin: 0px 15px 20px 0px; 
	border: solid 1px #e5ece5;
}

/* Google AD Sense */
div.googleAdsRight
{
	padding: 0;
	margin: 0;
}

div.googleAdsTop
{	
	margin-top: 25px;
	width: 726px;
}

div#googleAdsSubpages
{
	float: right;
	margin-top: 50px;
}

div.googleAdsTextHorizontal
{
	width: 728px;
	height: 15px;
}