BODY {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 80px;
	margin-bottom: 80px;	
	background-color: #ffffff;
}
DIV.page-header-title {
	  color: #111111;
}
IMG.page-header-logo { height: 100px; }
DIV.page-header-subtitle {
	font-style: italic; 
	margin-bottom: 10px; 
	font-size: 14px; 
	text-align: center;
}
DIV.page-footer {
	color: white;
}
DIV.page-footer-text{
	xbackground-color: #ccccff;
	color: #111111;
	text-align:right;
	padding: 10px 40px 10px 0px;
}
DIV.site-left {
  border: 3px solid blue; width: 100px; height: 400px;
		background-color: #ccccff;
	  color: #111111;
}
DIV.site-right {
    border: 3px solid blue; width: 100px; height: 400px;
		background-color: #ccccff;
	  color: #111111;
}
DIV.site-header {
    border: 3px solid blue; height: 100px;
		background-color: #ccccff;
	  color: #111111;
}
DIV.site-footer {
    border: 3px solid blue; height: 100px;
		background-color: #ccccff;
	  color: #111111;
}

DIV.group-header {
		background-color: #ffaaaa;
	  color: #111111;
	  border: 3px solid red; 
}
DIV.group-footer {
		background-color: #ffaaaa;
	  color: #111111;
	  border: 3px solid red; 
}
DIV.group-left {
    border: 3px solid red; 
		background-color: #ffaaaa;
	  color: #111111;
    width: 80px; height: 300px;
}
DIV.group-right {
    border: 3px solid red; 
		background-color: #ffaaaa;
	  color: #111111;
    width: 150px; height: 500px;
}

