@charset "utf-8";
/* CSS Document */

@import url(fonts.css);

html, body {
	background: black;
	text-align: center;
	padding: 0;
	margin: 0;}
	
	#logo {
		background: url(../images/logo.gif) center 45px no-repeat;
		width: 652px;
		height: 150px;
		margin: 0 auto 20px auto;}
		
		#wrapper {
			background: url(../images/bottomCornerRounded.gif) bottom left no-repeat #252525;
			margin: 10px auto;
			width: 652px;
			min-height: 300px;}
			
			#navContainer {
				background: url(../images/roundedTop.gif) top center no-repeat #313131;
				height: 50px;
				text-align: left;}
				
			#contentWrapper {
				background: url(../images/standInImage.jpg) top right no-repeat;
				height: 427px;
				width: 652px;
				text-align: left;}
				
				#contentWrapper.audioVideo {
					background: url(../images/audioVideoBIG.jpg) top right no-repeat;}
					
				#contentWrapper.none {
					background: url(../images/noImage.jpg) top right no-repeat;}
					
				#contentWrapper.contact {
					background: url(../images/contactBIG.jpg) top right no-repeat;}
					
				#contentWrapper.post {
					background: url(../images/postProductionBIG.jpg) top right no-repeat;}
					
				#contentWrapper.wedding {
					background: url(../images/weddingBIG.jpg) top right no-repeat;}	
								
				#contentContainer {
					width: 315px;
					height: 427px;
					margin: 0 23px;
					padding: 10px 0 10px 0;
					text-align: left;}
					
			#footer {
				width: 652px;
				text-align: center;
				margin: 0 auto;}