/* IE6 needs this to center the layout in the browser window */
body{text-align:center; }

/* remove default */
* {margin:0px; padding:0;} 


/* debug bouder */
/*
#frame_image_holder_top{border:1px solid red;}
#frame_image_holder_bottom{border:1px solid blue;}
#main{border:2px dotted gray;}
#space_holder_top{border:1px dotted #EE69F1;}
#top{border:1px solid red;}
#center{border:1px solid blue; }
#bottom{border:1px solid green; }
#credit{border:1px solid black; }
*/
/*
#left_column{border:0px solid green; background: #7AB768; }
#navigator{border:0px solid blue; background: #CEB4E0; }
*/
/* debug bouder end */

#frame_image_holder_top, #frame_image_holder_bottom{}
#main, #top, #center, #bottom, #credit, #bottom_space_holder{}
#main_inner,#top_inner,#center_inner,#bottom_inner,#credit_inner,#bottom_space_holder{}

/* #frame_image_holder_top{background:url(../images/frame-top.gif) top center no-repeat;} */ 
/* #frame_image_holder_bottom{background:url(../images/frame-bottom.gif) bottom center no-repeat;} */

#frame{
	width:800px; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}
/* fix IE7 */
*:first-child+html {}



#main {
	position:relative; 
	}
	/* main{background:url(../images/leftslidingcolumn.gif) repeat-y;} */
#main_inner{min-height:450px;}


#space_holder_top{width:100%; height:85px;}
#space_holder_bottom{width:100%; height:90px;}


#banner_inner{ height:100px;}
#banner_inner{background:url(../images/banner.png) top left no-repeat;}


#top{width:100%;}
#top_inner{float:right; width:100%;}


#logo{position:absolute; top:-160px; left:-140px;}
#logo{ width:400px;}
#logo{z-index:1100;}
#logo{background:url(../images/movement_star.png) top left no-repeat;}
#logo_inner{height:400px;}
#logo{border: blue 0px solid;}


#center{width:100%; clear:both;}
#center{}
#center_inner{}

#left_column{}
#left_column_inner{}

/* #centre_column{width:722px;} */
#centre_column{width:800px;}
#centre_column{margin-left:-2px;} /*require to fix margin problem in all browser*/
#centre_column{margin-top:-2px;} /*require to fix margin problem in EI 7*/
#centre_column_inner{}

#right_column{}
#right_column_inner{}

#bottom{height:20px;}
#bottom_inner{}

#credit{height:20px;}
#credit{margin-bottom:0px;}




#credit p {float:right; margin-left:.5em; margin-top:.1em;}

#for_ie_6 {float:right; width:400px; margin-left:400px;}