body {
	background: #333;
}

#body {
	background: #EEE;
	  margin-top: 40px;
		margin-bottom: 40px;
		padding: 30px 60px;
		-webkit-border-radius: 6px;
			 -moz-border-radius: 6px;
						border-radius: 6px;
											 
}

#header, #intro, #experience {
	border-bottom: solid black 4px;
}

#title {
	float: left;
	width: 67%;
}

#contact {
	float: right;
	text-align: right;
}

#contact a {
  color: #333;
}

.clear {
	clear: both;
}

.company-info {
	color: #0088CC;
}

.company {
	float: left;
}

.company h3 {
	font-variant: small-caps;
}

.company h3, .company h4, .title h4, .title p {
	display: inline;
}

.dates {
	float: right;
}

.job ul {
	list-style-type: square;
}
