/* CSS Document */

/*
Dark blue: 	#021E2F
Silver: 	#84888B 
Pink: 		#D40072
Blue: 		#0086C5
Green: 		#77B800
*/

body, html
{
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #2c3137;
	text-align: center;
	font-family: 'Trebuchet MS';
}

#navBar
{
	width:998px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/HeadllandStudioLogo.png);
	background-repeat: no-repeat;
	background-position: 600px 50px;
}

#innerNav
{
	float: left;
	margin-left: 0px;
}

#contentWrapper
{
	position: relative;
	margin: 0 auto;
	width:998px;
	height: 640px;
	color: white;
	text-align: left;
	background-image: url(../NewFolder/test/flash/StudiosFlash.swf);
	background-position: bottom left;
	background-repeat: no-repeat;

}

#InnerContentLeft
{
	/*position: relative;*/
	width: 430px;
	float: left;
	height: 350px;
	text-align: left;
	margin: 40px 0 0 10px;
	/*z-index: 9999;*/
	overflow: auto;
}

#InnerContentRight
{
	width: 350px;
	height: 200px;
	text-align: left;
	margin: 50px 60px 0 0px;
	float: right;
	z-index: 10;
}

#TeamsInnerContentRight
{
	width: 497px;
	height: 300px;
	text-align: left;
	margin: 40px 0px 0 0;
	float: right;
	z-index: 10;
}


.backImage
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	clear: both;
}

.flashHolder
{
	position: relative;
	margin-left: 20px;
	z-index: 1;
}

.bottomText
{
	position: absolute;
	bottom: -1px;
	left: 225px;
	color:#D40072;
	margin: 0 0 10px 40px;
	font-weight: bold;
	width: 592px;
}

#InnerContentLeft p
{
	margin-right: 20px;
}

#InnerContentLowerRight
{
	color:#D40072;
        
}

#InnerContentLowerRight h2
{
	color:#D40072;
	font-size: 180%;
}

.ScrollMod
	{
	scrollbar-3dlight-color:#2c3137;
	scrollbar-arrow-color:#2c3137;
	scrollbar-base-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-darkshadow-color:#2c3137;
    scrollbar-face-color:#D40072;
	scrollbar-highlight-color:#2c3137;
	scrollbar-shadow-color:#3a1910;
	border-right-width: 1px;
}

img
{
	border: 0;
}

#InnerContentLeft a:link
{
	color: #D40072;
	text-decoration: none;
}

#InnerContentLeft a:visited
{
	color: #D40072;
	text-decoration: none;
}

#InnerContentLeft a:active
{
	color: #fff;
	text-decoration: none;
}

#InnerContentLeft a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}



