/* Most of this css except for the rollovers was taken from glish.com's css layouts*/
/*The css for the rollovers came from an article on evolt.org by Simon Coggins*/
/*My sincere thanks to those who make their knowledge freely available*/
#leftcontent {
position: absolute;
left:15px;
top:165px;
width:160px;
	}

#centercontent {
background:#000;
margin-top:160px;
margin-left: 170px;
margin-right:230px;
margin-top:167px;
width:330px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 200px;
margin-right:150px;
	}
html>body #centercontent {
margin-left: 172px;
margin-right:232px;
	}

#rightcontent {
position: absolute;
left:550;
right:5px;
top:162px;
width:180px;
height:200px;
}

#rightcontent2 {
position: absolute;
left:550;
right:5px;
top:210px;
width:300px;
height:300px;
background-color:f8efd8;
border: 2px solid #336633;

	}
	
#centercontentnew {
position: absolute;
left:190px;
top:167px;
width:350px;
	}
	

#navi a , #navi strong {
  color: #fff;
  font: 11px Arial,Helvetica,sans-serif;
  font-weight: bolder;
  text-decoration: none;
  display: block;
  width: 130px;
  padding: 3px 5px;
  margin: 3px;
  
}

#navi strong {
  font-weight: bold;
  background: #000;
}

#navi a {
 background: #336633;
 border: 1px solid #336633;

}

#navi a:hover {
  background: #f8efd8;
	color: #000;
	border: 1px solid #336633;


}
#bar {width: 100%;
    height: 118px;
    background: #faf6ed;
    display: block;
    }
body{
  background-color:#faf6ed;
margin:0px 0px 0px 0px;
background-image: url(images/bkgd.jpg);
background-repeat: no-repeat;
background-position: 0px 150px;
padding:0px;
font: 12px Arial, sans-serif;
line-height: 18px; /*makes sense to put this here I guess*/
scrollbar-base-color:#e3dbc9;
scrollbar-shadow-color:#f5dcdc;
    }
p,h1,h2,h3 {
		padding:5px 5px 0px 5px;
		}

p, ul {
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: 500;
	color: #000;
}
h1 {
	font-size: 18px;
	font-family: arial, sans-serif;
    font-weight: bold;
	color: #cc3300;
	
}
h2 {
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #cc3300;
}
h3 {
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight:700;
	color: #0a7dac;
}
form {
	padding: 10px;
}
input.signup {
		background-color: #ffffcc;
		color: #ffffcc;
		}
	a:link {
		color: #bd212b;
		}
	a:visited {
		color: #000;
		}
	a:hover{
		color: #336633;
		}
	.title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #fff;
		font-weight: 600;
		background-color: #369;
		}
.caption{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #cc3300;
	font-weight: 700;
	}
.copyright{
	font-size: 9px;
	font-family: arial, sans-serif;
	color: #000;
