/*
Copyright (c) 2010, Skyblue Creations ltd. All rights reserved.
*/
.floatLeft { float:left;}
.floatRight { float:right;}
.floatCentre { margin:auto; width:50%; text-align:center;}
.clear { clear:both;}
.clearLeft { clear:left;}
.clearRight { clear:right;}

.pageWidth { width:1018px; margin:auto; position:relative;} 

html, body { background:url(../images/bgrepear.jpg) top left;}
#header { width:100%; background:url(../images/header_bg.png) repeat-x top left; position:absolute; top:0; left:0; z-index:2;}
.logo, .navigation { margin-left:22px; width:198px; float:left;}

#wrapper{ width:1018px; margin:auto; padding-top:100px;}
.homeBoxes { margin-top:30px; height:100%;}
.homeBoxes img { border:1px solid #000;}
.contact { float:left; width:344px; padding:0px 25px 15px 25px;}
.articleBox { float:left; width:260px; border-left:1px solid #461C25; min-height:100%;padding:0 25px 0px 25px;}

.gallery { float:right; width:260px;}
.gallery img { border:none;}
.gallery_content { padding:10px 20px; background:url(../images/gal_rep.png) top repeat-y;}

.gallery p { text-align:center; font-size:11px; color:#999;}

#footer { background:url(../images/footer_bg.png) top left repeat-x; padding:25px 0 10px; font-size:10px;}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 0px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -65px; /* negative value of footer height */
	height: 30px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#nav { text-align:right; margin:30px 0px 20px 15px; float:right;}

