/* the divs*/
#contentDiv{
	position: absolute;
	top: 155px;
	left: 2%;
	width: 80%;
	/*height: 350px;*/
	overflow: visible;
}

#wholePageDiv {
	position: absolute;
	top: 0px;
	/*border : 1px solid #000000;*/
	height: 100%;
	overflow:visible;
}

#photoDiv {
	position: absolute;
	top: 89px;
	left: 2%;
	width: 80%;
	height: 69px;
	overflow: auto;
}
	
#titleDiv {
	position: absolute;
	top: 5px;
	left: 2%;
	width: 80%;
	height: 80px;
	overflow: hidden;
}

#navDiv{
	position: absolute;
	top: 5px;
	left: 83%;
	width: 20%;
	height: 300px;
	overflow: visible;
}


/************************* body *************************/
body {
	background: #ff99ff url(images/background.gif) no-repeat fixed 40% 50%;
	color: #000000;
	font: 700 16px Trebuchet MS, Arial, sans-serif;
}
dd {text-align: justify;}
em {border-bottom: 2px groove #faf519;}
li {text-align: justify;}
/******************* inputs *****************/
input, textarea{
	width:150px;
}

/**** navigation links ****/
.navLink {
	font: normal normal bold 16px Trebuchet MS, Arial, sans-serif;
	color: #ddddd;
	cursor: pointer;
	line-height:18px;
}

.navLinkActive {
	font: normal normal bold 16px Trebuchet MS, Arial, sans-serif;
	/*color: #d63333;*/
	color: blue;
	cursor: pointer;
	line-height: 18px;
}

.navLink:hover, .navLinkActive:hover {
	color: #d63333;
}



/************* fonts **********/
font.orange {
	color: #ff6600;
}

font.blue {
	color: blue;
}

/************ tds ***************/
td.miniPhoto {
	border: 1px solid #ffeeee;
	width: 45px;
	text-align: center;
	cursor: pointer;
}

