.content {
	background-image: url(images/site-frame/cont.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 40px;
}
.side-cont {
	background-image: url(images/site-frame/side-cont.jpg);
	background-repeat: repeat-y;
}

.footer {
	background-image: url(images/site-frame/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	padding-left: 130px;
}
.footer a:link{
	color:#009933;
	text-decoration:none;
}
.footer a:hover{
	color:#009933;
	text-decoration:underline;
}
.footer a:visited{
	color:#009933;
	text-decoration:none;
}
