
.allpage { background-image: url(images_new/bkgrnd.jpg);
    width:800px;
	background-position:center;
	background-repeat: repeat-y;
	}
	
	body {
    background-position:top;
    width:800px;
    background-repeat: repeat-x;
	height:100%;
	background-color:#971b1e;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	}
	
	.top {background-image:url(images_new/top.jpg);
	width:800px;
	height:50px;
	}
	
	.banner {background-image:url(images_new/banner.jpg);
	width:800px;
	height:72px;
	}
	
	.menu {background-image:url(images_new/menu.jpg);
	width:800px;
	height:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}
	
	.content {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
	.bottombar {background-image: url(images_new/bottombanner.jpg);
	width:800px;
	height:118px;
	}
	
	.footer {background-image: url(images_new/footer.jpg);
	width:800px;
	height:76px;
	}
	
	.topandbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style:none;
	
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	
	border-bottom-color: #000000;

}

.threesides {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	
}

			.ourlink {
	width:100%;
	padding-top:10px;
    font-size:10px;
	float:right;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	
}

a.whitelink {
color:#ffffff;
}

a.whitelink:visited {
text-decoration:none;
color:#ffffff;
}

a.whitelink:hover {
	text-decoration: underline;
	color: #531169;
}

	a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #971b1e;
	text-decoration: underline;
}