@charset "utf-8";
/* CSS Document */

body {
	background-color:white;
		
}

.headshot {
	padding:0px 0px 0px 15px;
	float:right;
}
.tom-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}

.menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.photo-border {
	float:left;
	clear:right;
}

.photo-border-right {
	float:right;
	clear:left;
}


a {
	color:#909;
}

a:link, a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #909;
	font-weight:normal;
}

a:hover, a:focus, a:active {
	text-decoration:underline;
	font-weight:bold;
}

#site-wrapper {
	width:1000px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-color:white;
}

#header {
	width:1000px;
	height:200px;
	border:0;
	margin:0;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}

#content-wrapper {
	width:1000px;
	height:auto;
	background-color:white;
	float:left;
	clear:right;
}

#side-column {
	width:195px;
	height:auto;
	float:left;
	clear:both;
	margin:0;
	padding:20px 5px 0px 0px;
}

#main-column {
	width:790px;
	height:auto;
	float:left;
	clear:right;
	border:0;
	margin:0;
	padding:0px 0px 5px 10px;
}

#photo-footer {
	width:1000px;
	height:auto;
	margin:0;
	padding:15px 0px 0px 0px;
	border:0;
	clear:both;
	float:left;
}
	

#footer {
	width:1000px;
	height:75px;
	padding:0;
	border:0;
	margin:0;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	clear:both;
	float:left;
	
}
