html {
	overflow-y: scroll;
}
body {
	background-color:#EBEBEB;
	font-family:sans-serif;
	font-size: 0.75em;
	text-align: center;
	color:#000000;
}
li {
	list-style-type:none;
	border-bottom-style:double;
	border-bottom-width:thick;
	border-bottom-color:#EBEBEB;
}
img {
	border:none;
}
.link {
	color:#8888FF;
	text-decoration:none;
	border:double;
	border-color:#EBEBEB;
	border-width:thick;
	background-color:#FFEEDD;
}
#iewarning {
	border:solid;
	background-color:#FFFFFF;
	position:absolute;
	top:20px;
	left:20px;
	width:275px;
	text-align:left;
	padding:10px;
}
#backgroundDiv {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url('../images/backgroundTile.png');
	background-repeat:repeat-x;
}
#resumeWrapper {
	margin: 0 auto;
	width:795px;
}
#headerTop {
	/*margin: 0 auto;*/
	background-image:url('../images/headerTop.png');
	background-repeat:no-repeat;
	width:625px;
	height:160px;
	float:left;
}
#contactWrapper {
	width:130px;
	position:relative;
	top:40px;
	float:left;
	clear:right;
}
#mailto {
	background-image:url('../images/mailto_R.png');
	background-repeat:no-repeat;
	width:130px;
	height:20px;
	clear:right;
}
#phone {
	background-image:url('../images/phone_R.png');
	background-repeat:no-repeat;
	position:relative;
	top:10px;
	width:130px;
	height:20px;
	clear:right;
}
#downloadWrapper {
	clear:both;
}
#downloadLeft {
	background-image:url('../images/downloadLeft.png');
	background-repeat:no-repeat;
	width:181px;
	height:40px;
	float:left;
}
#download97 {
	background-image:url('../images/download97_R.png');
	background-repeat:no-repeat;
	width:214px;
	height:40px;
	float:left;
}
#download2007 {
	background-image:url('../images/download2007_R.png');
	background-repeat:no-repeat;
	width:250px;
	height:40px;
	float:left;
}
#downloadRight {
	background-image:url('../images/downloadRight.png');
	background-repeat:no-repeat;
	width:150px;
	height:40px;
	float:left;
}
#headerBottom {
	background-image:url('../images/headerBottom.png');
	background-repeat:no-repeat;
	width:795px;
	height:50px;
	clear:both;
}
#tabsLeft {
	background-image:url('../images/tabsLeft.png');
	background-repeat:no-repeat;
	width:181px;
	height:40px;
	float:left;
}
#tabsObjective {
	background-image:url('../images/tabsObjective_R.png');
	background-repeat:no-repeat;
	width:104px;
	height:40px;
	float:left;
}
#tabsProjects {
	background-image:url('../images/tabsProjects_R.png');
	background-repeat:no-repeat;
	width:110px;
	height:40px;
	float:left;
}
#tabsExperience {
	background-image:url('../images/tabsExperience_R.png');
	background-repeat:no-repeat;
	width:110px;
	height:40px;
	float:left;
}
#tabsEducation {
	background-image:url('../images/tabsEducation_R.png');
	background-repeat:no-repeat;
	width:106px;
	height:40px;
	float:left;
}
#tabsRight {
	background-image:url('../images/tabsRight.png');
	background-repeat:no-repeat;
	width:184px;
	height:40px;
	float:left;
}
#contentTop {
	background-image:url('../images/contentTop.png');
	background-repeat:no-repeat;
	width:795px;
	height:10px;
	clear:both;
}
#contentMiddle {
	background-image:url('../images/contentMiddle.png');
	background-repeat:repeat-y;
	width:795px;
	text-align:left;
}
#contentBottom {
	background-image:url('../images/contentBottom.png');
	background-repeat:no-repeat;
	width:795px;
	height:20px;
}
.blockHeaderWrapper {
	margin: 0 auto;
	width:700px;
	padding-top:10px;
	padding-right:20px;
	/*font-variant:small-caps;*/
	font-weight:bold;
}
.blockHeaderLeft {
	float:left;
	text-align:left;
}
.blockHeaderCenter {
	margin: 0 auto;
	text-align:center;
}
.blockHeaderRight {
	float:right;
	text-align:right;
}
.blockTop {
	background-image:url('../images/blockTop.png');
	background-repeat:no-repeat;
	width:795px;
	height:20px;
	clear:both;
}
.blockMiddle {
	background-image:url('../images/blockMiddle.png');
	background-repeat:repeat-y;
	width:795px;
	text-align:left;
}
.blockContent {
	margin: 0 auto;
	width:640px;
}
.blockBottom {
	background-image:url('../images/blockBottom.png');
	background-repeat:no-repeat;
	width:795px;
	height:20px;
}
.appButtons {
	visibility:visible;
}
#tempDiv {
	visibility:hidden;
}
#counterDiv {
	visibility:visible;
}