body{
	margin:0px;
	padding:0px;
	background: #fff url(../i/mount.jpg) repeat-x 0px 0px;
	font: 12pt "Courier New", Courier, mono;
	color: #666;
}
a, a:visited{
	color:#06c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div{
	position:relative;
}
#name{
	font: bold 26pt "Courier New", Courier, mono;
	color:#06c;
	margin-left: 15%;
	padding-left: 40px;
	line-height:50px;
	height:50px;
	letter-spacing: -.1em;
}
#stripe{
	width:100%;
	position:absolute;
	left:0px;
	top:72px;
	height:20px;
	border-top: 1px solid #06c;
	border-bottom: 1px solid #06c;
}
#container{
	z-index:10;
	margin: 0px 15%;	
}
#maincontent{
	width:100%;
	border: 1px solid #09c;
	background: url(../i/bg.gif) repeat;
}
#nav{
	margin-top:21px;
	padding-left:40px;
	padding-right:40px;
	height:20px;
	border-bottom: 1px dashed #06c;
	border-top: 1px dashed #06c;
	background:#fff;	
}
#nav a{
	color: #06c;
	font-size: 10pt;
	margin-right:10px;
	letter-spacing: .1em;
}
#words{
	padding: 0px 40px 20px 40px;	
}
#words p,#words ul{
	padding:3px;
	background: #fff;
}
#misc{
	margin: 0px 15%;
	padding:10px 40px;
	text-align:right;
	font: 8pt "Courier New", Courier, mono;
}
#home #subhome, #photos #subphotos, #scripts #subscripts, #resume #subresume, #contact #subcontact{
	font-weight:bold;
}
#home #subhome:hover, #photos #subphotos:hover, #scripts #subscripts:hover, #resume #subresume:hover, #contact #subcontact:hover{
	text-decoration:none;
	cursor: text;
}
#address{
	list-style: none;
}
#address a{
	text-decoration:underline;
}
#address a img{
	border:0px;
}

