body {
	text-align: center;
	background:#eeecec url('./images/background2.gif') no-repeat top;
}
#header{
width:800px;
margin:auto;
height:110px;
}
#igpa {
	padding:5px;
	float:left;
}
#logo {
	padding:5px;
	float:right;
}
#main_box {
	margin:auto;
	width:800px;
}
#left_box {
	background-color: #94b2d6;
	height: auto;
	width:800px;
	margin:auto auto auto auto;
float:left;
}
#right_box {
float:right;
background-color:#5886b8;
	height:410px;
	width:120px;
	margin:0px;
	padding:0px;
}

#bottom_bar {
clear:both;
  height:20px;
  background-color: #5886b8;
  width:800px;
  color: yellow;
  font-size: 11px;
  font-family: verdana, serif;
  padding-top:10px;
}

#menu {
margin: auto;
  height:39px;
  width:800px;
	padding:0px;
}

#menu_container ul {
  padding-left: 0;
  margin-left: 0px;
  margin-top:5px;
	list-style:none;
}

#menu_container ul li { float:left; width:159px; height:39px;  border-right: 1px solid #afbdcc;
 }

#menu_container li .last { border-right: none; }

#menu_container ul li a {
  color: #000;
  text-decoration: none;
   font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
	text-align:center;
position:relative;
top:25%;
}
#left_content {
margin:10px;
padding:0px 5px 5px 5px;
width: 770px;
height: auto;
overflow: auto;
text-align:justify;
background-color:#fdfdfd;
}
#right_content {
width: 100px;
height: 380px;
text-align:center;
}
#right_content h3 {
margin-top:5px;
}
.videos {
list-style:none;
  padding-left: 0;
  margin-left: 0px;

}
.videos li {
	margin-bottom:25px;
}
#copyright_bar {
	color:black;
	font-size:10px;
	font-face:verdana, times;
}
