

/* Enter in the dance, plug it in and we begin... */
/* Bray Town Centre Page Layouts */
/* Niall Wilson 2009 */


html, body
{
	margin:0 auto;
	background-image:url(../Images/Backgrounds/Browser_BG.jpg);
	background-repeat:repeat-x;
}

.Header
{
	position:absolute;
	left:0px;
	top:0px;
	height:130px;
	width:100%;
	background-color:#01447B;
}

.Logo
{
	position:absolute;
	left:50%;
	margin-left:-120px;
	top:0px;
	height:130px;
	z-index:9999;
}

.Brand_Wrapper
{
	position:absolute;
	left:0px;
	top:130px;
	height:93px;
	width:100%;
	background-image:url(../Images/Backgrounds/Branding_BG.jpg);
	background-repeat:repeat-x;
}

.Brand_BrayReimagined
{
	position:absolute;
	left:50%;
	margin-left:-360px;
	top:0px;
	height:93px;
	width:240px;
	background-image:url(../Images/Branding/BrayReimagined.jpg);
}

.Brand_FeatureImage
{
	position:absolute;
	left:50%;
	margin-left:120px;
	top:0px;
	height:93px;
	width:310px;
	z-index:9999;
}

.GNS_Wrapper
{
	position:absolute;
	left:0px;
	top:225px;
	height:22px;
	width:100%;
	background-image:url(../Images/Backgrounds/GNS_BG.jpg);
	background-repeat:repeat-x;
}

.Navigation
{
	position:absolute;
	left:50%;
	margin-left:-366px;
	top:225px;
	height:22px;
	width:732px;
	z-index:9999;
}

.Page_Content
{
	position:absolute;
	top:247px;
	left:50%;
	margin-left:-366px;
	width:732px;
	background-color:#FFFFFF;
	text-align:center;
}

.Home_Article
{
	float:left;
	width:240px;
	margin:30px 0px 0px 16px;
}

.Home_Buttons
{
	float:left;
	width:188px;
	height:80px;
	margin:30px 0px 0px 16px;
	text-align:right;
}

.Footer
{
	float:left;
	width:732px;
	height:40px;
	margin:60px 0px 0px 0px;
	border-top:#6ccff6 1px solid;
}

.Col_Small
{
	float:left;
	width:120px;
	height:40px;
	margin:70px 0px 0px 0px;
	text-align:center;
}

.Col_Large
{
	float:left;
	width:480px;
	margin:70px 6px 0px 6px;
}

.Three_Col
{
	float:left;
	width:244px;
	margin:30px 0px 0px 0px;
}

