body {
	background-color: rgb(221,220,222);
	background-image: url('../pics/blue-eye3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0; 
	font-family: Georgia, serif; 
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: rgb(50,50,50);
	text-align: justify;
}

a:link {
	color: rgb(10,100,200);
	text-decoration: none;
}

a:active {
	color: rgb(15,15,15);
	text-decoration: none;
}

a:visited {
	color: rgb(10,100,200);
	text-decoration: none;
}

a:hover {
	color: rgb(255,35,255);
	text-decoration: none;
}

#title {
	position: absolute;
	top: 25px;
	left: 180px;
	font-family: Poor Richard, serif;
	font-size: 55px; 
	font-variant: normal;
	color: rgb(0,0,0);
}

#subtitle {
	position: absolute;
	top: 80px;
	left: 230px;
	font-family: Arial, sans-serif;
	font-size: 22px; 
	font-variant: normal;
	color: rgb(100,100,100);
}

#contact {
	position: absolute;
	top: 70px;
	left: 430px;
	font-family: Arial, sans-serif;
	font-size: 12px; 
	font-variant: normal;
	color: rgb(140,140,140);
	text-align: right;
}

#post {
	position: absolute;
	top: 810px;
	left: 33px;
	font-family: Arial, sans-serif;
	font-size: 10px; 
	font-variant: normal;
	color: rgb(180,180,180);
	text-align: left;
}

#stick {
	position: absolute;
	top: 400px;
	left: 800px;
}


#main {
	position: absolute;
	top: 140px;
	left: 0px;
}

#resume {
	position: absolute;
	top: 200px;
	left: 0px;
}

#photo {
	position: absolute;
	top: 260px;
	left: 0px;
}

#bio {
	position: absolute;
	top: 320px;
	left: 0px;
}


div.top {
	margin-top: 120px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 18px;
	padding: 4px;
	overflow: hidden;
	color: rgb(100,100,100);
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: rgb(100,100,100);
	border-bottom-color: rgb(100,100,100);
}


div.work {
	width: 724px;
	height: 250px;
	margin-left: 500px;
	margin-right: 10px;
	padding: 1px;
	border-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	overflow: hidden;
	font-family: impact, serif;
	font-size: 22px; 
	font-variant: normal;
}

div.content {
	width: 724px;
	height: 250px;
	margin-left: 240px;
	margin-right: 10px;
	padding: 1px;
	border-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	overflow: hidden;
}	

div.content2 {
	width: 750px;
	height: 400px;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 3px;
	border-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	overflow: hidden;
}	

div.header {
	margin-bottom: 2px;
	margin-left: 80px;
	margin-right: 0px;
	padding: 2px;
	text-align: right;
	font-family: Arial, sans serif; 
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	font-variant: small-caps;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-color: rgb(100,100,100);
	border-bottom-color: rgb(100,100,100);
}


table.resume1
{
	table-layout: fixed;
	empty-cells: show;
	font-family: Georgia, serif; 
	font-size: 11px;
	width: 715px;
	border-collapse: collapse;
	overflow: hidden;
	margin-bottom: 10px;
}


