@import url("layout.css");

Body{
	background: url(../img/bg-2.gif) repeat-y top left;
	}

.top-left{
	background: #CCC48F;
	}

.bot-left{
	background: #807A59;
	}

.top-right{
	background: url(../img/topl.gif) repeat-y top left #BFB360;
	}

.bot-right{
	background: #E6E2CF;
	}

.footer{
	color: #000;
}

#main{
	background: #E6E2CF;
}
	
ol.decimal{
	background: #E6E2CF;
}

h1,h2,h3,h4{
	color: #67395C;
 }

h5{
	color:#000;
}

a.main{
	color: #000;
}

a.main:hover{
	color: #FFFF00;
}

a.style1{
	background-color: #BFB360;
}

a.style2{
	background-color: #5D6080;
}

a.style3{
	background-color: #BF608A;
}

a.foot{
	text-decoration: none;
	color: #006633;
}

a.foot:hover{
	text-decoration: underline;
	color: #CC3300;
}


