body * {
	margin:0;
	padding:0;	
}

body {
	font-family: Century Gothic, sans-serif;
	text-align: center; /* centers everything in IE */
	width:900px;
	margin:0 auto;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	margin-bottom:38px;
	color:#03C;
}

th {	
	color:#03C;
	vertical-align:top;
}
td {	
	vertical-align:top;
	font-size:.9em;
	line-height:1.5em;
}

p {
	font-size:.9em;
	line-height:1.5em;
} 

ul {
	margin-left:20px;	
}

#wrapper{
	margin:0 auto;
	text-align:left; /* resets IE center hack */
	overflow:hidden;
	padding:0 25px;
}

#header {
	margin:35px 0;
}

#name {
	float:left;
	width:300px;
}

#description {
	float:right;
	width:500px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content {
	margin:35px 0;
	vertical-align:top;
}

.title {
	width:102px;
	text-align:right;
}

.year {
	width:80px;
	text-align:center;
	color:#06C;
}

.details {
	float:left;
	width:638px;
}
.experience_plus{
	background-color:#666;
	color:#fff;
	height:auto;
	width:inherit;
}
.section {
	margin-bottom:35px;	
}

.break{
	margin-bottom:20px;	
}
.edu{
	margin-top:77px;	
}

.exp{
	margin-top:332px;	
}

.clear {
	clear:both;	
}

#controls {
	float:right;
}

#controls a {
	color:#03C;
	font-size:12px;
}
#controls a:hover {
	color:#09F;
}
