body {
	margin:0px;
}

.home {
	background-image:url(images/bg_home.jpg);
}

.homeContent {
	width:600px;
	height:335px;
	background:#576C24;
	margin-top:150px;
}

.resume {
	background-image:url(images/bg_resume2.jpg);
}

.resumeContent {
	font-family: "News Gothic", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2B435B;
}

.resumeTitle {
	font-family: "News Gothic", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

.info {
	background-image:url(images/bg_info.jpg);
}

.infoContent {
	width:720px;
	height:456px;
	/* background:#3D9691; */
	margin-top:90px;
}

.infoText {
	font-family: "News Gothic", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	}

.images {
	background:#7D92B1;
}

.imagesLeft {
	position:absolute;
	left:70px;
	top:25px;
}

.scroller {
	position:absolute;
	top:61px;	 /* was 650px */
	left:300px; /* was 280px */
}

.imagesRight {
	position:absolute;
	top:30px;
	left:380px;
	border:0px;
	text-align: center;
	overflow: hidden;
}