* {margin: 0px;padding: 0px;
}
/* Basics */
body {
	color: white;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	background-color: #464646;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:right top;
}
/* Text */

a, a:hover, a:active { 
	color: #57c0a3; 
	text-decoration: none; }



/* main structure */
#rootContainer { width: 100%; text-align: center; }
#bodyCenter {
	margin:0px auto;
	width: 750px;
	text-align: left;
}
#header {
	height: 90px;
	padding-top: 20px;
}

#menu {
	height:450px;
	width:150px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}

#menu ul{
  padding: 0px;
  margin: 0px;
  list-style:none;
  border-bottom: none;
}

#menu li
{
  margin:0 0 3px 0;
  border-bottom: none;
}

#menu a {
	display:block;
	padding:1px 10px 1px 10px;
	width:130px;
	background-color: #555555;
	color:white;
	text-decoration: none;
	border-bottom: none;
}

#menu a:hover{
  background-color: #57c0a3;
  border-bottom: none; 
}
#ExamplesMenu {
	height:1350px;
	width:150px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}

#ExamplesMenu ul{
  padding: 0px;
  margin: 0px;
  list-style:none;
  border-bottom: none;
}

#ExamplesMenu li
{
  margin:0 0 3px 0;
  border-bottom: none;
}

#ExamplesMenu a {
	display:block;
	padding:1px 10px 1px 10px;
	width:130px;
	background-color: #555555;
	color:white;
	text-decoration: none;
	border-bottom: none;
}

#ExamplesMenu a:hover{
  background-color: #57c0a3;
  border-bottom: none; 
}

#MainColumn {
	width:359px;
	float:left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}

#MainPanel {
	width:182px;
	float:right;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-left: 10px;
}

#ExamplesMainPanel {
	width:5px;
	float:right;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	padding-left: 10px;
	height: 1250px;
}

#ExamplesMainColumn {
	width:540px;
	float:left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}

#Example {
	width:auto;
	float:left;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 0px;
}

#footer {
	clear: both;
	width: 750px;
	padding: 5px 0px 5px 0px;
	text-align: right;
	font-size: 9px;
}

#footer a, a:hover, a:active { 
	color: #57c0a3; 
	text-decoration: none; }

