html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: center;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: url(../assets/images/bkgrnd.jpg) repeat;
}

#wrapper {
	width: 800px;
	background-color:#676767;
	margin:10px auto;
	border: 1px solid #000000;
	text-align:left;
	padding-right: 20px;
	padding-left: 20px;
	height: 600px;
}

#txtResume {
	height: 500px;
	width: 550px;
	overflow: scroll;
	position: relative;
	left:260px;
	bottom: 340px;
	font-size: 80%;
}

#resJudyImage {
	width: 424px;
	position: relative;
}
#contact {
	font-size: 90%;
	font-weight: bold;
	width: 250px;
	position: relative;
	left: 30px;
	bottom: 480px;
}
#jgBannerRes {
	width: 465px;
	background: url(../assets/images/jgbannerRes.jpg) no-repeat;
	float: right;
}

