body {
  background: #eeeef0;
  background-image: url('images/bg.png');
  background-repeat: repeat-x;
  text-align: center;
  font-family: tahoma;
}


#global {
  background: transparent;
  width:800px;
  text-align : left;
  margin : 0px auto;
}
#header {
	background: #c6cccc;
	width: 800px;
	height: 170px;
	background-image: url('images/header.png')
}
#outer_wrapper {
	background: transparent; /* #fff ; */
}
#wrapper {
	width: 100%;
	background-image: url('images/content.png');
  background-repeat: repeat-y; 
	margin-bottom: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	margin-bottom: 0px;
}
#content {
	margin-right: 10px;
}
#main_inner {
	margin-left: 210px; 
}
#left_inner {
	width: 210px;
	float: left;
}
#right_inner {
	width: 190px;
	float: right;
}
#footer {
	background: transparent; /* #d7dabd; */
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	color: black;
	height: 80px;
	width: 800px;
	text-align: center;
	font-size: 12px;
}
h1 {
	margin-top: 0;
	text-align: center;
	font-size: 30px;
	color: #cc0000;
}
.last {
	margin-bottom: 0;
}


/*custom stuff*/

#content_space{
  width: 566px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  text-align: justify;
}

#content_space_faq{
  width: 500px;
  margin-left: 43px;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 15px;
  text-align: left;
}

#mainmenu{
  width: 175px;
  background: url('images/menu_middle.png');
  margin-top: 30px;
  margin-left: 20px;
}

#mainmenutop{
  width: 175px;
  height: 15px;
  background: url('images/menu_top.png');
}


#mainmenubottom{
  width: 175px;
  height: 15px;
  background: url('images/menu_bottom.png');
}

#mainmenumiddle{
  width: 175px;
  text-align: center;
  line-height: 1.50;
}

#mainmenumiddle a{
  color: black;
  font-weight: bolder;
  text-decoration: none;
  font-size: 15px;
}

#mainmenumiddle a:hover{
  color: #111111;
  font-weight: bolder;
  text-decoration: underline;
}

.yellow{
  background: yellow;
  padding: 0px 5px;
}

.testimonial{
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #c0cccc;
  margin-top: 20px;
  width: 550px;
  text-align: justify;
}

table tbody tr td{
  background: #dddddd;
}

table tbody tr td a{
  color: black;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

table tbody tr td a:hover{
  color: black;
  text-decoration: underline;
}