@charset "utf-8";
/* CSS Document */

body {
	background: url("../images/body-bg.png") repeat-x #687D68;
	margin: 0px;
}

#header {
	/* height: 187px; */
	width: 960px;
	margin: 0 auto;	
}


h1 a {
	display: block;
	width: 480px;
	height: 80px;
	background-image: url("../images/logolayered.gif");
	text-indent: -9999px;
	outline: 0;
}

.centercontent {
	width: 960px;
	/* top: 200px; */
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.centreposition {
	position: absolute;
	/* top: 200px; */
	width: 60%;
	padding-right: 0px;
	padding-left: 22%;

}

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> */

#centrecontent {
	z-index: 100;
	min-width: 1px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}

#footer {
	padding-left: 175px;
	background-color: #FFFFF7;
}

.left {
	width: 10%;
	position: absolute;
	/* top: 200px; */
	left: 0px;
	padding: 0px;
}



.right {
	width: 20%;
	position: absolute;
	/* top: 200px; */
	right: 0px;
	height: 200px;
}

.outerDiv {
    border:solid 1px #000000;
    width:300px;
    height:150px;
    position:relative;
    color:#FFFFFF;
    font-family:verdana;
    font-weight:bold;
    font-size:11px;
    text-align:center;
    }
  
.nestedDivTL {
    background-color:#FF0000;
    width:100px;
    position:absolute;
    top:10px;
    left:10px;
    }
  
.nestedDivTR {
    background-color:#0000FF;
    width:100px;
    position:absolute;
    top:10px;
    right:10px;
    }
  
.nestedDivBL {
    background-color:#CCCCCC;
    width:100px;
    position:absolute;
    bottom:10px;
    left:10px;
    }
  
.nestedDivBR {
    background-color:#FF8800;
    width:100px;
    position:absolute;
    bottom:10px;
    right:10px;
    }
