@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/soon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	padding: 0px;
	margin: 40px 0px 21px 0px;
	line-height: 43px;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding: 0px;
	margin: 7px 0px 29px 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #00a8ff;
	text-decoration: none;
}

.project{
	margin-bottom: 4px;
}

.underlined {
	text-decoration: underline;
}

#envelope {
	width: 700px;
	padding: 0px 259px 0px 65px;
	margin: 0px;
	position: relative;
	display: none;
}

#rightcol {
	width: 259px;
	top: 35px;
	left: 50px;
	position: fixed !important;
	position: absolute;
	z-index: 500;
	
}
