body{
	
	background-image: url("images/brickbackground.jpg");}

#content{
	
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-family:verdana,tahoma,arial;
	font-size:12px;

	}
#header{
	width:100%;
	height:150px;
	background-image: url("images/greenlogo.jpg");
	background-repeat: no-repeat;
	}
#main{
	width:700px;
	float:right;
	}
#toolbarspace{
	width:100%;
	height:75px;
	background-image: url("images/tb-background.jpg");
	}
#toolbar{
	background-image: url("images/toolbar.jpg");
	background-repeat:no-repeat;
	background-position: center center;
	height:100%;
	width:100%;
	}
#maincontent{
	padding-left:155px;
	color:#003333;
	padding-right:5px;
	width:540px;
	background-color:#cc9966;
	background-image: url("images/leftpictures.jpg");
	background-repeat: no-repeat;
	}
#rightcontent{
	float:right;
	color:#663333;
	margin-top:75px;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	border-style:groove;
	border-width:7px;
	border-color:#663333;
	}
#leftpanel{
	background-image: url("images/leftgreen.jpg");
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:50px;
	}





#header span{
	padding:7px;
	background-color:#cc9966;
	font-size:13px;
	font-weight:bold;
	color:#003333;
	position:relative;
	top:120px;
	left:350px;
	}
#toolbar a:link{
	color:#cc9966;
	font-weight:bold;
	text-decoration:none;
	}
#toolbar a:visited{
	color:#cc9966;
	font-weight:bold;
	text-decoration:none;
	}
#toolbar a:hover{
	color:#cccc66;
	font-weight:bold;
	text-decoration:none;
	}
#toolbar span {
	position:relative;
	top:25px;
	left:50px;
	}
h1{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	}
.heading{
	font-size:14px;
	text-align:center;
	font-weight:bold;
	}
	
