*
{
padding: 0px;

}

body{
background-color: #151515;
color:#222;

font-family: "Arial", helvetica, sans-serif;
background-image:url(../images/bakgrd-image.jpg);
background-repeat: no-repeat;
}

#main-wrapper {
width: 800px;
height: auto;
text-align: left;
float: left;
position: absolute;
left: 156px;
top: 0px;
padding: 0;

}

#content-wrapper {
width: 800px;
height: 600px;
text-align: left;
background: url(../images/dirty-wallpaper.jpg) no-repeat;
margin-bottom:1em;
}

#contact-wrapper {
width: 800px;
height: 680px;
text-align: left;
background: url(../images/dirty-wallpaper.jpg) no-repeat;
margin-bottom:1em;
/*border: 1px solid blue;*/
}

#hire-wrapper {
width: 800px;
height: 680px;
background: url(../images/dirty-wallpaper.jpg) no-repeat;
margin-bottom:1em;
/*border: 1px solid blue;*/
}
#studio-wrapper {
width: 800px;
height: 1200px;
background: url(../images/dirty-wallpaper.jpg) no-repeat;
margin-bottom:1em;

}
#studio-green-wrapper {
width: 800px;
height: 1200px;
background: url(../images/green-wallpaper2.jpg) no-repeat;
margin-bottom:1em;

}
#logo {
margin-top:0.5em;
}
#nav {
color: red;
width: auto;
text-transform: uppercase;
margin-top: 0.2em;
margin-left:5px;
font-size: 1.5em;
letter-spacing: -2px;

}

a {
text-decoration: underline;
color: #990000;
}
a:hover {
text-decoration: none;
color: #cc0000;
}

#nav a.navlink_active {
text-decoration: none;
color: #4a4a4a;
}

#nav a.navlink{
color: #b4b4b4;
text-decoration: none;

}
#nav a.navlink:hover {
color:#FFF
}



#studio-wrapper #text span {
font-size:1.3em;
/*border: 1px solid green;*/
color:#990000
}
#text {
float: left;
color: #222;
width: 600px;
height:auto;
font-size: 0.9em;
margin:50px 1em 1em 40px;
/*border: 1px solid green;*/
}

#text span {
font-size:1.1em;
/*border: 1px solid green;*/
color:#990000;
font-weight:bold
}
h1 {font-size:1.4em; color:#000000;}


#studios {
width: 100%;
height:400px;
text-align: left;
margin-left:2em;
}
#studio-1 {
width: 30%;
height:400px;
float:left;
margin-right:30px;
border: 1px solid green;
}
#studio-2 {
width: 30%;
height:400px;
float:left;
border: 1px solid red;
}
#studio-3 {
width: 30%;
height:400px;
float:right;
border: 1px solid yellow;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
