@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a19a94;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
#container  {
	position:relative;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	border: 0px;
}
#header  {
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/header.gif);
	height: 140px;
}
#mainContent  h1 {
	color: #CC6600;
	font-size: 18px;
	padding-top: 5px;
}
#mainContent h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CC6600;
	font-size: 16px;
}
 #mainContent {
	margin: 0px 500px 50px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}
#mainPhotoContent {
	margin: 0px 580px 50px 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}
#mainResumeContent {
	margin: 0px 400px 50px 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}
#mainResumeContent   p, ul{
	background: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

#apDiv1 {
	position:absolute;
	left:455px;
	top:82px;
	width:450px;
	height:34px;
	z-index:1;
	background-color: #d9822b;
}
#rightSide {
	position:absolute;
	left:539px;
	top:158px;
	width:auto;
	height:auto;
	z-index:1000;
}
#rightWebdesSide1 {
	position:absolute;
	left:477px;
	top:442px;
	width:380px;
	height:331px;
	z-index:1000;
}
#rightWebdesSide2 {
	position:absolute;
	left:477px;
	top:773px;
	width:380px;
	height:331px;
	z-index:1000;
}
#rightWebdesSide3 {
	position:absolute;
	left:476px;
	top:843px;
	width:380px;
	height:288px;
	z-index:1000;
}
#rightPhotoSide {
	position:absolute;
	left:389px;
	top:158px;
	width:auto;
	height:444px;
	z-index:1000;
	text-align: center;
}
	
#rightResumeSide1 {
	position:absolute;
	left:564px;
	top:261px;
	width:330px;
	height:auto;
	z-index:1000;
}
#rightResumeSide2 {
	position:absolute;
	left:565px;
	top:700px;
	width:auto;
	height:auto;
	z-index:1000;
}
h1 {
	color: #CC6600;
	font-size: 24px;
	padding-top: 5px;
	line-height: normal;
}
h2 {
	color: #CC6600;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
h3 {
	color: #CC6600;
	font-size: 16px;
	padding-top: 5px;
	line-height: normal;
}
h4 {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-left: 9px;
}
h5 {
	color: #333333;
	font-size: 12px;
	padding-top: 5px;
	line-height: normal;
	font-weight: normal;
}
 #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../images/footer.gif);
	height: 45px;
}
#formContent     {
	margin: 0px 400px 50px 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 12px;
	line-height: 10px;
	color: #333333;
}
