html,  body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#FFF;
	font:90%/140% Calibri, Cambria, Verdana, Arial, Helvetica, sans-serif;
}
#mainArea {
	padding:20px;
	padding-bottom:100px;	/* The same as the height of the footer */
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	background:#000;
	padding:10px;
	height: 60px;
}
#header h1 {
	margin:0;
	padding:10px 0 0 10px;
	color: white;
}


.clearit {
	clear: both;
	height: 1%;
}

#container1 {
	width: 300px;
	float: left;
}

#container2 {
	width: 450px;
	margin-left: 350px;
	background-color:#E6E6E6;
	border: 1px solid #CCC;
	padding: 10px;
}

#container3 {
	width: 220px;
	margin: 0 auto;
	background-color:#E6E6E6;
	border: 1px solid #CCC;
	padding: 10px;
}

#container2 H3 {
	margin: 2px;
	font-size: 130%;
}

pre code {
	font-size: 110%;
	line-height: 1.0em;
}

code .span {
	color: red;
	font-size: 100%;
}

.box2 pre {
	font-size: 100%;
	line-height: 1.3em;
	padding-left: 10px;
	margin-top: 0;
}
#footer {
	width:100%;
	height:100px;			/* The height of the footer */
	background:#000;
}
#footer p {
	margin:0;
	padding:10px;
	color: white;
line-height: 3.5;
}
#footer a {
	color: white;
	text-decoration:none;
}

#footer .logo {
	float: right;
	padding-top: 15px;
}


#footer .logo a img {border: none;}
/* ************* END OF PAGE STYLES **************** */