@charset "UTF-8";
/* CSS Document */

body {
	background:white url("http://gregwasserstrom.com/misc/back.png");
	background-repeat: repeat-x;
    background-position: top left;
	margin:0px 0px 50px 100px;
}

@font-face {
	font-family: Bookman Italic;
	src: url(/fonts/boombti.ttf)
}

h1 {
	font-family: Bookman Italic, "Times New Roman", Times, serif;
	font-size: 45px;
	color: #000000;
	text-transform:none;
	margin: 50px 0px 50px 0px;
}

h2 {
	font-family: /*Bookman Italic, */ "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style:italic;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0px 0px 0px 15px;
}

h2 a {
	text-decoration:none;
	font-family: Bookman Italic, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

h2 a:hover {
	text-decoration:underline;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color:#333333;
	padding:0px 0px 5px 15px;
}
	
a {
	color: #333333;
	font-style: normal;
}

small {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	padding: 0px 0px;
}

#twitter_update_list {
	list-style-type: none;
}

.twitter_update-list {
	font-family: "Times New Roman", Times, serif;
	font-size: 8.5pt;
	color:#333333;
	padding:0px 0px 5px 15px;
	line-height: 12pt;
	font-weight:normal;
}

img {
	border:0px;
}

img a, a:hover, a:visited {
	border:0px;
	
}

.about_image {
	position:absolute;
	left:500px;
	float: right;
	
}


	
	
