body 	{margin: 0;
	padding: 0;
	background-color: rgb(200, 200, 250);
	color: rgb(100 ,100, 140);
}
p,h1,h2,h3,a,li,
	{font-family: "trebuchet ms, arial, helvetica, sans-serif";
	font-weight: lighter;
	margin: 0.5em, 0;	
}
a	{font-family: "trebuchet ms, arial, helvetica, sans-serif";
	font-weight: lighter;
	margin: 0.5em, 0;
	text-decoration: none;
	color: rgb(100, 120, 120);
}

a:hover {font-family: "trebuchet ms, arial, helvetica, sans-serif";
	font-weight: lighter;
	margin: 0.5em, 0;
	color: white;
}

a img	{border: none;
}

img.email {margin-left: -20px;}

#top	{position: absolute;
	top: 0;
	left: 0;
	padding: 5px, 20px;
	height: 80px;
	width: 100%;
	background-color: rgb(200, 200, 250);
	color: rgb(100 ,100, 140);
}
#top h1 {color: white;
	font-family: "lucida calligraphy, arial, sans-serif,"
}
#top ul {
	list-style: none;
	margin:0;
	padding: 0;
	
}
#top li	{
	display: inline;
	white-space: nowrap;
	
}
#top li a{
	color: rgb(100,100,140);
	background-color: rgb(200, 200, 250);
	padding: 2px 30px;
	border-right: solid 1px rgb(150,150,180);
	text-decoration: none;
	
	
}
#top li a.first{
	color: rgb(100,100,140);
	background-color: rgb(200, 200, 250);
	padding: 2px 30px;
	border-right: solid 1px rgb(150,150,180);
	border-left: solid 1px rgb(150,150,180);
	text-decoration: none;
}
#top li a:hover{
	color: white;
	background-color: rgb(200,200,250);
	padding: 2px 30px;
	border-right: solid 1px rgb(150,150,180);
	text-decoration: none;
}
#top li a.first:hover{
	color: white;
	background-color: rgb(200,200,250);
	padding: 2px 30px;
	border-right: solid 1px rgb(150,150,180);
	border-left: solid 1px rgb(150,150,180);
	text-decoration: none;
}



#col1	{position: absolute;
	top: 80px;
	left: 0;
	padding: 20px;
	
	width: 200px;
	background-color: rgb(200, 200,250);
	color: rgb(100 ,100, 140);
}

#col2	{position: relative;
	top: 80px;
	left: 200px;
	padding: 20px;
	
	width: 80%;
	background-color: rgb(200, 200, 250);
	color: rgb(100 ,100, 140);
}


#col2 img
	{margin: 5px, 5px, 5px, 0;
}

#col2 p {margin: 0;}


	