*{
			margin:0;
			padding:0;
		}
              
		p{ 
				color:#fff; 
				font-weight:bold; 
				font:30pt "Lucida Grande", Arial, sans-serif; 

		}
	
		a{
			color:#5cb3c6;
			font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
			text-decoration: none;
		}
		
		a:active, a:focus {outline: 0;}
              

		img{
			border:none;
		}
              
                h1 {
                        font-size: 32pt;
                        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
						line-height: 10pt;
						font-weight: 100;
						font-variant: normal;
                        color: #494949;
                }
              
                h2 {
                        font-size: 16pt;
                        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
                        color: #5cb3c6;
						font-weight: 100;
						padding: 0px;
						margin: 0px;
						margin-bottom: 10px;
                }    
              
                h3 {
                        font-size: 8pt;
                        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
						line-height: 10pt;
						font-variant: normal;
                        color: #c6c8c8;
                }
				
				h4 {
                        font-size: 32pt;
                        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
						font-variant: normal;
                        color: #c6c8c8;
                }
              
		body {
				height: 100%;
				background-image:url('../images/bg-grad.jpg');
				background-color: #2c2c2c;
	}
	
	#container {
			width: 980px;
			margin-left: auto;
			margin-right: auto;
			background-color: transparent;
	}
	
		#header{
				width:920px;
				height: 40px;
				margin-right: auto;
				margin-left: auto;
				margin-bottom: 20px;
				margin-top: 80px;
				background-color: transparent;
		}
		
			#logo{
					width: 124px;
					height: 40px;
					background-color: transparent;
					float: left;
			}
			
			#desc{
					width: 343px;
					height: 40px;
					background-color: transparent;
					float: right;
			}
		
		#video{
				width: 980px;
				background-color: transparent;
		}
		
			#shadow-left{
				width: 30px;
				height: 526px;
				background-image: url("../images/shadow-left.png");
				float: left;
			}
			
			#vid-embed{
				width: 900px;
				height: 506px;
				padding: 10px;
				background-color: white;
				float: left;
			}
			
			#shadow-right{
				width: 30px;
				height: 526px;
				background-image: url("../images/shadow-right.png");
				float: left;
			}
			
	#add{
			width: 920px;
			height: 105px;
			background-image: url("../images/footer-shadow.png");
			margin-right: auto;
			margin-left: auto;
	}
	
	#add-noshadow{
			width: 920px;
			height: 105px;
			margin-right: auto;
			margin-left: auto;
	}
	
		#contact{
				width: 299px;
				height: 55px;
				margin-right: 10px;
				background-color: transparent;
				float: right;
		}
		
		#menu {
			width: 300px;
			height: 20px;
			background-color: transparent;
			float: left;
	}
		
			ul#list-nav {
					padding:0;
					list-style:none;
					}
					
					ul#list-nav li {
							display:inline;
							}
							
					ul#list-nav li a {
							text-decoration:none;
							font-size: 8pt;
							padding:5px 5px;
							color:#242424;
							float:left;
							text-align:center;
							margin-top: 5px;
							margin-right: 2px;
							background-image: url("../images/trans-bg.png");
							}
							
					ul#list-nav li a:hover {
							border-bottom: solid 2px #242424;
							color:#000;
							background-color: #fff;
							}
							
							body#home a#homenav,
							body#studio a#studionav,
							body#about a#aboutnav
							{
								color: #242424;
								background: #fff;
								border-bottom: solid 2px #00aeef;
							}
	
		
	#about {
			width: 900px;
			margin: auto;
	}
	
		#about h1{
                        font-size: 16pt;
                        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
						font-weight: 100;
						font-variant: normal;
                        color: #494949;
						letter-spacing: 0pt;
		}
		#about h3{
                        font-size: 10pt;
                        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
						font-weight: 100;
						font-variant: normal;
                        color: #494949;
						letter-spacing: 0pt;
						margin-top:20px;
						line-height: 15pt;
		}
		
	#studio-gallery{
				width: 900px;
				height: 510px;
				padding: 10px;
				background-color: white;
				float: left;
	}
	
	#findus{
				width: 900px;
				height: 510px;
				padding: 10px;
				background-color: white;
				float: left;
	}
	
	#about-us{
				width: 900px;
				height: 250px;
				padding-top: 50px;
				padding-bottom: 25px;
				background-color: transparent;
				margin-right: auto;
				margin-left: auto;
	}
	
	#vid-embed{
				width: 900px;
				height: 506px;
				padding: 10px;
				background-color: white;
				float: left;
			}
	
	
