* {
  margin: 0;
  padding: 0;
}

body {
  background: #abb2b5 url('images/main_bg.png') repeat-x;
  color: black;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

p {
margin-bottom: 10px;
}

.container {
  background: #fff;
  text-align: left;
  width: 990px;
  margin: 0 auto 0 auto;
}

.wrapper {
  border: 3px white solid;
}

.header {
  
}

.menu_top {
  font-size: 12px;
  text-align: left;
  border-top: 3px white solid;
  border-bottom: 3px white solid;
}

a {
  text-decoration: none;
  color:#3d6ea0;
}

a:hover {
  text-decoration: none;
  color: black;
}

.footer {
  background: #3d309b;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 3px;
}

.footer a {
	color: white;
}

.main_body {
  border-top: 5px white solid;
  border-bottom: 5px white solid;
}

.body_left {
  float: left;
  width: 224px;
}

.body_right {
  float: left;
  width: 756px;
  margin-left: 4px;
}

.clear {
  clear: both;
  height: 5px;
}

.warning {
	background: #fdfda6;
	border: 1px #ffcc00 solid;
	padding: 2px 5px 2px 5px;
	margin: 10px 10px 10px 10px;
}

img {
	border: 0;
}

.left_menu li {
	list-style: none inside url('images/menu_arrow.gif');
	height: 16px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}