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


body {
	background-color: #000;
	background-image: url(../images/stars.gif);
	background-repeat: repeat;
}

#master {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto;
	left: 0px;
	top: 0px;
	img border: none;
	z-index:0;
}

#header {
	position:absolute;
	left:0px;
	top:1px;
	width:955px;
	height:100px;
	z-index:1;
	background-image: url(../images/header2.gif);
	
}

#home {
	position:absolute;
	width:138px;
	height:100px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}




#illustration {
	position:absolute;
	width:124px;
	height:25px;
	z-index:3;
	left: 280px;
	top: 65px;
	
}

#video {
	position:absolute;
	width:72px;
	height:25px;
	z-index:4;
	left: 480px;
	top: 65px;
}

#blog {
	position:absolute;
	width:60px;
	height:25px;
	z-index:52;
	left: 590px;
	top: 65px;
	
}

#adspot {
	position:absolute;
	width:200px;
	height:100px;
	z-index:5;
	left: 700px;
	top: 0;
	background-color: #FFFFFF;
}






#content {
	position:absolute;
	left:0px;
	top:105px;
	width:955px;
	height:440px;
	z-index:5;
	background-image:url(../images/space_bg.gif);


}

#texttop {
	position:absolute;
	width:870px;
	height:20px;
	z-index:6;
	left: 25px;
	top: 0px;
	background-color: #0F6;
	background-image: url(../images/texttop.gif);
	
}



#text {
	position:absolute;
	width:850px;
	height:400px;
	z-index:6;
	left: 25px;
	top: 20px;
	background-color: #FFFFFF;
	padding: 5px 10px 10px 10px;
	
}

#showreel {
	position:relative;
	width:500px;
	height:282px;
	z-index:6;
	left: 210px;
	top: 40px;
	background-color: #FFFFFF;
	padding: 10px;
}





#footer {
	position:absolute;
	left:0px;
	top:550px;
	width:955px;
	height:50px;
	z-index:1;
	background-color: #000000;
	
}

.copy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

/* gallery*/
img
{  border-style: none;
}


#content ul {
		padding: 0 1%;
		margin: 0;
		width: 98%;
		height: 90%;
}
#content ul li {
		display: inline;
		width: 44px;
		height: 44px;
		float: left;
		background: #000;
		border: solid 1px #000;
	}
#content ul li img /* thumbs */{
		width: 44px;
		height: 44px;
	}
#content ul li img:hover {
	opacity:0.5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

/* gallery*/

.courier {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
}
.courier_heading {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.courier_heading_white {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-left: 7px;
}
.courier_white{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color:#FFF;
}.imageleft {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin: 0;
	padding-top: 10px;

}

