

body { 
text-align:center; /* for IE */ 
background-color:#3b3936;
} 

li {
display:inline;
list-style:inside;
list-style-image:none;
padding-left:10px;
padding-right:10px;
}

a{
color:#625f54;
font-size:12px;
font-family:tahoma;
font-weight :bold;
text-decoration:none;
}

div#main_body  { 
text-align:center; /* reset text alignment */ 
width:900px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
margin-bottom:10px;
background-image:url(../images/articles/contacts_bg_50.jpg);
} 

div#header_logo {
margin-bottom:10px;
}

div#main_body  #contacts_panel{
width:500px;
color:#625f54;
background-color:#faf6ed;
font-size:13px;
font-family:tahoma;
margin:0 auto; /* for the rest */ 
padding:30px;
text-align:left;
}

div#main_body  #contacts_panel a{
color:#625f54;
font-size:13px;
font-family:tahoma;
}

div#main_body  table{
margin-bottom:10px;
}

div#main_body  #contacts_panel #title{
font-weight:bold;
padding:3px;
}

div#main_body  #contacts_panel #header{
font-size:16px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
}

div#main_image_holder{
	text-align:center;
	margin-bottom:10px;
}

div#footer_holder{
width:900px;
color:#625f54;
background-color:#faf6ed;
font-size:13px;
font-family:tahoma;
margin:0 auto; /* for the rest */ 
padding-top:10px;
padding-bottom:10px;
text-align:right;
}
	
	p#credits{
	margin:0px;
	color:#c2a35f;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	p#credits a {
	margin:0px;
	color:#c2a35f;
	font-size:10px;
	}
	
