@charset "utf-8";

/*  luke 11.28 | markandtraci.com  */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}

body {
	border-top: #8a98b9 1px solid;
	text-align: center;
	padding: 30px 0 30px;
	background: #293144 url(bkgd.jpg) center 1px no-repeat;
/*  background: #161f33 url(bkgd.gif) left 33px repeat-x;  */
	}

#page {
	text-align: left;
	margin: 0 auto;
	width: 984px;
	height: 624px;
	background: url(canvas.jpg) center top no-repeat;
	font-family: verdana, trebuchet ms, arial;
	font-size: 12px;
	color: #f1d8b6;
	position: relative;
/*	line-height: 20px; for line-breaks  */
	}

#envelope {
	position: absolute; left: 819px; top: 83px;
	width: 26px;
	height: 18px;
	}

#email {
	position: absolute; left: 854px; top: 84px;
	}

#line1 {
	position: absolute; left: 508px; top: 179px;
	}

#line2 {
	position: absolute; left: 543px; top: 214px;
	}

a, a:visited, a:active {
	color: #7485b3;
	text-decoration: none;
	}

a:hover {
	color: #f1d8b6;
	text-decoration: none;
	}
	
#envelope a {
	display: block;  /* for ff  */
	background: url(envelope.gif) center top no-repeat;
	}

#envelope a:hover {
	display: block;
	background: url(envelope.gif) left top no-repeat;
	}
