/* -----------------------------------------------
	East Coast Bays Rugby Club
----------------------------------------------- */

/*----------------------------------------------- 
	GLOBAL RESET 
-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/*----------------------------------------------- 
	LAYOUT 
-----------------------------------------------*/

	#container {
		width:900px;
		margin:auto;	
	}
	
	/*----------------------------------------------- 
		Header 
	-----------------------------------------------*/
	
	#header {
		height:150px;		
	}
	
		#header-logo {
			float:left;
			margin-top:10px;
			height:89px;
			border:1px #006600 solid;
			width:244px;
			margin-bottom:15px;
		}
		
		#header-space {
			float:left;
			width:652px;
			height:70px;
		}
		
		#header-path {
			float:left;
			height:20px;
			width:632px;
			margin-left:10px;
			padding-left:10px;
			border:#666 1px solid;
			line-height:20px;
			background-image:url(/images/checked-bg-top.png);
		}
		
		#main-nav {
			clear:left;
			height:30px;
			border:1px #333 solid;
			margin-bottom:10px;
			background-image:url(/images/nav/bg.png);
			background-repeat:repeat-x;
			padding-left:15px;
			padding-top:3px;
		}
			
	
/*----------------------------------------------- 
	Main Content 
-----------------------------------------------*/
	
#main-content {
	width:900px;
	margin-top:20px;
}

#content-end {
	clear:both;
}

/*----------------------------------------------- 
	Footer Content 
-----------------------------------------------*/

#footer {
	background-image:url(/images/layout/footer-bg.png);
	background-repeat:repeat-x;
	height:30px;
	text-align:center;
	font-size:10px;
	line-height:30px;
	color:#FFF;
	margin-top:20px;
}

/*----------------------------------------------- 
	FORMAT
-----------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/layout/bg.png);
	background-repeat:repeat-x;
	color:#999;
	background-color:#000;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;	
	font-weight:bold;
	color:#006900;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight:bold;
	color:#006900;	
}

a {
	color:#006900;
}

a:hover {
	color:#00cc00;
}

img {
	border:none;
}

/*----------------------------------------------- 
	CLASSES
-----------------------------------------------*/

.alt-nav-img {
	padding-top:3px;
	float:left;
	width:37px;
	text-align:center;
}

.alt-nav-img img {
	border:none;
}

.logo-img {


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

