html,body {
	height: 100%;

}

body {
	margin: auto;
	background-color: White;
	
		}

a:link, a:visited {
 color: #689669;
}

a:hover {
	color:#000000;
}

#topBG {
display:none;
}

#bottomBG {
display:none;
}

#infosquare1 {
	position: absolute;
	top: 305px;
	left: 0px;
	width: 230px;
	margin-left: 10px;
	border: 1px dotted #689669;
	padding: 5px;
	background-color: White;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
#infosquare2 {
	position: absolute;
	top: 305px;
	right: 0px;
	width: 230px;
	margin-right: 10px;
	border: 1px dotted #689669;
	padding: 5px;
	background-color: White;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#container, #resumeCon {
	position: relative;
	width: 521px;
	margin: auto;
	top: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0;
	background: White url(../images/suit-bg.gif) no-repeat bottom;
}

#container {
	height: 110%;
}
#resumeCon {
	height: 1300px;
}

#header {
	position:absolute;
	background: white url(../images/suit-title02.gif) no-repeat left;
	top: 44px;
	left: 10px;
	height: 46px;
	width: 501px;
}

#header span {
	display:none;
}

#header img {
	width: 200px;
	height: 40px;
	margin: 0;
	border: 0;
}

#styleMenu {
 position:absolute;
 	right: 5px;
	bottom: 5px;
	font: 10px/normal Arial, Helvetica, sans-serif;
	color: black;
}

#mainFocus, #resumeFocus, #portfolioFocus {
	position: absolute;
	left: 0px;
	top: 91px;
	width: 521px;
	height: 294px;
	background-color: White;
}

#mainPic1 {
	position: absolute;
	background: transparent url(../images/suit-guy.jpg) no-repeat;
	width: 104px;
	height: 216px;
	top: 30px;
	left:10px;

}

#mainPic2 {
	background: transparent url(../images/suit-professional.gif) no-repeat left;
	width: 48px;
	height: 213px;
	position: absolute;
	right: -48px;
	bottom: 0px;
	margin: 0;
	padding: 0;
}

#resumePic1 {
	display: none;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 19px;
	width: 511px;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: black;
	background: transparent url(../images/suit-menu.jpg) repeat;
	padding: 3px 0px 0px 10px;
	margin: 0;
}

a.menuLink:link, a.menuLink:visited {
	color: black;
	text-decoration: none;
}
a.menuLink:hover {
	color: #990A0A;
	text-decoration: underline;
}

#mainText, #resumeText {
	position: absolute;
	top: 22px;
	text-align: left;
	font: 12px/normal Arial, Helvetica, sans-serif;
	color: Black;
	padding: 10px 0 35px 10px;
	
}

#mainText {	
	width: 397px;
	left: 109px;
	line-height: 20px;
}

#resumeText {
	left: 0px;
	line-height: 16px;
}

#resumeText p {
	padding-top:0;
	padding-bottom:0;
}

.resumeIndent {
	padding-left:35px;
	font-size: 10px;
	line-height: 14px;
	margin-top:0;
	padding-top: 0;
}

.portfolioThumbs img  {
	border:1px solid #689669;
}

.portfolioThumbs:hover img  {
	border:1px solid black;
}

.portfolioThumbs:hover  { /* irrelevant definition to overcome IE bug */
	border:red;
}