* {
	text-align: right;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	letter-spacing: 4px;
	font-weight: bold;
}

#workList {
	margin-left: 6px;
	margin-top: 6px;
	left: 0px;
	top: 0px;
	text-align: right;
	position: absolute;
}

#mainFlash {
	bottom: 0px;
	position: absolute;
}

.disabled {
	right: 0px;
	bottom: 0px;
	position: absolute;
	text-decoration: line-through;
}

a:link {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: black;
}

#contact {
	bottom: 1%;
	right: 0px;
	position: absolute;
}

#nameTag {
	text-align: left;
	line-height: .8em;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 8.6em;
	top: 4%;
	right: 0px;
	position: absolute;
}

.workHeader {
	text-align: center;
	height: 100%;
	width: 100%;
	color: #7f7f7f;
	background-color: #f6f6f6;
	font-size: .6em;
	
	vertical-align: middle;
}

#beardFace {
	bottom: 16%;
	left: 25px;
	position: absolute;
	height: 45px;
	width: 29px;
	background-repeat: no-repeat;
	background-image: url(../imgs/logo/baby_beard.png);
}

.item {
	border-color: #ebebeb;
	border-style: solid;
	border-width: 1px;
	height: 182px;
	width: 250px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	position: relative;
}

.workHeader img {
	margin-top: 23%;
	width: 75px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

.workHeader h2 {
	font-size: .6em;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

.headerLink:link {
	text-decoration: none;
	color: black;
}

.work, .disabled {
	left: 0px;
	top: 0px;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
	height: 100%;
	width: 100%;
	font-size: .5em;
	background-color: #f1f1f1;
}

.work h2, .disabled h2 {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 0px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: 8px;
	font-size: 2em;
}

.work p {
	text-align: left;
	width: 100%;
	top: 75px;
	position: absolute;
}

