body {
  text-align: center;
  background: #FAFAFA url(/images/background.png);
  font-family: Georgia, "Lucida Sans", Times, serif;
} 
#container {
  width: 900px;
  margin: 0 auto;
  text-align: justify;
} 
#header {
  width: 100%;
  padding: 0;
  margin: 0;
} 

#header img {
	margin-left: 10%;
}
#nav_bar {
  width: 100%;
  height: 60px;
} 
#nav_bar li {
  display: inline;
} 
#nav_bar ul {
  margin: 0;
  padding-top: 18px;
} 
#nav_bar a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 120%;
  padding: 0 1.5em;/*2.5%*/
  text-decoration: none;
}
#current_menu {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 120%;
  padding: 0 1.5em;
  text-decoration: underline;
}
#nav_bar a:hover {
  /*background: url(/images/menu_hover.png) center no-repeat;*/
  color: #66ccff;
}
#menu_left {
	background: url(/images/menu_left.png) 0 0 no-repeat; 
  width: 100%;
  height: 60px;
} 
#menu_fill {
  background: url(/images/menu_fill.png) repeat-x;
  height: 60px;
  margin: 0 6px;
}
#menu_right {
  background: url(/images/menu_right.png) 100% 0 no-repeat;
  height: 60px;
}
#menu_content {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
#sensitive_bar {
  clear: both;
  width: 100%;
}
#sensitive_bar ul {
  padding-top: 5px;
	text-align: center;
}
#sensitive_bar li {
  display: inline;
}
#sensitive_bar a {
  text-decoration: none;
  padding: 5px 2%;
  margin: 0 2%;
  color: #4169e1;
}
#current_sensitive_bar {
  text-decoration: underline;
  padding: 5px 2%;
  margin: 0 2%;
  color: #4169e1;
}
#sensitive_bar a:hover {
  /*color: #F0F0F0;
  background: #4169e1;
  border-bottom: 1px solid #66ccff;*/
	color: #66ccff;
}
#sensitive_left {
	background: url(/images/sensitive_left.png) 0 0 no-repeat; 
  width: 90%;
  margin: 0 auto;
  height: 30px;
} 
#sensitive_fill {
  background: url(/images/sensitive_fill.png) repeat-x;
  height: 30px;
  margin: 0 6px;
}
#sensitive_right {
  background: url(/images/sensitive_right.png) 100% 0 no-repeat;
  height: 30px;
}
#right_pane {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
} 
#left_pane {
  float: left;
  width: 100%;
  position: relative;
  right: 30%;
  border-right: 1px dashed #4169e1;
} 
#left_content {
  width: 66%;
  float: left;
  position: relative;
  left: 32%;
  overflow: hidden;
  padding: 0;
} 
 
#right_content {
  width: 26%;
  float: left;
  position: relative;
  left: 36%;
  overflow: hidden;
  padding-bottom: 10px;
} 
#content {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#footer {
  width: 100%;
  clear: left;
  margin: 0;
  padding-top: 20px;
  text-align: center;
  font-size: 75%;
}
