

/* * * * * * * * * * * * *

   Stewdio Style System
   (C) 2008 Stewdio
   All Rights Reserved

* * * * * * * * * * * * */




body, h1, h2, h3, h4, h5, h6, p
{
	margin:   0;
	padding:  0;
	color: #696;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:   12px;
	line-height: 16px;
	font-weight: normal;
}
body
{
	background-color: #000;
	background-image: url( "../med/background.gif" );
	padding: 8px;
	filter: alpha(opacity=100);
	opacity: 1.0;
}




a:link, a:visited, a:hover, a:active
{
	background-color: transparent;
	color: #090; 
	text-decoration: none;
}
a:hover
{
	background-color: #090;
	color: #000;
}
img, a img, .nohover a:hover
{
	border: none;
	background-color: transparent;
}
h1, h2
{
	margin: 0 0 8px 0;
	color: #FFF;
}




    /***************************/
   /*                         */
  /*   Stewdio Grid System   */
 /*                         */
/***************************/


.box
{
	position: relative;
	float: left;
	margin: 0 8px 8px 0;
	background-color: #000;
	overflow: auto;
}
.box1w { width:   99px; }
.box1h { height:  64px; }
.box2w { width:  206px; }
.box2h { height: 136px; }
.box3w { width:  313px; }
.box3h { height: 208px; }
.box4w { width:  420px; }
.box4h { height: 280px; }
.box5w { width:  527px; }
.box5h { height: 352px; }
.box6w { width:  634px; }
.box6h { height: 424px; }
.pad   { padding:  8px; }
.clear { clear:   both; }
.crop  { overflow: hidden; }




.box1w a
{
	display: block;
	width:  100%;
	height: 100%;
	padding: 8px;
}
.box1w a:hover
{
	background-color: #060;
}




.wow
{
	border: 2px solid #FFF;
	padding: 6px;
}



