/* My style sheet for testing */

BODY		{
			margin:0 auto;
			padding: 0px;
			background: #997E4F url(extra-images/lighttodark-brown.jpg) top repeat-x;
			text-align: center; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
	        	font-size: 1.0em;
			/* background-color: #002535; blue */
		}

#maincontainer-border	{

			margin-left: auto;
			margin-right: auto;
			width: 796px;
			border-left: 1px solid #DBC093;
			border-right: 1px solid #DBC093;
}

#maincontainer	{
			margin-left: auto;
			margin-right: auto;
			width: 756px;
			text-align: left;
			background-color: #FFFFFF;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			clear: both;
}

#header	{
			position: relative;
			z-index: 1;
			height: 173px;
			width: 756px;
			background: #997E4F url(extra-images/header4.jpg) top;
}

#header-text	{
			position: relative;
			text-align: center;
			padding-top: 20px;
			color: #333333;
		}

#header-subtext	{
			line-height: 200%;
			font-size: 0.9em;
			font-weight: bold;
			font-style: italic;
			font-family: Arial, Helvetica, sans-serif;
			color: #333333;
		}


h1	{
		margin: 0px;
		padding: 0px;
	}

h1 a	{
		font-style: normal;
		text-decoration: none;
		color: #333333;
	}

h1 a:visited	{
		font-style: normal;
		text-decoration: none;
		color: #333333;
	}

h1 a:hover	{
		font-style: normal;
		text-decoration: none;
		color: #FFFFFF;
	}

h2	{
		margin: 0px;
		padding: 0px;
		padding-left: 6px;
		font-size: 13pt;
	}

p	{	
		margin: 0px;
		padding: 4px;
		font-size: 0.9em;
	}

a	{
		font-style: normal;
		text-decoration: none;
		color: #0000FF;
	}

a:visited	{
		font-style: normal;
		text-decoration: none;
		color: #000099;
	}

a:hover	{
		font-style: normal;
		text-decoration: underline;
		color: #FF9001;
	}		

#soc-bookmarks	{
			padding-top: 30px;
			text-align: center;

		}

#soc-bookmarks img	{
			padding: 6px;

		}

#sidebar-left	{
			vertical-align: top;
			width: 160px;
			background-color: #ffffff;
			text-align: left;
		}

#sidebar-left p	{
				font-size: 0.8em;
			}

#sidebar-right	{
			background: #ECDDC6 url(extra-images/darktolight-brown.jpg) top repeat-x;
			border: 1px solid #CDBEAA;
			vertical-align: top;
			width: 134px;
			text-align: left;
		}

#sidebar-right p	{
				font-size: 0.7em;
			}

#thetable	{
			margin-top: 0px;
			padding-top: 0px;	
}

#itemholder	{
			padding-left: 8px;
		}

.item	{
		text-align: left; 
		border: 1px solid #CDBEAA;
		background: #ffffff url(extra-images/corner-br.png) bottom right no-repeat ;
		padding: 10px;
		margin-bottom: 10px;
		vertical-align: bottom;
		width: 400px;
	}

.item img		{
			padding: 8px;
			padding-right: 12px;
		}

.item p		{
			font-size: 0.8em;
		}

.step	{
		text-align: left; 
		border: 1px solid #CDBEAA;
		background: #ffffff url(extra-images/corner-br.png) bottom right no-repeat ;
		padding: 2px;
		margin-bottom: 10px;
		vertical-align: bottom;
		width: 416px;
	}

.step img		{
			padding: 4px;
			padding-right: 14px;
		}

.step p		{
			padding: 8px;	
			font-size: 0.8em;
		}

#footer	{
			position: relative;
			height: 74px;
			text-align: center;
			width: 756px;
			background: #997E4F url(extra-images/footer.jpg) top;
			margin-top: 0px;
}

#footer-subtext	{
			padding-top: 40px;
			line-height: 200%;
			font-size: 0.9em;
			font-weight: bold;
			font-style: italic;
			font-family: Arial, Helvetica, sans-serif;
			color: #333333;
		}

blockquote.style1 {
			width: 246px;
			font: 14px/20px italic Times, serif;
			padding: 6px;
			background-color: #faebbc;
			border-top: 1px solid #e1cc89;
			border-bottom: 1px solid #e1cc89;
			margin: 5px;
			background-image: url(extra-images/openquote1.gif);
			background-position: top left;
			background-repeat: no-repeat;
			text-indent: 23px;
}

blockquote.style1 span {
			display: block;
			background-image: url(extra-images/closequote1.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
   }

ul {
	list-style-type: none;
	list-style-position: inside;
	margin:0;
	padding:0; 

	}

li	{
		margin: 0px;
		padding: 4px;
		font-size: 0.7em;
	}

