html, body {
	font-family:		tahoma;
	color: 				#888888;
	background-color: 	#626262; 
	margin: 			0px; 
	padding: 			0px;
	text-align: 		center;
	line-height:		1.2em;
}

ul {
	list-style-type:	none;
}
ul.qualifications {
	padding-left:		40px;
	margin-left: 		40px;
	list-style-type:	square;
}
ul.sections {
	padding-left:		40px;
	margin-left:		0px;
	margin-right:		0px;
	padding-right:		45px;
}
ul.experience {
	padding-left:		0px;
	margin-left:		15px;
}
ul.education {
	padding-left:		0px;
	margin-left:		25px;
}
div.label {
	font-weight:		bold;
	color:				black;
	margin-top:			10px;
}
.date {
	float:				right;
	position:			relative;
	top:				-15px;
}
.desc {
	font-style:			italic;
	color:				gray;
}
.tasks {
	list-style:			disc;
}
.container {
	margin-left:		auto;
	margin-right:		auto;
	background:			white;
	width:				620px;
	background-image:	url('background.gif');
	padding-top:		15px;
}
.contents {
	text-align:			justify;
	font-size:			10pt;
}
h1 {
	font-size:			13pt;
	font-weight:		bold;
	font-variant:		small-caps;
	color:				black;
	font-family:		Helvetica, sans-serif;
	margin-bottom:		10px;
	margin-top:			35px;
	text-indent:		10px;
}
.adress {
	padding-left:		55px;
	padding-right:		55px;
}
.adress #name {
	color:				black;
	position:			relative;
	margin-left:		-10px;
	font-weight:		bold;
	text-transform:		capitalize;
}
.adress #phone, #email {
	display:			block;
	clear:				both;
	float:				right;
}
a {
	color:				black;
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline overline;
}
.resumeObjective {
	text-align:			center;
	font-family:		sans-serif;
	color:				black;
	font-size:			14pt;
	font-weight:		bold;
	margin-top:			20px;
	margin-bottom:		20px;
	border-style:		none;	
}
.item {
	padding-left:		0px;
	font-weight:		bold;
	float:				left;
	width:				150px;
}
.skillItem {
	width:				500px;
	clear:				both;
	margin-left:		0px;
}
ul.skills > li {
	position:			relative;
	left:				-10px;
}
.footer {
	text-align:			center;
	margin-top:			40px;
}

fieldset {
	width:				350px;
	margin-left:		auto;
	margin-right:		auto;
}
legend {
	font-weight:		bold;
	color:				black;
}
span.itemLabel {
	text-align:			right;
	width:				50px;
	float:				left;
}
span.itemField {
	text-align:			left;
	width:				275px;
	float:				right;
}
p {
	text-align:			justify;
	text-indent:		2em;
	margin:				0 10px 0;
}
.formItem {
	clear: 				both;
	padding-top: 		5px;
	width:				350px;
}
input, textarea {
	border-style:		solid;
	border-width:		1px;
	border-color:		black;
	background-color:	#DDDDDD;
}
input:focus, textarea:focus {
	background-color:	white;
}
.submit:focus {
	background-color:	#DDDDDD;
}