html {
	/*
  // background: #666666;
  // background: #000000;
	// background: #b7b6b6;
	// color: #a9a9a9;
	*/
	background: #ffffff;
	color: #135b7f;
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
}

#hd {
	margin-top: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: 8c232d;
	font-size:75%;
}

#bd {
	margin-top: 20px;
}

#ft {
	margin-top: 20px;
	text-align: center;
	font-size:80%;
}

.quotebanner {
	margin-left: 10px;
	margin-right: 10px;
}

.quotesource {
	text-align: right;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 500%;
	margin-bottom: 5px;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 150%;
}

small {
	font-size: 75%;
}

p {
	margin-top: 20px;
	font-size: 128.5%;
	font-family: Arial, sans-serif;
}

#screenshots {
	background-image: url("./iphone-bg.gif");
	/* background-image: url("screen-ggbridge-up.png"); */
	background-repeat: no-repeat;
	background-position: center;
	/* text-align: center; */
	height: 460px;
	pointer: hand;
}

#stuff2 {
	display: none;
}

#stuff3 {
	display: none;
}

#screenshots img {
	margin-top: 80px;
	margin-left: 39px;
}

#demo {
	padding-top: 20px;
	width:100%;
	/* line-500px:normal; */
}

#demo h2 {
}

#demo ul li.selected {
	/* background: #000000; */
	/* background: #dde4e2; */
	background: #ccc; 
}

#demo ul li.selected a {
	color: #990000;
}

#demo ul li a:hover {
	color: #990000;
}

#demo ul {
	list-style: none;
}

#demo ul li {
	text-align: center;
	margin-left: 23px;
	margin-right: 3px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 29%;
	border-style: solid; 
	border-width: 2px;
	border-color: #ccc;
	border-bottom-style: none;
	/*
	// background: #3399cc;
	// background-image: url("tab-bg.jpg");
	// background-repeat: repeat-x;
	*/
	background: #ffffff;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
}

#demo ul li a {
	/* color: #999; */
	color: #8c8c8c;
	text-decoration: none;
	outline: none;
	border-style: none;
	background: none;
}

#demo .yui-content {
	-moz-border-radius: 15px;
	background: #ccc;
	/*
	// background-image: url("bd-vert-bg.png");
	// background-repeat: repeat-x;
	// padding-bottom: 100px;
	*/
	position: relative;
/*
	margin-left: -20px;
	margin-right: -20px;
*/
	margin-left: 0px;
	margin-right: 0px;
	border-style: none;
	padding-left: 40px; 
	padding-right: 40px; 
	padding-top: 30px; 
	height: 650px;
}


