﻿html, body 	{ font-family: verdana, sans-serif; font-size: 0.9em; height: 100%; background: #eee url(/images/header_bg.gif) repeat-x top left; }

.clear	{ clear: both; }

/* Page Wrapper */
#wrapper, .layout-three-column { margin: 0 auto; width: 960px; }

/* Header Section */
#header, #banner	{ width: 960px; height: 180px; }

/* Logo */
.logo { width: 323px; height: 130px; float: left; display: inline; }
.logo a { width: 323px; height: 130px; background: url(images/logo.jpg) no-repeat; display: block; }

/* Container */
#container { margin: 20px 0 0 0; width: 960px; overflow: hidden; }
#container1, #beta { width: 590px; overflow: hidden; float: left; display: inline; }
#container2, #gamma { width: 360px; float: right; display: inline; }
#beta {background:#fff; border:solid 1px #666; padding:5px;}

/*125x125 Adds */
#adds { padding: 15px 0 0 0; margin: 0 0 20px 0; width: 298px; height: auto; background: #FFFFFF; border: 1px solid #DCDCD4; overflow: hidden;}
#adds a { width: 125px; height: 125px; position: relative;}
#adds a img { height: 125px; width: 125px; margin: 0 0 15px 15px; float: left; display: inline; border: 1px solid #DCDCD4; overflow: hidden; }

/*250x250 Adds */
#adds2 { padding: 15px 0 0 0; margin: 0 0 20px 0; width: auto; height: auto; background: #FFFFFF; border: 1px solid #DCDCD4; overflow: hidden;}
#adds2 a { width: 250px; height: 250px; position: relative;}
#adds2 a img { height: 250px; width: 250px; margin: 0 0 14px 23px; float: middle; display: inline; border: 1px solid #DCDCD4; overflow: hidden; }

/* Footer Section */
#footerWrap  { clear: both; margin: 20px 0 0 0; width: 100%; overflow: hidden; background:dodgerblue;}
.footerInner { width: 100%; background:url(/images/footer-bg.gif) repeat-x left top; overflow: hidden; height: 182px; padding-top:10px; color:#cc9; background-color:#333;}
#footer	{ width: 960px; margin: 0px auto; overflow: hidden; }
#footer h2 {color:#ccb;}
div#imageBack	{ width: 100%; overflow: hidden; background:transparent url(/images/footballPitch.gif) no-repeat center; z-index:5; height:200px; display:block; margin-top:-60px;}
div#imageFront { width: 100%; overflow: hidden; background:transparent url(/images/terracedHouses.gif) repeat-x left bottom; z-index:10; height:200px; margin-top:-190px;}


/*////////////////////////////////////////////////*/
/*Reset Elements Margins to 0 */
/*///////////////////////////////////////////////*/

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
/*	background: transparent;  */
}
body {
	line-height: 1.1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Float Clear Fix */
/* Probably originally came from http://www.positioniseverything.net/easyclearing.html */

.clearfix:after, .pkg:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .pkg {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .pkg {height: 1%;}
.clearfix, .pkg {display: block;}
/* End hide from IE-mac */
