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

body{
	background: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	text-align: center;
	color: #666666;
	margin: 2em 0;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: justify;
}

#header {
	padding: 0 2em;
	margin: 2em 0;
	border-top: 2px solid #666666;
}

/* Main Classes 

.contact {
	float: right;
	text-align: right;
	margin: 1.5em 0;
}

/* Lists

#services {
	margin-top: 2em;
	font-size: 90%;
}

#services li {
	display: inline;
	border-right: 1px solid #666666;
	padding: 0 10px 0 7px;
}

/* List Classes 

#services li.last {
	border: none;
}
