﻿@import url(Detail.css);
html { 
	margin: 0; padding: 0;
	}
	
body, form, object { 
	margin: 0;
	padding: 0;
	border: none; 
	}
	
body {
	background-color: #cba03d;
	background-image:url(/images/common/main_bg_repeat.jpg);
    }
	
#main_container {
   width:980px;
   top: 0px;
   bottom: 0px;
   background-color:#fff;
   background-repeat: repeat;
   margin-left:auto;
   margin-right:auto;
   }

#header {
   width:980px;
   height:143px;
   background-image: url(/images/common/header_main.gif);
   background-position:center;
   background-position:50% top;
   }

#header_navigation {
   width:980px;
   }

#footer {
   width:980px;
   height: 113px;
   background-image:url(/images/common/footer-bg.jpg);
   background-repeat:repeat;
   clear: both;
   }

#footer_navigation {
   width:980px;
   padding: 17px;
   }
   
#page_contents {
   width: 980px;
   margin-left:auto;
   margin-right:auto;
	}
	
#page_inside_content {
   width: 980px;
   }
   
#top_bg {
   width:100%;
   background: url(/images/common/bg-top.gif);
   background-repeat:repeat-x;
   }

#white_glow_bg {
    width:100%;
    background-image:url(/images/common/whiteglow_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	}
	
#menu {
   width: 977px;
    height: 124px;
    margin-top: 20;
    margin-bottom: 0;
}

#menu_spacer {
   width: 980px;
    height: 110px;
}

#home_left {
   width: 676px;
   float:left; padding-top:20px; 
   }
   
#home_right {
   width: 304px;
   height:2000px;
   float: right;
   padding-bottom: 22px;
   background-color:#4c2f14;
   color: #cc9e6f;
   }
   
#home_rightside_box {
   width: 250px;
   padding-left: 22px;
   padding-top: 22px;
   }
   
#home_newsevents {
   width: 640px;
   padding-left: 22px;
   }
   
#success_stories {
   width: 980px;
   height: 165px;
   padding-left: 22px;
   padding-top: 15px;
   background-image:url(/images/home/success_stories_bg.gif);
   background-repeat: no-repeat;
   padding-bottom: 15px;
   }
   
#success_stories_small_box {
   width: 290px;
   padding: 10px;
   float: left;
   }
   
#brain_edu {
   width: 653px;
   padding-left: 22px;
   padding-top: 15px;
   padding-bottom: 15px;
   background-image:url(/images/home/brain_edu_bg.gif);
   background-repeat: no-repeat;
   }
   
#brain_edu_small_box {
   width: 210px;
   float: left;
   }

#contents_bg {
   background-image: url(/images/common/left_sidebar_bg.gif);
   background-repeat:repeat-y;
   width:980px;
   }

#left_sidebar {
   width: 187px;
   float: left;
   position: relative;
   bottom:0px;
   }
   
#left_menu {
   width: 180px;
   margin-left: auto;
   margin-right: auto;
   padding-top: 22px;
   }

#main_contents {
   width: 793px;
   margin-left: 187px;
   padding-bottom: 22px;
   padding-top: 22px;
   }

#main_contents_box {
 width: 750px;
 margin-left: auto;
 margin-right: auto;
 }

#peers {
 width: 750px;
 margin-bottom: 35px;
 padding: 10px;
 position: relative;
 display: block;
 display: table;
 }
 
#pl_youtube_container {
 height:265px;
 width: 700px;
 }

#pl_youtube {
 width: 320px;
  height:265px;
  display: inline;
  display:inline-table;
 }
 
#pl_youtube_description {
 padding-left: 20px;
 display:inline-table;
 }
 
#speakers {
 width: 800px;
 display: inline;
 display: table;
  }
  
#speakers_person {
  width: 120px;
  float: left;
  }

#speakers_description {
  width: 630px;
  }
  
#speakers_filmstrip {
  width: 660px;
  }
  
#books_vidbox {
 width: 320px;
 float: right;
 margin: 20px;
 }
 
#clear {
 clear: both;
 padding: 0px;
}
    
