html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	}
	
a {
	text-decoration: none;
	}
	
	
#image_holder {
	display: none;
	line-height: 0px;
	position: fixed;
	overflow: hidden;
	}
	
	/*  MENU +/- */
#nav_control {
	clear:both;
	position:absolute;
	padding:7px 0px 0px 0px;
	bottom:0;
	width: 90px;
	left: 0px;
	height: 20px;
	z-index:10;
	background-color:#fff;
	text-align:center;
	}

#nav_control a {
	color:#999;
	text-decoration:none;
	}

#nav_control a:hover {
	color:#666;
	text-decoration:underline;
	}
	
	/*  bottom div  (referring to the bottom container [the one with opacity])*/
div#bottom_div {
	height: 100px;
	width:100%;
	padding: 10px 0;
	margin-bottom:27px;
	background: #fff;
	position:absolute;
	bottom:0px;
	left: 0px;
	}
		
	/*  logo (referring to your friend's logo) */
#bottom_div div#logo {
	float: left;
	width: 225px;
	height: 66px;
	}
		
	/*  navigation  */
#bottom_div div#nav_container {
	/*float: left;*/
	position:absolute;
	top:10px;
	left:225px;
	width: auto;
	margin: 0 20px;
	}
	
#nav_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#nav_container li {
	margin: 0;
	padding: 0;
	}
		
#nav_container a {
	display: block;
	width: 140px;
	padding: 1px;
	color: #999;
	}
		
#nav_container a:hover {
	background: #eee;
	color: #666;
	}
		
	/*  images  */
#bottom_div div#images {
	/*float: left;*/
	position:absolute;
	top:10px;
	left:405px;
	white-space:nowrap;
	min-width: 600px !important;
	width: auto;
	}

/*\*/
* html #bottom_div div#images {
	width: 600px !important;
}
/**/
		
#images ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#images li {
	float: left;
	width: auto;
	margin-right: 14px;
	}
		
#images a {
	display: block;
	float: left;
	}


/*  about  */
#about {
	background-color:#fff;
	/*float: left;*/
	position:absolute;
	top:0;
	left:0;
	min-width: 400px !important;
	width: 400px;
	padding:20px;
	}
	
#about2 {
	background-color:#fff;
	/*float: left;*/
	position:absolute;
	top:0px;
	left:440px;
	min-width: 400px !important;
	width: 400px;
	padding:20px;
	}

#about ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#about li {
	margin: 0;
	padding: 0;
	}
	
#about2 li {
	margin: 0;
	padding: 0;
	}
	
#about2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.about {
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
	}
	
/*  resume  */
#resume {
	background-color:#fff;
	/*float: left;*/
	position:absolute;
	top:0;
	left:0;
	min-width: 250px !important;
	width: 250px;
	padding:20px;
	}
	
#resume2 {
	background-color:#fff;
	/*float: left;*/
	position:absolute;
	top:0	px;
	left:290px;
	min-width: 250px !important;
	width: 250px;
	padding:20px;
	}
	
#resume3 {
	background-color:#fff;
	/*float: left;*/
	position:absolute;
	top:0px;
	left:580px;
	min-width: 250px !important;
	width: 250px;
	padding:20px;
	}
	
#resume4 {
	background-color:#fff;
	/*float: left;*/
	position:absolute;
	top:0px;
	left:870px;
	min-width: 250px !important;
	width: 250px;
	padding:20px;
	}

#resume ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#resume li {
	margin: 0;
	padding: 0;
	}
	
#resume2 li {
	margin: 0;
	padding: 0;
	}
	
#resume2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#resume3 li {
	margin: 0;
	padding: 0;
	}
	
#resume3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#resume4 li {
	margin: 0;
	padding: 0;
	}
	
#resume4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.style1 {font-size: 16px}
.style2 {font-size: 16px; font-weight: bold; }
