@charset "utf-8";
/* CSS Document */

html { overflow-y: auto; }
body{
	font-size: 12px;
}
h3{
	font-size: 18px;
	font-weight: normal;
}
h2{
	font-size: 24px;
	
}

/**********************
Page
**********************/
#page{

}

/**********************
Header
**********************/
#header{
	height: 83px;
	background: url(http://www.gmmstudios.com/Pictures/finaltopbackground.gif);
}
/**********************
nav
**********************/
#nav{
	background-image:url(http://www.gmmstudios.com/Pictures/Finalleftbackground.gif);
	width: 160px;
	height: 1080px;
	position: absolute;
	top: 83px;
	left: 0px;
}
	#nav table tr{
		height: 40px;
	}
/**********************
content_pane
**********************/
#content_pane{
	padding: 0px 0px 0px 160px;
	background-color:#00abea;
	/*
	height: 500px;
	overflow:auto;
	*/
}
	#content-bg{
		background-color: white;
		padding-bottom: 10px;
	}
	#content{
		background: url(http://www.gmmstudios.com/Pictures/Background.gif) no-repeat;
		padding:50px 0px 0px 50px;
		width: 500px;
	}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
		font-family: Impact,Haettenschweiler,Arial,"Arial Black";
	}
	#content a img{
		opacity: 0.90;
		filter:alpha(opacity='90');	
	}
	#content a:hover img{
		opacity: 1;
		filter:alpha(opacity='100');	
	}
