body {
	background: #e4e1d5 url(images/bg.jpg) repeat-y;
	font-family: "Georgia","Times New Roman", Times, serif;
	margin: 0px;
	border: 0px;
}

a.sidebar:link{
	color:#ffffff; 
	text-decoration: none;
}

a.sidebar:visited{
	color:#ffffff; 
	text-decoration: none
}

a.sidebar:hover{
	color:#4baaa4; 
	/*text-decoration: underline;*/
	background: white;
	padding: 3px;
	/*font-style: italic;*/
}

a:link{
	color:Teal; 
	text-decoration: none;
}

a:visited{
	color:Teal; 
	text-decoration: none
}

a:hover{
	color:Teal; 
	/*text-decoration: underline;*/
	background: white;
	padding: 3px;
	/*font-style: italic;*/
}

#header {
	background: url(images/header.jpg) top left no-repeat;
	width: 800px;
	height: 300px;
}

#header span {
	display: none;
}

#sidebar {
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 20px;
	/*height: 325px;*/
	background: #4baaa4;
	clear: left;
	float: left;
	width: 25%;
}

ul#main{
	list-style-type: none;

}

ul#main li{
	padding-top:2px;
	padding-bottom: 2px;;
}

h2#nav{
	text-align: center;
}

#content {
	width: 40%;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	float: left;
}

img#pic {
	/*width: 25%;
	height: 125%;
 	/*float: right;*/
	padding: 5px;
	border: 4px groove black;
	margin-left: 20px;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	float: left;
	width: 800px;
	height: 320px;
	clear: left;
}

#footer span {
	display: none;
}

#bio {
	/*background: #4baaa4;
	color: white;
	font-size: small;
	margin: 30px;*/
}

	
