img
{
	border-color: black;
	float: left;
	margin: 4px;
}
a
{
	color:black;
	float:left;
	padding:0.2em 0.4em;
	text-decoration:none;
	width:9em;
}
a:hover
{
	background-color:yellow;
}
H1
{
	height:20;
	font-size:20pt;
	filter:shadow(color=gray);
	font-weight: bold
}

h2
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}

li
{
	display: inline;
}
ul
{
	bordercolor: maroon;
	float: left;
	list-style-type:none;
	font-weight:bold;
	margin:0;
	width:100%;
	padding: 0;
}

#banner
{
	background-image: url(DSC04379crop3.jpg);
	background-repeat:no-repeat;
	background-color: black;
	border: 8px solid black;
	color: yellow;
	height: 118;
	width: 1077;
	position: relative;
	width: 100%;
}

#clear
{
	clear: both;
}	
#header
{
	background-color: black;
	color: yellow;
	height: 20px;
	postion: relative;
}
#header2
{
	background-image: url(sandstone_red6x8.jpg);
	color: yellow;
	height: 20px;
	width: 100%;
	postion: relative;
	border: 1px solid black;
}

#side2
{
	background-color: pink;
	color: yellow;
	width: 100%;
	postion: relative;
	border: 1px solid black;
}
#side1
{
	background-color: pink;
	border: 8px solid red;
	color: yellow;
	height: 1em;
	postion: relative;
	border: 2px solid black;
	width: 60%;
}
#columns
{
	background-image:url(sandstone_6x8.jpg);
	background-repeat:repeat;
 	background-color: silver;
	margin-left: 0px;
	margin-right:0px;
	position: relative;
	height: 200em;
	top: 5px;
	border: 2px;
	padding: 2px;
	width: 100%;
}


#footer
{
	background-color: black;
	height: 0px;
	color: yellow;
	padding: 0px;
	width: 100%;
}
