/* Main layout boxes*/
#wrapper {
	margin-left: -400px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 600px;
	width: 800px;
	left: 50%;
	top: 0;
	background-image: url(images/background/background%20full%20800x600.jpg);
	background-repeat: no-repeat;
}

/* left hand side of  page containing just the picture*/
#picture {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	height: 550px;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index: 2;
}

/* area above main content containg the page description and logo holders*/
#banner {
	overflow: visible;
	visibility: visible;
	height: 125px;
	width: 600px;
	left: 200px;
	top: 0px;
	position: absolute;
	z-index:3;
}

/*  box for  editable region for text */
#maincontent {
	overflow: auto;
	height: 425px;
	width: 600px;
	left: 200px;
	top: 125px;
	z-index: 4;
	position: absolute;
	visibility: visible;
	font-size: x-small;
}

/* navigation bar running width of page*/
#navigation {
	overflow: visible;
	height: 30px;
	width:800px;
	left: 0px;
	top: 550px;
	z-index: 5;
	position: absolute;
	visibility: visible;
	margin: 0px;
}

/* running width of page below naviagtion containing home back and copyright */
#footer {
	overflow: hidden;
	height: 20px;
	width: 800px;
	z-index: 6;
	position: absolute;
	text-align: center;
	visibility: visible;
	left: 0px;
	top: 580px;
	font-size: x-small;
	line-height: 10px;
	padding-top: 10px;
}

/*  editable region giving the page description */
#page_description {
	overflow: hidden;
	height: 50px;
	width: 400px;
	left: 0px;
	z-index: 7;
	position: absolute;
	top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	visibility: visible;
}

/* the logo is here under a spacer that is the home button*/
#logo {
	overflow: hidden;
	position: relative;
	visibility: visible;
	height: 125px;
	width: 200px;
	left: 400px;
	top: 0px;
	z-index:8;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(images/background/background%20side%20bar%20100x600.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: justify;
}

/* navigation buttons in the navigation bar */
#navone, #navtwo, #navthree, #navfour, #navfive {
	height: 30px;
	width: 160px;
	position: absolute;
	top: 0px;
	text-align: center;
	display: inline;
	padding-top: 5px;
}
#navone{
	left:0px;
}
#navtwo{
	left:160px;
}
#navthree{
	left:320px;
}
#navfour{
	left:480px;
}
#navfive{
	left:640px;
}
/* end of navigation bar */


/*  footer bar buttons*/
#back, #home {
	width:100px;
	position:absolute;
	top:0px;
	text-align:center;
	padding-top:10px;
}
#back{
	left:0px;
}
#home{
	left:100px;
}
#copyright{
	width:200px;
	position:absolute;
	top:5px;
	text-align:right;
	font-size: xx-small;
	color: #FF0000;
	left: 600px;
	height: 10px;
}
/* end of footer bar buttons */


/*   main page division*/
#pagetitle {
	position: absolute;
	height: 75px;
	width: 600px;
	left: 0px;
	top: 0px;
	z-index: 10;
	padding-top: 25px;
	overflow: visible;
}
#columnone {
	height: auto;
	width: 295px;
	left: 0px;
	position: absolute;
	top: 100px;
	z-index: 11;
	padding-right: 5px;
}
#columntwo {
	position: absolute;
	height: auto;
	width: 295px;
	left: 300px;
	top: 100px;
	z-index: 12;
	padding-left: 5px;
}

#bottomrow {
	position: absolute;
	z-index: 13;
	height: 20px;
	width: 600px;
	display: block;
	bottom: 0px;
	padding-bottom: 10px;
}
#spaced {
	text-align: justify;
	line-height: 20px;
	width: 600px;
	display: block;
	z-index: 19;
	position: relative;
}
