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

body,
	html {
		margin: 0;
		padding: 0;
		background: #666;
		font-family: Verdana, sans-serif;
		background-image:  url(/img/bg/webBG.jpg);
		background-repeat: repeat-x;
	}
	body {
		min-width: 955px;
	}
	
	.logo {
	cursor: pointer;
	position: absolute;
	float: left;
	width: 260px;
	height: 70px;
	top: 0px;
	left: 30px;
			}

	.logo[class] {
	background-image: url(../img/bg/lot49sm.png);
	background-repeat: no-repeat;
			}	
			
	#headerPic {
	background: url(../img/media/editing/headerPic.jpg) no-repeat;
	margin-top: 39px;
	width: 975px;
	height: 215px;
			}
			
	#Outerborder { padding:10px; width:935px; margin: 1px 0px 50px 0px; color:#444; }
	#Outerborder, #Outerborder .sb-inner { background: #444 url(../img/shadedborder/grad6.png) repeat-x; }
	#Outerborder .sb-shadow { background: #000; }
			
	#Innerborder { padding:4px; width:925px; margin: 2px 0px 2px 0px; color:#444; } /*order = top/right/bottom/left */
	#Innerborder, #Innerborder .sb-inner { background: #fff ; }
	#Innerborder .sb-shadow { background: #000; }
			
	#wrap {
		margin: 0 auto;
		width: 955px;
		margin-top: 0px;
	}
	
	#editing {
		background: #fff url(../img/media/editing/cuttingedge.jpg) no-repeat;
		float: left;
		width: 460px;
		margin-top: 30px;
		margin-left: 45px;
	}
	#editing p {
		font-size: .8em;
		color: #333;
		margin-top: 55px;
		margin-left: 95px;
		margin-right: 60px;
		text-align: justify;
    }
	
	#demoreels {
		background: #fff url(../img/media/editing/demoreels.jpg) no-repeat;
		float: left;
		width: 405px;
		margin-left: 95px;
		margin-top: 20px;
	}
	
	#demoreels p {
		font-size: .8em;
		color: #333;
		margin-top: 47px;
		margin-left: 90px;
		margin-right: 60px;
		text-align: justify;
    }
	
	#shorts {
		background: #fff url(../img/media/editing/shorts.jpg) no-repeat;
		float: left;
		width: 405px;
		margin-left: 95px;
		margin-top: 20px;
	}
	
	#shorts p {
		font-size: .8em;
		color: #333;
		margin-top: 47px;
		margin-left: 90px;
		margin-right: 60px;
		text-align: justify;
    }
	
	#sidebar {
		float: right;
		width: 410px;
		height: 400px;
		margin-top: 50px;
		background: #fff url(../img/media/editing/editingPic.jpg) no-repeat;
	}
	
	#sidebar p {
		font-size: .75em;
		color: #333;
		margin-top: 290px;
		margin-right: 30px;
		text-align: right;
		}