/* - - - - - - - - - - - - - - - - - - - - -

Title : My Studio Environments
Author : Eric Acevedo
URL : http://www.bfionline.com/mystudio/index.htm

Description : A short video presentation My Studio Environments.

Created : 06/12/06
Modified : 06/12/06

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
}
html{
margin:0px;
padding:0px;
background:#ccc;
}
body{
margin:0px;
padding:0px;
background: #ccc url(headbackground.jpg) repeat-x;
background-position: 0px -15px;
text-align: center;
}

/* ----- IDS ----- */

#container{
width:780px;
margin:20px auto 0px;
padding:0px;
background:#ccc;
text-align: center; /* Hack To Keep IE5 Windows Happy */
}
#header{
padding-top:10px;
text-align: center;
height: 126px;
color: #ffffff;
}

#content{
width:750px;
margin-left:12px;
padding:10px 0px;
text-align:center;
}

#footer{
margin:0px;
padding:10px;
clear:both;
font-size: x-small;
}

.thumbporto{
	float: left;
	width: 250px;
	/*border: 2px solid #e0e0e0; */
	margin: 5px 15px 10px 75px;
	padding: 3px;
	background-color: #ccc;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: -1px;
	text-align: center;
}

/* Fix IE. Hide from IE Mac \*/
* html .thumbporto {margin: 5px 40px 10px 35px; }
	
.movie-nav {
	font:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
}

h1{
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 48px;
color:#fff;
line-height: 48px;
}

img{
border: none;
}
img a{
border: none;
text-decoration:;
}
img a:hover{
border:none;
}
