@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial,sans-serif;
	color: #303030;
	line-height: 1.4em;
}

#logo {
	position: relative;
	top: 35px;
	left: -120px;
/*	margin-left:20em;
	margin-top:2em; */
	}

#container {
	width: 900px;
	margin: 1em auto 0 auto;
	text-align: left;
	border: 2px solid #999;
/*	border-color: #999999; /* IE */
/*	border:solid thin;
	border-color:grey; /* FF */
}

#header{
	margin: 30px 0 0 -2em; /* nothing on IE */
	height:30px;
	width:900px;
	font-size:18px;
	text-align:center;
	vertical-align:bottom;
/*	
	margin-left:-2em;	
	margin-top:30px; */
}

#header li {
	display:inline;
	border-left: 2px solid #CCC;
/*	border-left: solid thin;
	border-left-color:#CCCCCC; /* IE */
/*	border-left-color: grey;
	border-left:solid;
	border-left-color:#CCCCCC; /* IE */
/*	border-left-color:grey; /* FF */
	padding-left:5px;
	margin: 0 1.2em;
	font-family: "FuturaStd-Book";
	}

#header li a {
	text-decoration:none;
	color:black;
	}

		
#content{
	width:740px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	text-align:center;
	border: 2px solid #CCC;
/*	border-color: #CCCCCC;
	border:solid thin;
	border-color:grey; /* FF */
	padding: 5px;
}


#footer{
	width:900px;
	height: 40px;
	background-color: #ffffff;
	clear: both;
	text-align:center;
	font-style:italic;
	font-size:16px;
	font:"Didot-Italic", "Didot", Georgia, "Times New Roman", Times, serif;
	word-spacing: .2em;
	letter-spacing: 1px;
	padding-top:10px;
	line-height:1.2em;
}

p {
	font-size:14px;
	font-family: "FuturaStd-Book", "Gothic", Gothic, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	line-height:150%;
	}

a img {
	text-decoration:none;
	border:none;
	}