/* Body is the whole page background */
body
{
	color: black;
	text-align: center;
	margin: 20px 0;
	/* This is page color */
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-image: url(Images/Indeximages/Tinybg_lion3.gif);
}
/* wrapper is background for columns left and right */	   	   
#wrapper
{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background-image: url(Images/Indeximages/Tinybg_lion3.gif);
	background-color: white;
	border-color: #0CF;
	/* this border is around all content */
	border-width: 1px;
	border-style: solid;
}
#header
{
	height: 215px;
	text-align: center;
	margin: 0 0 50px 0;
background-image: url(Images/Indeximages/Tinybg_lion3.gif);
}

/* Left Column */
#left
{
	float: left;
	width: 200px;
	padding: 10px;
	background-color: #FFF;
background-image: url(Images/Indeximages/Tinybg_lion3.gif);
}
/* Right Column */
#right
{
	float: right;
	width: 750px;
	border-left: #0CF;
	color: #333;
	padding: 10px;
	/* This is the background for thr right column */
	background-attachment: fixed;
	border-style: none none outset outset;
	border-width: 0 0 0 2px;
	background-color: #FFF;
	background-image: url(Images/Indeximages/Tinybg_lion3.gif);
}

#footer
{
	clear: both;
	height: 80px;
	text-align: center;
	background-color: #0CF;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	background-image:
}
#footer p
{
	margin-top: 10px;
	font-size: 90%;
	color: #333;
}

p
{
	font-size: 90%;
	color: #000;
}
	
#left p
{
	font-size: 95%;
	color: #666;
	line-height: 1.2em;
}

#right p
{
	font-size: 100%;
	color: #666;
	line-height: 1.2em;
}
#searchsite		
		{
			margin: 40px 14px 0px 10px;
			
		} 
				
		#searchsubmit		/*Move search button to the right*/
		{
			float: right;
		}
h1
{
	color: #33F;
	font-size: 110%;
	border-bottom: #0CF;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
}
h2
{
	font-size: 105%;
	color: #069;
	margin: 12px;
	font-weight: bold;
}
h3
{
	font-size: 95%;
	margin: 12px 5px;
	color: teal;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link
{
	color: blue;
	text-transform: inherit;
	text-decoration: none;
}
a:visited { color: purple; }
a:active { color: blue; }
a:hover
{
	color: green;
	text-decoration: none;
	font-weight: normal;
}	
 img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}