/* CSS Document */
html, body, div, img, span, form, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border: 0;
	outline: 0;
}

img, object {
	vertical-align:bottom;
	border:0;
}

input {
	padding:0 0 0 0;
	margin:10px 0 0 0;
	border:0;
	outline:0;
}.dropdown {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#left_contact_fields {
	float: left;
	height: 10px;
	width: 100px;
}
#aboutme_container {
	padding: 10px;
	float: left;
	height: 96px;
	width: 200px;
	background-color: #999999;
}
