/* new stylesheet for image gallery section as per March 2006 */

body {
	background-color: #ffffff;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 19px;
	font-weight: bolder;
	text-transform: lowercase;
	color: #000000;
	margin-bottom: 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 1px;
	text-align: left;
	color: #000000;
	text-transform: lowercase;
	margin-top: 3em;
	margin-bottom: 0em;
}
	
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	text-align: justify;
	color: #000000;
	text-transform: lowercase;
	margin-bottom: 3em;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #000000;
	text-transform: lowercase;
}


/* for the project title area */


#titlewrap {
	position: absolute;
	top: 60px;
	left: 0px;
}

#titlewrap p {
	display: inline;
}

#titlewrap td {
	text-aligh: left;
	vertical-align: top;
}

.redmark {
	width: 10px;
	color: #ff0000;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;	
}

/* for all other elements in gallery */

#topmenu {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 500px;
}


#bodywrap {
	width: 500px;
	position: absolute;
	top: 165px;
	left: 10px;
}

a:link {
  font: bold normal 12px/19px "Times New Roman", Times, serif;
  color:#000000;
  text-decoration:none;
  }
  
a:visited {
  font: bold normal 12px/19px "Times New Roman", Times, serif;
  color:#666666;
  text-decoration:none;
  }
     
a:hover {
  color:#FF0000;
  text-decoration:underline;
  }
  
.pagetab {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #FF0000;
	text-transform: lowercase;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: lighter;
	text-transform: lowercase;
	color: #333333;
	letter-spacing: 0px;
}

.title {
	font-style: italic;
	text-transform: capitalize;
}

.titleb {
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}

.arrownext {
	text-align: center;
	margin: 20px 0 60px 0;
}
