@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#eaeaea;
}
#container{
	margin:10px auto;
	width:984px;
	border:2px solid #DADADA;
	background-color:#FFF;
}
#left_section{
	float:left;
	width:250px;
	background-color:#F7E6FF;
	height:500px;
}
#right_section{
	float:left;
	width:700px;
	height:500px;
	padding:0px 15px 0px 15px;
}
#header{
	height:100px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#393;
	font-weight:normal;
	font-size:36px;
	margin:10px;
}
.slogan{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-weight:normal;
	color:#999;
	text-align:center;
	font-size:12px;
}
.code{
	border:solid 1px #CCC;
	font-size:11px;
	color:#333;
}
.error{
	font-family:Georgia, "Times New Roman", Times, serif;	
	padding:20px;
	border:dashed 1px #F00;
	background-color:#FFC;
	color:#F00;
	font-size:15px;
}
.language{
	font-family:Georgia, "Times New Roman", Times, serif;	
	padding:20px;
	padding-bottom:5px;
	border:dashed 2px #ccc;
}
.css_options{
	font-family:Georgia, "Times New Roman", Times, serif;	
	padding:20px;
	padding-bottom:5px;
	border:dashed 2px #ccc;
}
.heading{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#999;
}
.label{
	color:#093;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}