@charset "utf-8";
/* CSS Document */

#javascript-disabled
	{
		border:solid 1px #DEDEDE;
		background:#FFFFCC url(../img/error.png) 3px 3px no-repeat;
		color:#222222;
		font-size:12px;
		padding:0px;
		text-align:center;
		margin:0 auto;
		width:975px;
	}

.about-links {
	color:#BF291A;
}

a:link {
	color: #424244;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #424244;
}
a:hover {
	text-decoration: none;
	color: #424244;
}
a:active {
	text-decoration: none;
	color: #424244;
}


object {
	outline:none; 
	
	}
	
html a:active { outline:none;}
a:focus {-moz-outline-style: none;}

body {
		background-color:#424244;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		
	 }


#container {
		width: 975px;
		border:1px solid #fff;
		/*margin:0 auto;*/
		margin-left:auto;
		margin-right:auto;
		margin-top:-5px;
		height:585px;
		color:#CCC;
		background-color:#424244;
	}

#content{
		/*height:380px;*/
		height:500px;
		width:975px;
		background-color:#424244;
		float:right;
		padding: 3px 0px;
		/*border-bottom:1px dotted #333;*/
	}
	
.content-margin {
	padding-left:10px;
	width:940px;
	margin-left: 20px;
	margin-right:10px;
	height:387px;
	padding-top:120px;
}

h2{
	color:#BF291A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:20px;
	font-weight:100;
}

.hilite {
	background-color:#424244;
	color:#CCC;
	padding-left:3px;
	padding-right:5px;
	}
.no-hilite {
	padding-left:3px;
	padding-right:5px;
	}

h3{
	color:red;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:17px;
	font-weight:100;
}

#contentMain{
		/*height:380px;*/
		height:335px;
		width:975px;
		background-color:#424244;
		float:right;
		padding: 3px 0px;
		/*border-bottom:1px dotted #333;*/
	}	

#left {
	padding-top:200px;
	padding-left:10px;
	float:left;
	width:200px;
}

#left-studio {
	padding-top:108px;
	float:left;
	width:200px;
}
	
#right {
	width:758px;
/*	border:1px solid #666;
*/	float:right;
	margin-right:10px;
	overflow:auto;
	height:545px;
}
	
#footer {
		width:100%;
		height:15px;
		background-color:#424244;
	}
#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	float:right;
	padding:3px;
	background-color:#424244;
}
	
/* BEGIN: NAVIGATION CSS */

#navcontainer ul
{
	padding: 3px 0px;
	background-color: #424244;
	color: #fff;
	float: left;
	width: 100%;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
/*	border-bottom:1px dotted #333;
*/
}


li {
margin: 1.2em 0 1.2em 0;
list-style-type:none; 
} 

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	font-weight:100;
	padding: 0.2em 1em;
	background-color:#424244;
	color: #a7a8aa;
	text-decoration: none;
	float:right;
	/*border-right: 1px solid #666;*/
}

#navcontainer ul li a:hover
{
background-color: #424244;
color: #fff;
}

.active {color:#B2550C;}
/* END: NAVIGATION CSS */


/* BEGIN: STUDIO NAV */


/* END: STUDIO NAV */