body{
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	height: 25px;
}

#box{
	margin:0 auto;
	padding:0 0 50px 0;
	width:100%;
	/*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; }
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: 2px solid #EFBE00;
}

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

