body {
  text-align: center;
  background: #C5B5E0 url('../img/bg.png') top left repeat fixed;
  /* background-color: #C5B5E0; */
  margin-top:30px;
  margin-bottom:30px;
  color:#333333;
  font-family: Verdana, sans-serif;
}

A:link {
	color: #000000;
  text-decoration: underline;
}
A:visited {
	color: #000000;
  text-decoration: underline;
}
A:active {
	color: #000000;
  text-decoration: underline;
}
A:hover {
	color: #000000;
  text-decoration: none;
}

#page_wrapper {
  background-color: #F7F2FF;
  margin-left: auto; 
  margin-right: auto;
  width: 640px;
  text-align: left;
  border: 4px solid #8363C8;
}

#page_header {
  height: 140px;
  background: #B499FF url('../img/oheader.png') top right no-repeat;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;  
  color: #DBC6FD; /* #E2D179; */
  margin:0px;  
}

#menu_bar {
  height:30px;
  background: #B499FF url('../img/menu_bg.jpg') top left no-repeat;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:3px;
  background-color: transparent;
  /* color: #F3E7A9;*/
  float: left;
  width: 100%;
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding: 0.2em 1em;
  background-color: transparent;
  color: #F7C69D;
  text-decoration: none;
  float: left;
  border-right: 1px solid #8363C8;/* #BBB774;*/
}

#navcontainer ul li a:hover {
  color: #FFFFFF;
}

/*
#content_wrapper {
  
  background-color: #F5E5FF;
}*/



#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #5C468C; /* #A0410D;*/
}
  
#left_side p, li {
  margin:10px;
  margin-right:15px;
  font-size:10pt;
  line-height:18px;
  color: #333333;
}

#prices {
  margin-left: 12px;
  border: solid black 1px;
  border-collapse: collapse;
}
#prices th, td {
  border: solid black 1px;
  font-size: 10pt;
  padding: 5px;
}


/*
#page_footer {
  height: 70px;
}  

#page_footer A:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:20px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}
*/

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

  
 
 