body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #ccccff;
	margin: 0;
}

#container {
	width: 984px;
	margin: 50px auto 0 auto;
	background: #fff url(../images/main_07.jpg) repeat-y;
}


#left {
	width: 201px;
	float: left;
	
}

#middle {
	width: 534px;
	/*height: 322px;*/
	float: left;
	background: #fff url(../images/header_14.jpg) 0 92px  no-repeat;
	padding: 178px 20px 50px 20px;
	min-height: 350px;
	font-size: 14px;
}

#right {
	width: 200px;
	float: left;
}

#left_middle {
	height: 246px;
	margin: 160px 0 0 11px;
	background: #fff url(../images/left_21.jpg) no-repeat;
}

#right_middle {
	
	height: 226px;
	margin: 160px 0 0 0;
	background: #fff url(../images/right_25.jpg) no-repeat;
	padding: 20px 0 0 12px;
	color: #000066;
}
/* menu */
ul.menu {
  margin: 0;
  padding: 20px 0 0 70px; 
}

ul.menu li {
  display: inline;
  list-style-type: none; 
}

ul.menu a {
  display: block;
  padding: 0  0 18px 0;
  font-size: 14px;
  color: #000066;
  text-decoration: none;
  font-weight: bold;
}
ul.menu a:hover, ul.menu li.active a {
	color: #cc0000;
}

/* General stuff */
img { border: none; }

a:link, a:visited {color: #000066; font-weight: bold; text-decoration: underline; }
a:hover { text-decoration: underline; }

h2,.contentheading {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}