/*
  * == =============================================================
  *	File: layout.css
  *	This file contains the layout styles that apply to every page,
  *	including content, header and footer properties.
  * == =============================================================
  */

div#wrapper {
	margin: 5px auto;
	width: 40em;
}

div#header {
	background: #000000 url(../images/blueSky.png) repeat-x top left;
	height: 100px;
	width: 100%;
}

div#footer {
	background: #CEE3F6 url(../images/blueSky.png) repeat-y top left;
	clear: both;
	height: 30px;
	margin-top: -10px;
	width: 100%;
}

div#content {
	background: #CEE3F6;
	clear: both;
	margin-bottom: 0;
	width: 100%;
}

div#pageContent {
	background: #FEE5AC;
	border-top: 5px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 0;
	color: #000;
	clear: both;
	width: 100%;
}
	
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear: right;
}

.break {
	clear: both;
}
