body {
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	text-align:center;
	
	
}


#container { margin : 0 auto ; text-align : left ; }
 
body .fixed-sm { width : 640px ; }
body .fixed-md { width : 800px ; }
body .fixed-lg { width : 900px ; }
body .fixed-xlg { width : 1000px ; }
			
body .zoom-sm { width : 64em ; }
body .zoom-md { width : 80em ; }
body .zoom-lg { width : 90em ; }
body .zoom-xlg { width : 100em ; }
			
body .fluid { width : 100% ; }
			

			.section, .standard, .layout { clear : both ; width : 100% ; }
			.section, .gr { position : relative ; _position : static ; *position : static ; }
			
			.layout .gr { float : left ; }
			
			/*	makes good with the source order	*/
			.a-b .b, 
			.a-c .c, 
			.b-c .c { float : right ; }
			
			/*	fix nesting for above	*/
			.a-b .gr .b, 
			.b-c .gr .c , 
			.a-c .gr .c { float : left ; }
			
/*~	column widths */

			
	/*~	.standard - doesn't require the standard class to work though it helps readability	*/
			.a-b-c-d .gr, 
			.standard .a-b-c-d .gr, 
			.standard .layout .a-b-c-d .gr { width : 25% ; _width : 24.9% ; *width : 24.9% ; }
			
			.a-b-c .gr, 
			.standard .a-b-c .gr, 
			.standard .layout .a-b-c .gr { width : 33.3% ; }
			
			.a-c .gr, 
			.standard .a-c .g, 
			.classic .a-c .gr { width : 50% ; _width : 49.9% ; *width : 49.9% ; } 
			
			.a-b .b, 
			.b-c .b, 
			.standard .a-b .b, 
			.standard .b-c .b , 
			.standard .layout .a-b .b, 
			.standard .layout .b-c .b  { width : 67% ; }
			
			.a-b .a, 
			.b-c .a, 
			.standard .a-b .a, 
			.standard .b-c .c, 
			.standard .layout .a-b .a, 
			.standard .layout .b-c .c { width : 33% ; }


			.shim { clear : both ; }
			br.shim { line-height : 0 ; }
			
			.hide { display : none ; }
			
			.ah { 
				height : 0px ; 
				left : -5000px ; 
				overflow : hidden ; 
				position : absolute ; 
				top : -5000px ; 
				width : 1px ; 
				}
				
			 


#header {
background-color:#222834;
margin:0;
padding:0;
}

#navigation {
background-color:#222834;
margin:0;
padding:0;
}

#seperator {
background-color:#222834;
margin:0px;
padding:0;
}

#mainContent {
background-color:#FFF;
margin:0px;
padding:0;
min-height:250px;
}

#left {
width:65px;
}

#insideLeft {
width:335px;
}

#insideRight {
width:341px;
}

#right {
width:59px;
}




/* Navigation */

ul#navlist{
list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width:800px;
	border:none;
	background-color:#FFF;

}

#navlist li{
	position:relative;
	text-decoration:none;
	float:left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:inline;
	background-color:#212531;
}

.style1 {color: #FF0000}


.videoLi {
  list-style: square url(../images/videoIcon.gif);
}