body {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #9BCEF2;
	background-image: url(../assets/iceRink/body_bkd.jpg);
	background-repeat: repeat-x;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 760px;
	text-align: center;
}
#header{
	height:210px;
	text-align:left;
}
.sessions{
	background-image: url(../assets/iceRink/header_bkd.jpg);
	background-repeat: no-repeat;
}
.rules{
	background-image: url(../assets/iceRink/header_bkd-rules.jpg);
	background-repeat: no-repeat;
}
.gallery{
	background-image: url(../assets/iceRink/header_bkd-gallery.jpg);
	background-repeat: no-repeat;
}
#header ul{
	padding-top:5px;
	margin:0px;
}
#header img{
	float:left;
	margin-right: 5px;
}
#header li{
	display:inline;
	background-image: url(../assets/iceRink/header_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;	
}
#header li a{
	font-size: 0.9em;
	color:#ffffff;
	text-decoration:none;
}
#header li a:hover {
	text-decoration:underline;
}
h1{
	margin:10px 0px 20px 0px;
	padding:5px;
	text-align:left;
	font-size:1em;
	background-color:#ffffff;
	color:#0088CF;
	border: 1px solid #0088CF;
}
.offer{
	margin:10px 0px 20px 0px;
	padding:5px;
	text-align:left;
	font-size:1em;
	background-color:#ffffff;
	color:#0088CF;
	border: 1px solid #0088CF;
	font-weight:bold;
	clear:both;
}
.offer span{
	text-decoration:blink;
	color:#f00;

}
a img{
	border: none;
}
#content {
	text-align:left;
}
.clear {
	clear: both;
}
#footer{
	color:darkblue;
	font-size:.9em;
	text-align:center;
	margin: 10px auto 0px auto;
}
p{
	font-size:.9em;
}
#skate_party{
	padding:0 20px;
}
#skate_party h1{
	font-size:2em;
	background-color:transparent;
	border:0;
	color:#4A5A83;
}
#skate_party h1 strong{
	text-transform:uppercase;
	display:block;
}
#skate_party img{
	float:right;
}
#skate_party p,#skate_party ul{
	color:#4A5A83;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;
}