* {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-family: "century gothic", tahoma, helvetica, arial, sans-serif;
	color: #444;
}

#container {
	padding: 20px;
}

.light {
	color: #aaa;
}

.section {
	padding-bottom: 10px;

}
.bold {
	font-weight: bold;
}

/* name, address, contact */
#left {
	float: left;
	width: 330px;
}

/* portfolio */
#portfolio, #resume {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	margin-top: 10px;
}

/* resume */
#middle {
	position: absolute;
	width: 460px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px dashed #aaa;
	left: 330px;
}

/* stephanie lipsey */
h1 {
	font-size: 20px;
	padding-bottom: 6px;
	letter-spacing: 10px;
	font-weight: bold;
}

/* creative. concept. copy */
h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 6px;
	padding-bottom: 10px;
}

/* headings in resume and portfolio */
h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

p, ul, address {
	font-size: 13px;
	line-height: 20px;

}

address {
	padding-top: 10px;
}

p, li {
	padding-bottom: 10px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 13px;
	padding-left: 0;
	text-indent: -13px;
	padding-bottom: 10px;
}

a {
	color: #55e;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

img {
border: 1px solid #333;
padding: 0;
margin: 0;
}

.thumb {
	opacity: 0.5;
	filter:alpha(opacity=50);
	moz-opacity: 0.5;
	height: 80px;
	width: 80px;
	margin: 2px;
}
