* {margin:0; padding:0; font-family:arial, sans-serif; color: #fff;}

body 	{background-color: #444; margin-bottom: 20px;}
a 	{ text-decoration: none; cursor:pointer; color: #ddf; }
a:hover {color: #fee;}
a:active{color: #fee;}
li 	{list-style-position:inside;}

#header {
	margin: 20px;
	padding: 10px;
	height: 44px;
	border: 1px dashed;
	text-align: left;
	font-size: 40px;
	min-width: 950px;
}

#center {
	margin-top: -2px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	border: 1px dashed;
	min-width: 950px;
	height: 100%;
}

#container {
	width: 100%;
}

#contact_info {
	margin-top: -42px;
	text-align: right;
}

#download {
	font-size: 14px;
	margin-top: -52px;
	text-align: right;
}

#qualifications, #hobbies {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

#qualifications td, #qualifications th, #hobbies td {
	border: 1px solid #666;
	padding: 5px;
}

#qualifications th {
	background-color: #3a3a3a;
}

.languages {
	font-style: italic;
}

.section_header {
	font-size: 30px;
	margin: 3px;
}

.section_item_inner {
	padding: 10px;
}

.section_item:hover {
	background-color: #555;
}

/* .work */
.work_dates, .work_location, .project_dates, .project_platform {
	text-align: right;
	height: 28px;
}

.work_position, .work_company, .work_company_tagline, .project_position, .project_title {
	float: left;
	margin-right: 5px;
}

.work_position, .project_position {
	font-size: 18px;
}

.work_company, .project_title {
	font-size: 22px;
	font-weight: bold;
}

.work_company_tagline, .project_tagline {
	font-style: italic;
	margin-top: 5px;
}

.work_item_title {
	font-weight: bold;
}

.work_item_overview, .work_item_dates, .project_item_title{
	font-style: italic;
}

.education_school, .education_location {
	float: left;
	margin-right: 5px;
}

.education_location {
	font-style: italic;
	font-size: 14px;
	margin-top: 4px;
}

.education_dates {
	float: right;
}

.education_achievement {
	margin-left: 400px;
}

.education_school {
	font-size: 18px;
}
