/* introduction for Walter Albertson index page */
body {
	font-size: 16px;
	background-image: url(../graphics/whiteish_bg2.jpg);
	margin-top: 0px;
	margin-left: 0px;
}

#container {
	width: 100%;
}
	
.leftside {
	/* float: */
	/* top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
}

.rightside {
	float: right;
	display: block;
	position: relative;
	width: 50%;
	text-align: center;
	margin-top: 18%;
}
	
p {
	font: .75em/1.6em Georgia, Times New Roman, Times, serif;
	color: #3b3638;
	text-indent: 0px;
	letter-spacing: .1em;
	word-spacing: .1em;
	text-align: left;
	margin:0px 10px 10px 10px;
}
		
h1 {
	font-size: 14px;
	padding-top: 10px;
	}
	
img {
	behavior: url("http://www.leslieanderson.net/pngbehavior.htc");
	border: none;
	}
	
a:link {   
	color: #c4dad7;
	text-decoration: none;
}

a:visited {  
	color: #c4dad7;
	text-decoration: none;
}

a:hover {  
	color: #5c462f;
	text-decoration: none;
	padding: 2px 3px 1px;
}

a:active {  
	color: #6ce0ff;
	text-decoration: none;
}
