/* CSS Document */

body {
		margin: 0 0 20px 0;
		background-color: #efefe4;
		background-image: url(images/bg.gif);
		background-position: top;
		background-repeat: repeat-x;
	}

table {
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-color: #333333;
	}

a:link, a:active, a:visited {
		color: #3d8a87;
		text-decoration: underline;
	}

a:hover {
		color: #5cb3b0;
	}
	
	
.SpecialEventsContainer {
width: 400px;
padding: 20px; 
border: 1px solid #a2c8c4;
display: block;
margin-left: 50px;
}

hr  {
border: 0;
height: 1px;
color: #a2c8c4;
background-color: #a2c8c4;
width: 100%;
margin: 20px 0;
}
