@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #000000 url(background.jpg);
	color: #fff;
}

a {
	text-decoration: none;
	color:#fff;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	font-weight:normal;
	line-height:1.3em;
}

#container {
	margin-top:60px;
	margin-left:100px;
	background:#404040;
	height:510px;
	width:605px;
	padding:0;
	}
	
#headshot {
	margin-left:20px;
	margin-top:10px;
	height:416px;
	width:180px;
	}

#title {
	position:relative;
	margin-top:20px;
	margin-left:20px;
	padding-top:20px;
	
	}
	
#text {
	margin-top:-420px;
	height:440px;
	width:385px;
	float:right;
	line-height:1.2em;
	}		
	
	
	

