

BODY {
	background-color : #F5DEB3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	/*Use following if want to place bkgd logo*/
	/*
	background-image: url("gfx/tact.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	*/
}


h1 , h2 , h3 , h4 , h5 , h6 {
	font-family : Verdana, Geneva, Arial, sans-serif;
	/*
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	/*
	margin-top : 2%;
	margin-bottom : 2pt;
	*/
	letter-spacing : 1pt;
	color: Navy;
	clear: right;
	margin-left : 2%;
} 
/*
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
*/

h2 {
	border-bottom: thin groove;
	font-family : serif;
}

UL {
	letter-spacing : normal;
	padding-left : 5px;
	margin-left : 10px;
	voice-family : female;
	list-style-type : square;
	list-style-position : outside;
}


#main {
	border : thin solid;
}


#blurb {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	text-align : left;
	font-weight : lighter;
	border : thin;
	border-style : ridge;
	background-color: Lime;
	/*Horizontal positioning*/
	float : left;
	width : 15em;
	margin : 0% 1% 2% 5%;
	padding : 10px 10px 10px 10px;
	voice-family : male;
}


#items {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	text-align : left;
	font-weight : lighter;
	border : thin;
	border-style : ridge;
	background : Lime;
	/*Horizontal positioning*/
	margin: 0px 5% 2% 1%;
	padding : 10px 10px 10px 10px;
	width : 15em;
	float : right;
}

#header p {
	background-image: url("gfx/header.png");
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	letter-spacing : 1pt;
	color: Navy;
	text-align : center;
	background-color : White;
	border : thin groove Blue;
	font-size : medium;
	margin-bottom : 2px;
	margin-right : 5px;
	padding : 5px 5px 5px 5px;
	width : 99%;
	position : static;
	top : 2px;
	right : 5px;
	bottom : 2px;
	left : 2px;
	font-stretch : wider;
}
 
 #gah {
	border : thin;
	border-style : ridge;
	background-color : Lime;
	font-size : 3px;
	width : 100%;
	margin : 0px;
	margin-bottom : 5px;
}



#leftcontent  {
	position: absolute;
	left:10px;
	top:95px;
	width:190px;
	background-color : inherit;
	border: 1px solid Black;
	text-align : left;
	padding : 5px 5px 5px 5px;
	clear : left;
	font-size : 80%;
}

#leftcontent p {
	margin-left: 2%;
	margin-right: 2%;
}


#centercontent {
	background-color : inherit;
	border: 1px solid Black;
	margin-left: 206px;
	margin-right:196px;
	padding : 5px 5px 5px 5px;
	text-align : left;
	position : relative;
	top : 0px;
	clear : both;
	font-size: 86%;
}



#centercontent table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}


#centercontent p {
	margin-left: 2%;
	margin-right: 2%;
}


#rightcontent {
	position: absolute;
	right:10px;
	top:95px;
	width:180px;
	background-color : inherit;
	border: 1px solid Black;
	padding : 5px 5px 5px 5px;
	text-align : left;
	font-size: 80%;
}

#rightcontent p {
	margin-left: 2%;
	margin-right: 2%;
}


.caption {
	border-bottom : thin solid Aqua;
	font-size : smaller;
}


A:hover {
	color:black;
	font-weight:bold
}

A:visited {
	color: inherit;
}
A:active {color:red}
A:link {
	color: Navy;
}

	