body {
	margin: 0px;
	padding 0px;
	text-align: center;
	background-color: white;
}

h1 {
	color: black;
	font-style: normal;
	font-weight: normal;
	padding-left: 5px;
	font-size: 1.6em;
}

h2 {
	color: red;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 1.4em;
}

h3 {
	font-style: italic;
	font-weight: normal;
	text-align: left;
	font-size: 1.2em;	
}

h4 {
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 1.1em;	
}

a {
	text-decoration: none;
	color: #4c4c4c;

}

a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

ul {
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 0px;
	margin-left: 0px;
}

li {
	margin-bottom: 5px;
}

#container {
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	color: #191919;
	font-size: 1em;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 5px;
	position: relative;
	width: 1000px;
	text-align: left;
}

#masthead {
	height: 45px;
	left: 0px;
}

#masthead h1 {
	padding-left: 0px;
	margin-left: 10px;
	padding-top: 3px;
}

#main {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 0px;
	position: absolute;
	top: 100px;
	left: 10px;
	width: 650px;
	margin: 0px 10px;
}

#right {
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	position: absolute;
	top: 100px;
	left: 750px;
	width: 240px;
	margin: 0px;
}

#left {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 250px;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
}

#right h2 {
}

#footer {
}

img.img_sml_r {
	max-width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

img.img_sml_l {
	max-width: 200px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

img.img_lrg_c {
	max-width: 450px;
	margin-right: 4px;
	margin-left: 4px;
	float: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

img.img_lrg_w {
	border-color: #efefef;
	max-height: 800px;
	border-style: solid;
	border-width: 40px;
	margin-top: 70px;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 20px;
	max-width: 800px;
	float: none;
}

.article {
	line-height: 150%;
	margin-bottom: 75px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

.flickr_badge_image {
	margin-bottom: 10px;
}

#flickr img[src*="http://geo.yahoo.com"] { display:none }
