/**/
DIV#page {width:776px; margin:0px auto;}

/*COMPONENTS*/

div.header a.logo img{
	margin: 15px 0 0 25px;
}

p.banner{
	margin-left: -15px;
}

p.left-wrap {
	float: left;
	padding: 0 15px 0 0;
	margin-left: -5px;
}

p.right-wrap {
	float: right;
	padding: 0 0 0 15px;
	margin-right: -5px;
}


div.content div.body-text p {
	text-align: left;
}

div.left-column, 
div.right-column {
	width: 40%;
	float: left;
	margin: 5px 20px 0 0;
}
div.right-column {
	float: right;
}
	a.left-advert, 
	a.right-advert{
		padding-right: 202px;
		height: 68px;
		display: block;
	}
	a.more-news,
	a.more-events,
	a.read-our,
	a.view-blog{
		padding-right: 100px;
		height: 9px;
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	a.read-our{
		padding-right: 138px;
		bottom: 25px;
		right: 10px;
	}
	a.view-blog{
		padding-right: 138px;
		bottom: 25px;
		right: 10px;
	}
	
		a.left-advert{
			background: url(../img/left-advert.gif) 0 0 no-repeat;
		}
		a.right-advert{
			background: url(../img/right-advert.gif) 0 0 no-repeat;
		}
		a.more-news {
			background: url(../img/more-news-btn.gif) 100% 0 no-repeat;
		}
		a.more-events {
			background: url(../img/more-event-btn.gif) 100% 0 no-repeat;
		}
		a.read-our {
			background: url(../img/read-our-infosheets-btn.png) 100% 0 no-repeat;
		}
		a.view-blog {
			background: url(../img/view-blog-btn.png) 100% 0 no-repeat;
		}
		
		a.left-advert span, 
		a.right-advert span,
		a.more-news span, 
		a.more-events span,
		a.read-our span,
		a.view-blog span{
			display: none;
		}
		a.left-advert:hover,
		a.right-advert:hover {
			background-position: 0 -68px;
		}
		a.more-news:hover, 
		a.more-events:hover,
		a.read-our:hover,
		a.view-blog:hover{
			background-position: 100% -9px;
		}
	
	div.left-column div.content, 
	div.right-column div.content {
		width: 100%;
		padding-top: 25px;
		background: url(../img/news-header.gif) 0 0 no-repeat;
		margin-top: 30px;
		position: relative;
		min-height: 143px;
		padding-bottom: 20px;
	}
	div.right-column div.content {
		background: url(../img/calendar-header.gif) 0 0 no-repeat;
	}
		div.left-column div.content p, 
		div.right-column div.content p,
		div.i-would-like div.content p{
			font-weight: normal;
			line-height: 12px;
			letter-spacing: 0px;
			margin: 0;
			padding: 3px 0;
		}

div.i-would-like {
	width: 194px;
	background: #e5f3fc url(../img/i-would-like-bg.gif) 0 0 no-repeat;
	position: relative;
	margin-top: 50px;
	padding-top: 80px;
	padding-bottom: 50px;
}

div.inside div.i-would-like {
	width: 200px;
	margin-left: -6px;
}

div.inside div.i-would-like {
	margin-top: 40px;
}

	div.i-would-like div.content{
		margin: 0 0 0 13px;
		float: none;
		width: 160px;
	}
	div.i-would-like div.content a{
		color: #48a1db;
	}
	div.i-would-like div.content a:hover{
		color: #8a8e8f;
	}

a.our-location{
	padding-right: 194px;
	height: 26px;
	display: block;
	margin: 3px 0;
}
	a.our-location {
		background: url(../img/our-location-btn.gif) 0 0 no-repeat;
	}
	a.our-location span{
		display: none;
	}		
	a.our-location:hover {
		background-position: 0 -26px;
	}
	
div.blog {
	width: 194px;
	background: url(../img/blog-bg2.gif) 0 0 no-repeat;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
}
	div.blog div.content{
		width: 160px;
		margin: 0 0 0 8px;
		float: none;
	}
	div.blog div.content p {
		padding: 2px 2px;
		line-height: 15px;
		text-align: left;
	}
	div.blog div.content p.title{
		color: #48a1db;	
		font-weight: bold;
	}
	
div.side-tiles {
	margin-left: -8px;
	margin-top: 15px;
}
div.side-tiles a {
	margin: 0 0 5px 0;
}

div.copyright {
	position: absolute;
	bottom: -13px;
	right: 7px;
	color: #95d3fb;
	text-transform: uppercase;
	font-size: 10px;
}
	div.copyright a {
		color: #95d3fb;
	}
	div.copyright a:hover {
		color: #fff;
	}
	
	/*GALLERY*/



ul#gallery-list {

	width: 100%;

	padding: 0;

	margin-left: -4px;

}

	ul#gallery-list li{

		list-style: none;

		float: left;

		margin: 0;

		padding: 0;

	}

	ul#gallery-list li img{ 

		margin: 4px;

		padding: 0;

	}
