body {
	padding: 0;
	padding-bottom: 100px;
	margin: 0;
	background-image: url(../images/LessonsSidebarBackground.jpg);
	background-repeat: repeat-y;
}

.hidden {
	display: none;
}

#banner {
	width: 100%;
	height: 216px;
	padding: 0;
	margin: 0;
	background-image: url(../images/LessonsBanner.jpg);
	background-repeat: repeat-x;
}

#banner p.cornerspacer {
	width: 24px;
	height: 216px;
	margin: 0;
	margin-left: 253px;
	padding: 0;
	background-image: url(../images/LessonsBannerCorner.jpg);
	float: left;	
}

#banner h1 {
	width: 400px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 300px;
	background-image: url(../images/LessonsTitle.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	width: 254px;
	height: 100%;
	background-color: #00009e;
	position: absolute;
	top: 0;
	left: 0;
}

#sidebarheader {
	width: 254px;
	height: 322px;
	background-image: url(../images/LessonsCorner.jpg);
}

#sidebarbody {
	width: 254px;
	min-height: 100px;
	background-image: url(../images/LessonsSidebarBody.jpg);
	background-repeat: repeat-y;
}

#sidebarcontent {
	width: 180px;
	min-height: 100px;
	
	margin-left: 36px;
	font-size: 10pt;
}
#sidebarcontent h3 {
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid black;
}

#sidebarcontent h4 {
	margin: 0;
	padding: 5px 5px 0 5px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid black;
}

#sidebarcontent ul {
	padding-left: 15px;
	margin: 0;
	list-style-type: none;
}

#sidebarcontent li {
	padding: 2px 0;
	text-indent: -10px;
}

#sidebarfooter {
	width: 254px;
	height: 38px;
	background-image: url(../images/LessonsSidebarFooter.jpg);
}

#content {
	margin-left: 275px;
	font-size: 12pt;
}

#content ul {
	list-style-type: disc;
	font-size: 12pt;
}

#content img.screenshot {
	margin-top: 20px;
	width: 10%;
	position: absolute;
	right: 30px;
}

#content p {
	margin-left: 20px;
	margin-right: 25%;
}

#content p.code {
	margin-left: 30px;
	padding: 10px;
	padding-left: 20px;
	text-indent: -10px;
	border: 1px dashed black;
	background-color: #eee;
	font-size: 10pt;
	font-family: Courier-new, Courier, monospace;
}


#content h2 {
	margin-bottom: 0;
	font-family: Arial, sans-serif;
	font-size: 20pt;
	border-bottom: 4px solid black;
}

#content h3 {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	border-bottom: 3px solid black;
	width: 90%;
	margin-bottom: 0;
}

#content h4 {
	margin-bottom: 0;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	border-bottom: 2px solid black;
	width: 75%;
}

#content h5 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	border-bottom: 1px solid black;
	width: 50%;
	margin-left: 20px;
	margin-bottom: 0;
}

#content div.tabs {
}

#content div.tabs ul {
	background-image: url(../images/TabBackground.jpg);
	background-repeat: repeat-x;
	height: 56px;
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	margin-left: -20px;
	/*margin-left: 254px;*/
	padding: 0;
	padding-left: 20px;
}

#content div.tabs ul li {
	float: left;
	margin-right: 10px;
	font-size: 8pt;
	display: block;
	height: 56px;
	width: 220px;
}

#content div.tabs li.gui {
	background-image: url(../images/TabGui.jpg);
}

#content div.tabs li.cli {
	background-image: url(../images/TabCli.jpg);
}

#content div.tabs li.guicurrent {
	background-image: url(../images/TabGuiCurrent.jpg);
}

#content div.tabs li.clicurrent {
	background-image: url(../images/TabCliCurrent.jpg);
}

#content div.tabs a {
	display: block;
	width: 220px;
	height: 56px;
}

#comments {
	background-color: #cccce0;
	padding: 10px;
	margin: 50px;
	font-size: 10pt;
	width: 60%;
	border: 1px solid gray;
}

#comments form {
	margin-top: 15px;
	font-size: 8pt;
}

#comments hr {
	width: 25%;
	margin: 50px auto 50px auto;
}


#comments h3 {
	font-size: 14pt;
	border-bottom: 2px solid black;
}

#comments h4 {
	margin: 0;
	margin-top: 10px;
	font-size: 12pt;
	border: none;
}

#comments p {
	margin-top: 0;
}
