body{
	font-size: 10pt;	
	font-family: arial;
}

a{
	color: black;
	text-decoration: none;	
}

a:hover{
	color: #666666;
	text-decoration: underline;	
}

#header .headerImage { border: none; }

#container{
	position: relative;
	width:790px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
}

.headerImage{
	display: block;	
}

#buttons{
	margin-top: 15px;
	margin-left: 120px;
	margin-bottom: 10px;
}

#buttons a{
	margin-right: 10px;
	font-size: 14pt;
	color: #ccc;
	font-weight: bold;
	background-color: #666;
	padding: 5px 15px 5px 15px;
	border: solid;
	border-color: #333;
	
}

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

#content{
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-width: thin;
	width:630px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#aboutBlurb
{
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-width: thin;
	width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ccc;
}

.headline{
	font-size: 14pt;
	font-weight: bold;	
}

.boldHeadline{
	font-weight: bold;	
}

.indent{
	margin-left: 20px;	
}

.left{
}

.right{
	float: right;	
}

.resumeLeft{
	padding-top: 10px;
	float: left;
	width: 100px;
}

.resumeRight{
	padding-top: 10px;
	float: right;
	width: 500px;
}

#height{
	height: 620px;
}
