body{
	background-image:url(/images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#3cbcdd;
	font-family:"Arial Rounded MT", Arial, Helvetica, sans-serif
}
h2{
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
#chatter{
	height: 190px;
	width: 470px;
	padding:10px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	color:#999;
}
#container{
	margin: auto;
	width:950px;
}
#featuredvid{
	float:left;
	margin-right: 10px;
	_margin-right: 8px;
}
#logo{
	float: left;
}
#nav{
	float:right;
	vertical-align: baseline;
	margin-top: 40px;
	margin-right:50px;
}
	#nav a{
		color: #FFFFFF;
		text-decoration: none;
		padding: 8px;
	}
	#nav a:hover{
		color: #FFFFFF;
		background-color:#CCCCCC;
	}
	#nav ul{
		list-style: none;
	}
	#nav ul li{
		float:left;	
		display: inline;
		background-color: #666666;
		padding:8px;
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-bottom: none;
	}
	#nav ul li:hover{
		color: #FFFFFF;
		background-color:#CCCCCC;
	}
	#nav ul li.first{
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius: 10px;
	}
	#nav ul li.last{
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius: 10px;
		border-right: 1px solid #CCCCCC;
	}
		#nav ul li ul {
			display: none;
		}
		#nav ul li:hover ul {
			display:block;
			position: absolute;
			z-index: 1;
			margin: 0px;
			margin-top:8px;
			margin-left: -9px;
			*margin-left: -98px;
			*margin-top: 33px;
			padding: 0px;
			border-bottom: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
		}
		#nav ul li ul li{
			display: block;
			float:none;
			z-index: 1;
			
		}
		
	
#projectwonderful{
	margin:auto;
	text-align:center;
	margin-top:20px;
	width:100%;
	
}
#quick{
	float:left;
	width: 500px;
	height: 300px;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	-moz-box-shadow: inset 0 0 10px #000000;
}
	#quick .quickimg{
		margin-top: 10px;
		margin-left: 10px;
	}
#right{
	float:right;
	width: 550px;
}
	#right p{
		line-height: 20px;
	}
	#right table{
		font-size: 12.5px;
		width:550px; border:1px solid #CCC; padding:0px;
		color:#666;
	}
	#right table tr{
		padding:0px;
		margin:0px;
	}
	#right table tr td {
		border: 1px solid #CCC;
		padding: 5px;
		margin:0px;
	}
#subform{
	margin-left: 10px;
	text-align: center;
}
	#subform .name{
		width: 94px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #CCC;
		color: #666;
		padding: 3px;
	}
	#subform .comment{
		width: 294px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #CCC;
		color: #666;
		padding: 3px;
	}
	#subform .subm{
		width: 50px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #CCC;
		padding: 3px;
		cursor: pointer;
	}
	
#twitterbox{
	background-color:#CCCCCC;
	width: 350px;
	height: 300px;
	margin-top: -50px;
	z-index: 1;
	position:relative;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#twitterhead{
	background-color:#666666;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	height: 49px;
	margin:0px;
}
	#twitterhead h2{
		padding-top: 8px;
		padding-left: 80px;
	}
#twitterlogo{
	margin-top: -10px;
	margin-left: -10px;
	z-index:2;
	float:left;
	position:relative;
}
#video{
	float:right;
}
.clear{
	clear:both;
}
.greybg{
	background-image:url(/images/gradient_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
	height:355px;
	width:910px;
	padding: 20px;
	overflow:hidden;
	position:relative;
}
.greybg2{
	background-color:#FFFFFF;
	background-image:url(/images/gradient_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #CCC;
	min-height: 355px;
	width:910px;
	padding: 20px;
	overflow:hidden;
	position:relative;
}
	.greybg2 h2{
		color:#333;
		padding:0px;
		padding-bottom: 8px;
		padding-top: 8px;
		margin:0px;
	}
	.greybg2 p{
		line-height:10px;
		font-size: 16px;
		color:#666;
	}
	.greybg2 a{
		text-decoration:none;
		color:#3dbcde;
	}
	.greybg2 a:hover{
		color: #CCCCCC;
	}
.piano p{
	line-height: 1.2em;	
}
.searchbox{
	float:left;
	position:relative;
}
