body{ 
	background-color:#000; 
	/*
	color:#777;
	font:normal 14px verdana, sans-serif;*/
	line-height:15px;
}


#box{ 
	margin:0 auto; 
	padding:0 0 50px 0; 
	width:600px;
	/*background-color:#F00; */
}

h1,h2{ 
	font:bold 20px 'Lucida Grande', 'Trebuchet MS', sans-serif;
	margin-top:25px; 
}

h1{ font-size:24px; margin-bottom:36px; }
h2{ color:#f2aa24; margin-bottom:15px; }

.orange{ color:#f2aa24; }
.cyan, a{ color:#78c7f2; }

a{
	outline:none;
	text-decoration:none;
	font-size: 12px;

}
a:hover{ text-decoration:underline; color:#f2aa24; }

ul{ list-style:none; margin:0; padding:0; }
ol{ list-style-position:inside; margin:0 0 10px 0; padding:0;}
li{ padding:0px; margin-bottom:0px; }

strong{ color:#b3b3b3; }

#components, #tests, .customization{ margin:10px 0 20px 25px; }
#components li, #tests li, .customization li{ margin-bottom:3px; }

#gallery{ width:100%; }

#gallery img{
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.code{ 
	margin:10px;
	font-size:12px;
	color:#6C0;
}

