/* introduction to Walter Albertson Design Services */
body {
	font-size: 16px;
	text-align: center;
	background-image: url("../graphics/whiteish_bg2.jpg");
	margin-top: 0px;
}

#contentheader {
	position: absolute;
	left: 50%;
	width: 738px;
	height: 51px;
	margin-top: 0px;
	margin-left: -369px;
	padding: 0px;
	border: 0px;
	}
	
#slider {  /* this box positions the coda-slider */
	width: 800px;
	top: 70px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

.webwork {  /* This is for the div holding the web example */
	width: 685px;
	height: 488px;
	background: url("../graphics/light_flicker5.gif");
}

.codetext {
	position: relative;
	font: 1.2em/1.8em Courier, mono;
}

.index {  /* This is for the div holding the contents links */
	width: 685px;
	height: 488px;
	background: url("../graphics/c-s_contents3.jpg");
}

.flashjump {
	width: 110px;
	height: 110px;
	display: block;
	position: absolute;
	left: 574px;
	top: 380px;
}
	
.menu {
	border: 1px solid #aeaa9a;
	padding: 8px;
	width: 230px;
}

.blue {
	color: #7ba5fc;
}

.pink {
	color: #ffacac;
}

.listbox {
	position: relative;
	left: 120px;
	top: 103px;
}

.menuitem {
	list-style: none;
	font: .8em/1.6em Helvetica, Arial, sans-serif;
	text-align: left;
	letter-spacing: 0.1em;
	text-indent: 1.0em;
	color: #3a4440;
}

.menuitem2 {
	list-style: none;
	color: #c4adaa;
	font: .8em/2.5em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

.menuitem3 {
	list-style: none;
	color: #797aa1;
	position: relative;
	font: .8em/1.3em Courier, mono;
}

.here {
	background: #c0ccff;
	color: #0046ff;
	padding-right: 90px;
}

	
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.walteralbertson.com/pngbehavior.htc");
	}
	
a:link {   
	color: #788bf5;
	text-decoration: underline;
}

a:visited {  
	color: #788bf5;
	text-decoration: underline;
}

a:hover {   
	color: #0046ff;
	text-decoration: underline;
	background: #c0ccff;
}

a:active {   
	color: #fff;
	text-decoration: underline;
	background: #c0ccff;
}
