html{
	height:100%;
}
body {
	min-height:100%;
	height: 100%;
	font:12px/18px Verdana, Helvetica, sans-serif;
	background:#ef7523 url(../img/bgd.gif) top center;
	margin: 0;
	padding:0;
}
h1{
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	margin:0;
	padding:15px;
	font-size:24px;
	color:#ffea00;
}
a{
	color:#09f;
}
pre{
	border:1px solid #000;
	padding:10px;
	background:#DFDFDF;
}
table.tutorials {
	width:100%;
}
td{
	padding:10px;
}
td.thumb{
	width:200px;
	text-align:center;
}
.code_holder pre{
	border:none;
	padding:0;
	background:#fff;
}
.storycontent img{
	border:1px solid #000;
}
.hr hr{display:none;}
.hr{
	background:#de4921;
	height:4px;
}
textarea{
	font:12px/18px Verdana, Helvetica, sans-serif;
	width:100%;
}
h2{
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	color:#09f;
}
img{border:0}
img, div { behavior: url(../js/iepngfix.htc) }
img{border:0}
img#logo{
	margin-bottom:20px;
}
#holder{
	width:100%;
	height:100%;
	position:absolute;
}
#main{
	min-height:100%;
	width:970px;
	background: url(../img/main-bgd.png) top center;
	padding:0 15px;
	margin:0 auto;
}
#col1{
	width:250px;
	padding: 40px 0 0 0;
	float:left;
}
#nav{
	font:16px/18px "Courier New", Courier, monospace;
	text-transform:uppercase;
	color:#FF0;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	list-style-type:none;
	display:inline;
}

#col2{
	width:665px;
	padding: 40px 20px 0 20px;
	float:right;
}
#header{
	background:#de4921;
	margin-bottom:20px;
}
#icon{
	width:47px;
	float:left;
	margin-top:4px;
}
#pagetitle{
	width:618px;
	float:left;
}
li{
	list-style-type:square;
}
ul.listpageul li{
	list-style-type:none;
	font-size:18px;
}
ul.listpageul li a{
	color:#EF7523;
	text-decoration:none;
}
ul.listpageul ul{
	margin: 15px 0;
}
ul.listpageul ul li{
	font:12px/18px Verdana, Helvetica, sans-serif;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
	margin: 5px 0;
}
ul.listpageul ul li a{
	color:#09f;
	text-decoration:underline;
}
#footer{
	text-align:right;
	margin:20px 0 60px 0;
}
#footer, #footer a{
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#09f;
}
/* APPLET HOLDER */
.applet_holder{
	padding:40px;
	margin-top:30px;
	background:#cdccc5;
	text-align:center;
}
.applet_border{
	background:#fff;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
	border:7px solid #66655b;
}

/* CODE HOLDER */
.code_holder{
	background:#9a998b;
	border: 2px solid #999988;
	margin-bottom:30px;
}
.code_title{
	padding:10px;
	color:#fff;
	background: #66655b;
}
.class_holder{
	padding-top:10px;
}
.class_title {
	background:#bdbcae; 
	color:#000; 
	width:20%;
	text-align:center;
	margin:0 5px;
	float:left;
}
.class_title a{color:#000;}
.class_title p{
	margin:-2px 25px 0 25px;
	padding-bottom:5px;
}
.rtop, .rbottom{
	display:block;
	background:#9a998b;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#bdbcae;
}
.r1{margin: 0 4px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
	margin: 0 1px;
	height: 2px
}
.class_code{
	padding:5px 10px;
	color:#66655b;
	background:#fff;
	height:500px;
	overflow:scroll;
	font:12px/14px "Courier New", Courier, monospace;
}
#code2, #code3, #code4{display:none;}
div.downloadsourcebtn{
	width:128px;
	height:21px;
	background:url(../img/download-source.gif) no-repeat;
	float:right;
}
div.hilitebox{
	background:#e2f3ff;
	padding:30px 25px;
	margin:30px 0;
	color:#000;
}
div.hilitebox strong{
	font:12px/18px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	background:none;
	color:#000;
	margin:0;
	padding:0;
}
/* HOMEPAGE SPECIFIC CONTENT*/
#exampleholder{
	background:#cdccc5;
	padding:15px 15px 15px 10px;
}
#exampleholder img{
	float:left;
	display:inline;
	margin-left:7px;
}
.last{
	margin-left:0;
}
.left{
	width:50%;
	float:left;
}
.right{
	width:50%;
	float:right;
	text-align:right;
}
.clearer{
	clear:both;
}
.showAnswer{
	margin-top:12px;
}
