/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color:#0099FF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header {
	height: 150px;
	float: none;
	width: 1000px;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;}
	
#thumbnail {
	left: 750px;
	top: 350px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
}

#sidenav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 175px;
	float: left;
	color: #666666;
	position: absolute;
	left: 0px;
	top: 150px;
	padding-left: 25px;}

#sidenav ul{
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content{
	width: 650px;
	margin: 0;
	left: 250px;
	float: none;
	position: absolute;
	top: 150px;
	height: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 0px;
	overflow: auto;
	white-space: nowrap;
}

#description{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #666666;
	float: none;
	height: 50px;
	width: 500px;
	position: absolute;
	left: 250px;
	top: 150px;
	padding-left: 15px;
}

#bio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	float: none;
	width: 300px;
	position: absolute;
	left: 650px;
	top: 150px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: x-small;
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	position: absolute;
	height: 25px;
	width: 1000px;
	left: 0px;
	top: 650px;
	padding-left: 25px;
}
