@charset "utf-8";
/* CSS Document */
body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #262626;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/container_bg.jpg);
	background-repeat:no-repeat;
	text-align: left;
}

#container_resume {
	width: 1100px;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/container_bg.jpg);
	background-repeat:no-repeat;
	text-align: left; 
}

#top {
	text-align:left;
	padding: 0px;
	margin: 0px;
	width: 1100px;
	height: 111px;
}

#left_shadow {
	background-image:url(images/left_container_shadow.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	height:695px;
	width: 103px;
	float: left;
}

#right_shadow {
	background-image:url(images/right_container_shadow.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	height: 695px;
	width: 104px;
	float:right;
}

#left_shadow_contact {
	background-image:url(images/left_container_shadow.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	height: 595px;
	width: 103px;
	float: left;
}

#right_shadow_contact {
	background-image:url(images/right_container_shadow.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	height: 595px;
	width: 104px;
	float:right;
}

#left_shadow_home {
	background-image:url(images/left_container_shadow.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	height: 582px;
	width: 103px;
	float: left;
}

#right_shadow_home {
	background-image:url(images/right_container_shadow.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	height: 582px;
	width: 104px;
	float:right;
}

#frame_home {
	height: 595px;
	background-repeat: none;
	margin: 0px;
	padding: 0px;
}


#frame_contact {
	height: 595px;
	background-image: url(images/container_middle_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#frame {
	height: 695px;
	background-image: url(images/container_middle_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#frame_resume {
	height: 995px;
	background-image: url(images/container_middle_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 893px;
	float:left;
}

#content_home {
	margin: 0px;
	padding: 0px;
	width: 893px;
	background-image: url(images/container_hp_middle_bg.jpg);
	background-repeat: none;
	float:left;
}




#viewer_container {
	float: left;
	margin:0px;
	height: 535px;	
}
#viewer_container_resume {
	float: left;
	margin: 0px;
	height: 1100px;
}
#thumbnail_container {
	margin:0px;
	padding: 0px;
	width: 150px;
	height: 535 px;
	float:left;
}
#viewer_navigation {
	margin-left: 0px;
	width: 700px;
	float: left;
	text-align: center;
}

.viewer_style {
	padding-left:30px;
	padding-right:22px;
}

#mainContentresume {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	min-height: 500px;
	background-image: url(images/resume_container_bg.jpg);
	background-repeat: repeat-y;
	background-color: #ededed;
	color:#333333;
	width: 893px;
}

.form {
	font-family: Helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #767676;
	background-color: #ffffff;
}

