@charset "UTF-8";
.masterdiv {
	height: 100%;
	width: 1250px;
}
.resume {
	float: right;
	width: 740px;
	padding-top: 50px;
	padding-left: 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}
.workheading {
	height: 35px;
	width: 745px;
	background-image: url(img/work.png);
	background-repeat: no-repeat;
}
.resumeheading {
	height: 28px;
	width: 745px;
	background-image: url(img/resume.png);
	background-repeat: no-repeat;
}
.expheading {
	background-image: url(img/experience.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 654px;
	float: right;
}
.eduheading {
	background-image: url(img/education.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 654px;
	float: right;
}
.skillheading {
	background-image: url(img/skillset.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 654px;
	float: right;
}
.refheading {
	background-image: url(img/references.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 654px;
	float: right;
}
.boldblue {
	font-weight: bold;
	color: #2DB2FF;
}
.boldgray {
	font-weight: bold;
	color: #999;
}
body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
}
.indent {
	width: 670px;
	float: right;
}
.leftdiv {
	float: left;
	width: 455px;
	background-color: #1b1b1a;
	background-image: url(img/bgstripe.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 50px;
}
.logo {
	float: left;
	width: 140px;
	background-repeat: repeat;
}
.me {
	border: 1px solid #00AFFF;
	margin-right: 10px;
}
a.pink:link {
	color: #E07;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E07;
	text-decoration: none;
}
a.pink:visited {
	color: #E07;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E07;
	text-decoration: none;
}
a.pink:hover {
	color: #E07;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E07;
	text-decoration: none;
}
a.pink:active {
	color: #E07;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E07;
	text-decoration: none;
}
input {
	margin-bottom: 10px;
}
.menu {
	width: 290px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 20px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}