body {
  color: #000000;
  margin:0px;
  padding:0px;
  font-family: 'Trebuchet MS', sans-serif;
  font-size:8pt;
  background-color:#161616;
  background-image:url('../images/bg.jpg');
  background-position:top;
  background-repeat:no-repeat;
  font-smooth:always;
}

#outer {
  text-align:left;
  width:960px;
  padding:0px;
  margin-top:151px;
  position:relative;
  z-index:1;
}

#topframe {
  height:200px;
  width:960px;
  text-align:center;
  padding:0px;
  margin:0px;
  overflow:hidden;
}

td.menu_left{
	
	background-image:url('../images/menu_left.png');
	height:45px;
	width:10px;
	
}

td.menu_middle{
	
	background-image:url('../images/menu_middle.png');
	background-repeat:repeat-x;
	height:45px;
	width:940px;
	
}

td.menu_right{
	
	background-image:url('../images/menu_right.png');
	height:45px;
	width:10px;
	
}

td.menu_middle #menu ul{
	
	list-style:none;
	margin:0px 10px 0px 10px;
	
}

#menu li{
	list-style:none;
	display:block;
	float:left;
	height:45px;
	width:120px;
	line-height:45px;
	margin:0px;
	padding:0px;
}

#menu li a{
	display:block;
	float:left;
	width:120px;
	color:#3f3f3f;
	line-height:45px;
	text-decoration:none;
	padding:0px 0px 0px 30px;
}

#menu li.sel a{
	background:url(../images/menu_hover.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:120px;
	color:#3f3f3f;
	line-height:45px;
	text-decoration:none;
	padding:0 20px;
}

#menu li a:hover{
	background:url(../images/menu_hover.png);
	background-position:left;
	background-repeat:no-repeat;
}


#content{
	
  color:#3f3f3f;
  background:#ececec;
  margin:0px;
  padding:30px;
  width:650px;
	
}

#content_clients{
	
  color:#3f3f3f;
  background:#fefefe;
  margin:0px;
  padding:30px;
  width:650px;
	
}

#sidebar{
	
	padding:10px;
	background:#e2e2e2;
	margin:0px;
	
}

a.sidebar_images{
	
	padding-top:20px;
	display:block;
	background-image:url('../images/box.jpg');
	background-position:top;
	background-repeat:no-repeat;
	width:240px;
	height:97px;
	
}

a.sidebar_images img{

	border:none;
	
}

h1 {
  color:#153161;
  font-size:14pt;
  border-bottom:#153161 1px solid;
  padding-top:10px;
  padding-bottom:10px;
}

h2 {
  color:#153161;
  font-size:12pt;
  font-weight:bold;
  border-bottom:#153161 1px solid;
  padding-top:10px;
  padding-bottom:10px;
}

h3 {
  color:#153161;
  font-size:10pt;
  font-weight:bold;
  border-bottom:#153161 1px solid;
}

h4 {
  color:#153161;
  font-size:9pt;
  font-weight:bold;
  border-bottom:#153161 1px solid;
}

#footer {
	
  font-size:10pt;
  height:70px;
  background-image:url('../images/footer_bg.jpg');
  background-position:top;
  background-repeat:repeat-x;
  background-color:#4e4e4e;
  text-align:center;
  padding:5px;
  color:#cccccc;
}

#footer a {
  color:#cccccc;
  margin:0px 10px;
  text-decoration:none;
  position:relative;
}

textarea{

	margin-top:5px;
	width:90%
	
}

input{

	margin-top:5px;

}

p{

	margin-top:20px;
	margin-bottom:20px;

}

div.press{

	padding:10px;
	background:#fff;
	border:1px solid #bbb;
	margin-bottom:50px;

}

table.press_tables td{

	border: 1px #bbb solid;

}