body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family:  Verdana, Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: black;
}
div#foto{
	background-color: #000000;
	padding-left: 0px;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	height:157px;
	width:172px;
	overflow:hidden;	
}
#header {
	text-align: right;
	padding: 0px;
	background-color: #900;
	border-bottom: 1px solid #c30;
	color: white;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
#header a {
	color: white;
	text-decoration: none;
}
#header a:hover {
	color: #ddd;
	border-bottom: 1px solid white;
}
#main {
}

#contents {
}

#contents h3 {
	font-size: 12px;
	color: #666;
	margin: 0px;
}
#contents a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
#contents a:hover {
	color: #c30;
}

hh1 {
	font-size: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #c30;
}
h2 {
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #999;
}
pre {
	padding-top: 0px;
	height:157px;
	width:172px;
	overflow:hidden;	
}
.codeHeader {
	text-align: right;
	padding: 0px;
}
.codeHeader span {
	padding-right: 10px;
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	color: #aaa;
}
#demoTabs {
	border-bottom:0px solid #c30;
	clear: both;
	height: 28px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#demoTabs li {
	float: left;
	display: block;
	width: 50px;
	text-align: center;
}
#demoTabs li a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 0px;
}
.activeTab {
	background-color: #c30;
}
.activeTab a {
	color: white;
}
.demoContainer {
	border-top: -10px;
	margin-top: -10px;
	height:157px;
	width:172px;
}
