body {
	background-color:#F0EFEF;
  margin:0; padding:0;
  text-align: center; /* centers the website in IE */
	font-family: "Lucida Sans", Arial;
}
#wrapper {
  text-align: left; /* adjusts text align, overriding what was set in the body tag */
  width: 960px;
  margin: 0 auto; /* gives the wrapper 0 top and bottom margin, and centers it left/right in browsers other than IE */
}

a {
	text-decoration:none;
	font-family:arial;
	color:#585859;
}
a:hover{
	text-decoration:none;
	font-family:arial;
	color:#585859;	
}
#page { 
	width: 1024px; 
	min-width: 1024px;  
	margin: 0 auto; 

}
#container {
	text-align: center;
	padding: 40px 0px 0px 0px;
	width: 930px; 
	min-width: 930px;
	margin: 0 auto; 	
}
#header {
	background-image:url('images/header_bg.png'); 
	height: 121px; 
	width: 930px; 
	min-width: 930px; 
}
#logo { 
	margin: 35px 0px 0px 115px;
	float: left;
}
#menu {
	margin: 0px 0 0 0px;
	float: right;
}
#content-home { 
	z-index:10;
	background-image:url('images/bg_home.png');
	background-repeat:no-repeat; 
	height: 435px; 
	width: 930px; 
	min-width: 930px;
}
#content { 
	z-index:10;
	background-image:url('images/content_bg.png');
	background-repeat:no-repeat; 
	height: 435px; 
	width: 930px; 
	min-width: 930px;
}
#nav {
	font-family:arial;
	font-size:14px;
	color:#939393;
	margin: 15px 35px 35px 10px; 	
	float: right; 
	width: 180px;
}
#main-content {
	font-family:arial;
	font-size:14px;
	color:#939393;
	width: 640px ;
	margin: 15px 10px 35px 55Px; 
	float: left;
}
#main-content-home {
	text-align: center;	
	margin: 0 10px 35px 120px;
	float: left;
}
#main-content-home h1 {
	font-size: 1.5em;
	color: white;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 315px 0 0 20px;
}
#main-content-home h1 span {
	font-size: 1.6em;
	color:#E6262E;
}
#left_logo{
	float:left;
	margin:0 10px 0 0;
}
#main-content-noRightNav{
	font-family:arial;
	font-size:14px;
	color:#939393;
	width: 820px ;
	margin: 15px 10px 35px 55Px; 
	float: left;
}
#text_title {
	color:#EA2229;
	font-size:18px;
}
#text_content {
	color:#939393;
	font-size:14px;
}
#text_footer {
	color:#848484;
}
#footer {
	font-size:11px;
	font-family:arial;
	float: right;
	height:10px;
	margin: 0 45px 0 0 ;
}
#date {
	font-size:10px;
}
#title_link {
	color:#E6262E;
}
#publish_fm{
	font-size:11px;
	color:#656668;
}
table {
	font-family:arial;
	font-size:14px;
	color:#939393;
}
div.spacer { clear: both; }
img {
	display: block; 
	position: relative;
	margin: 0; 
	padding: 0; 
}
input.button_save{
	padding-bottom: 3px; 
	vertical-align: middle;
}
input.box_email{
	
}
img.footerImg {
	display: inline; 
}
img.home {
	margin:0 30px 0 30px;
}
img.clippings {
	margin:0 25px 0 25px;
}
img.projects {
	margin:0 25px 0 25px;
}
img.recruitment {
	margin:0 20px 0 20px;
}
img.contact {
	margin:0 40px 0 25px;
}
a.act_box {
	background-image:url('images/act_box.jpg');
	background-repeat:no-repeat; 
	padding:2px 6px 2px 6px;
	height: 41px; 
	width: 41px; 
	color:#fff;
}
a.non_act_box {
	background-image:url('images/box.jpg');
	background-repeat:no-repeat; 
	padding:2px 6px 2px 6px;	
	height: 41px; 
	width: 41px; 
	color:#000;	
}

