@charset "UTF-8";
body {
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.phone_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
#header {
	position:relative;
	width:960px;
	height:125px;
	z-index:1;
	top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#name {
	position:absolute;
	width:353px;
	height:45px;
	z-index:2;
	left: 303px;
}
#email {
	position:absolute;
	width:215px;
	height:20px;
	z-index:3;
	left: 442px;
	top: 48px;
}
#mobile {
	position:absolute;
	width:109px;
	height:20px;
	z-index:4;
	left: 542px;
	top: 71px;
}
#nav_bar1 {
	position:absolute;
	width:100px;
	height:30px;
	z-index:5;
	top: 94px;
}
#nav_bar2 {
	position:absolute;
	width:100px;
	height:30px;
	z-index:6;
	top: 94px;
	left: 116px;
}
#nav_bar3 {
	position:absolute;
	width:135px;
	height:30px;
	z-index:7;
	left: 233px;
	top: 94px;
}
#nav_bar4 {
	position:absolute;
	width:135px;
	height:30px;
	z-index:8;
	left: 389px;
	top: 94px;
}
#nav_bar5 {
	position:absolute;
	width:135px;
	height:30px;
	z-index:9;
	left: 553px;
	top: 94px;
}
#nav_bar6 {
	position:absolute;
	width:135px;
	height:30px;
	z-index:10;
	left: 708px;
	top: 94px;
}
#nav_bar7 {
	position:absolute;
	width:100px;
	height:30px;
	z-index:11;
	left: 860px;
	top: 94px;
}
#wrapper {
	position:relative;
	width:960px;
	height:530px;
	z-index:12;
	top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	position:absolute;
	width:400px;
	height:35px;
	z-index:3;
	left: 280px;
	top: 10px;
}
#photo {
	position:absolute;
	width:280px;
	height:400px;
	z-index:4;
	left: 340px;
	top: 46px;
}
#arrow_back {
	position:absolute;
	width:50px;
	height:50px;
	z-index:5;
	left: 289px;
	top: 346px;
}
#arrow_fwd {
	position:absolute;
	width:50px;
	height:50px;
	z-index:6;
	left: 621px;
	top: 346px;
}
#details {
	position:absolute;
	width:175px;
	height:80px;
	z-index:7;
	left: 392px;
	top: 447px;
}
#footer {
	position:relative;
	width:960px;
	height:75px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
}

