
body {
	margin:10px;
	padding:10px;
	background:#FFF;
	color:#11033a;
	font-family: garamond, "book antiqua", "times new roman", serif;
	text-align:center;/*centre for ie5 */
}

#container {
	width:900px;
	background:#FFF;/*this colour will be left column colour */
	margin:auto;/* centre for compliant browsers*/
	text-align:left;
	border:1px solid #red;
}

#header {
	height:200px;
	border-bottom:0px solid #blue;
	background: #fff;
	text-align:center;
}

#left {
	margin-left:-649px;/*must be 1 pixel less than width */
	float:left;
	width:650px;/* this width is the same as the margin on #middle */
	position:relative;
	left:-2px;/* line it up exactly without losing pressure on footer*/
}

#left p {padding-left:5px}

#middle {
	border-left:0px solid #green;
	background: url(rightBG.png);/* background colour of right column */
	background-repeat: repeat-x;
	margin-left:650px;/*this is the space for the left column */
}

#inner {
	background-image: url(torn_notepaper.png);
	background-position: top center;
	background-repeat: no-repeat;
	width:100%;
	float:left;
	margin-right:-1px}/* contain cleared elements from clearing other floats*/

#footer {
	clear:both;
	border-top:0px solid #000;
	height:50px;
	background: #fff;
	text-align:center;
	font-size: .8em;
}

h1,h2,h3, {
	margin-top:0;
	text-align: center;
}

/* clear without structural mark-up from PIE website*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

 /* mac hide \*/
    * html .clearfix {height: 1%;}
      .clearfix {display: block;}
 /* End hide */
/* do not change or amalgamate clearfix styles*/


a img {
	text-decoration: none;
	border: none;
}

.icons {
	text-align: center;
	margin: 0 auto;
	padding: 7px;
}

.icons a img {
	border: 1px solid #a18dd8;
}

.navList {
	margin-top: 35px;
}


ul.navList {
	list-style-type: none;
}

.navList li a {
	text-decoration: none;
}

.center {
	text-align: center;
}