body {
  background: #ebe3d8 url(../images/body_bg.jpg) repeat-x;
  font-family:sans-serif;
  font-size:13px;
  color:#000;
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  text-align: center; /* centering hack 1/2 */
}

#mainwrapper {
  border: 0px;
  margin: auto;
  padding: 0px;
  text-align:left; /* centering hack 2/2 */
  width: 845px; /* IE5Xwin sees this (standards width plus padding and border on left and right)*/
}

#header_right_inner {
  border: 0px;
  float: left;
  margin: 0px;
  padding: 50px 0px 0px 0px;  
}
#header_right_inner2 {
  padding-top: 30px;
  margin-left:-40px;
}
#header_right_inner2 ul{
  list-style:none;
}
#header_right_inner2 li{
	list-style:none;
	border-bottom:dotted #FFF thin;
	width:200px;
	position: relative;

}

#header_right_inner2 li img{
	border:none;
  
}
.mmborder {
  border-bottom: 1px dotted #fff;
}

.mmborderoff {
  padding-bottom: 1px;
}

.opaque { 
   opacity: .9; 
   filter: alpha(opacity=90); 
   -moz-opacity: .9; 
} 

#content_left_inner {  
  border: 0px;
  float: left;
  height: 202px; /* IE5Xwin sees this (standards height plus padding and border on top and bottom)*/
  margin: 0px;
  padding: 0px 15px;
  width: 504px; /* IE5Xwin sees this (standards width plus padding and border on left and right)*/
  voice-family: "\"}\"";
  height: 202px; /* standards height */
  voice-family: inherit;
  width: 474px; /* standards width */
}
html>body #content_left_inner {  
  height: 202px; /* standards height reinforcement */
  width: 474px; /* standards width reinforcement */
}

#content_right_inner {
  border: 0px;
  float: left;
  height: 202px;
  margin: 0px;
  width: 296px;
  padding: 0px 15px 0px 15px;
  voice-family: "\"}\"";
  height: 202px; /* standards height */
  voice-family: inherit;
  width: 266px; /* standards width */
}
html>body #content_right_inner {  
  height: 202px; /* standards height reinforcement */
  width: 266px; /* standards width reinforcement */
}

#content_main {  
  padding: 10px;
  padding-top: 100px;
  height: 223px;
  voice-family: "\"}\"";
  height: 123px; /* standards height */
  voice-family: inherit;
}
html>body #content_main {  
  height: 123px; /* standards height reinforcement */
}

#large_text {
	width: 400px;
	font-size: 18px;
}
  
#menu_upper {
	padding-left: 54px;
	text-align: right;
	font-style: italic;
}

#menu_lower {
  width: 234px;
  padding-top: 20px;
  text-align: left;
}

#footer_inner {
  padding: 5px 0px 0px 0px;
  color: #fff;
  text-align: center;
}

/* leave these for Milonic Menu */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a.menu {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

a.menu:hover {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

a.menu:active {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

