body { 
	font: 13px/1.8 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
#page {
	background-color: white;
	width: 1010px;
	height: 500px;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* navigation related CSS */
#navBar {
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	color: #999999;
	font-weight: bold;
	width: 400px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	z-index: 2;
}

#navBar a {
	text-decoration: none;
	color: #999999;
}

#home {
	position: absolute;
	left: 0px;
	cursor: pointer;
	width: 100px;
}
#bio {
	position: absolute;
	left: 100px;
	cursor: pointer;
	width: 100px;
}
#gallery {
	position: absolute;
	left: 200px;
	cursor: pointer;
	width: 100px;
}
#contact {
	position: absolute;
	left: 300px;
	cursor: pointer;
	width: 100px;
}

/* CSS for slider menus */
#navBar ul, li {
    margin:0;
    padding:0;
    list-style:none;
}
 
.home_menu, .contact_menu, .gallery_menu {
    display:none;
    width:140px;
	margin-left: -20px;
    border: 1px solid #1c1c1c;
	z-index: 2;
}

.gallery_menu li {
	text-align: center;
    background-color: #302f2f;
	z-index: 2;
}
 
#navBar li a {
    color:#FFFFFF;
    text-decoration:none;
    padding:10px;
    display:block;
	z-index: 2;
}
 
#navBar li a:hover {
    padding:10px;
    font-weight:bold;
    color: #cc0000;
	z-index: 2;
}

/* END CSS for slider menus */
/* END navigation related CSS */

#content {
	position: relative;
	background-color: #000000;
	width: 1010px;
	height: 410px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

#mainText {
	position: position;
	float: right;
	font: 28px/1.8 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-align: center;
	width: 27%;
	padding-top: 18%;
}

#galleryText {
	position: position;
	float: right;
	font: 28px/1.8 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-align: center;
	width: 27%;
	height: 410px;
	z-index: 2;
}

#mainCenter {
	position: position;
	width: 73%;
	height: 409px;
	float: right;
	background-color: #222222;
	font: 14px/1.8 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#mainCenterText {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
}

#mainCenterText h1 {
	font: 22px/1.8 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-bottom: -10px;
}

#mainCenterText a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#footer {
	text-align: center;
}

/* the gallery CSS */
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 737px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
/* the end of gallery */

