/* front page layout */

#front_title
{
	position: absolute;
	width: 300px;
	top: 15px;
	left: 15px;
	text-align: right;
}

#front_navbar_container
{
	position: absolute;
	top: 160px;
	left: 85px;
	height: 250px;
	width: 180px;
	background-image: url(images/treble2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 0px;
}

#front_photo {text-align: right;	padding: 15px}
#front_bio {margin: 15px}
#front_pers {padding: 15px; text-align: right}
#personal-pages a:hover {display: block; background-color: #0E306B}

#footer {
	padding: 45px 15px 15px 15px;
	text-align: center;
	background-color: #2D2D2D;
	background-image: url(images/bottom_curve.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

/* -----This is the main nav bar for the front page------ */

.fnav_bar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	height: 28px;
	font: 1em;
	font-weight: bold;
}

.fnav_bar li
{
	margin: 5px;
	text-align: right;
	width: 180px;
}

.fnav_bar a
{
	display: block;
	background-color: transparent;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	height: 28px;
}

.fnav_bar a:link, #navlist a:visited
{
	color: #606060;
	text-decoration: none;
}

.fnav_bar a:hover
{
	background-color: #4682B4;
	color: #990000;
	text-decoration: underline;
}



