body {
	margin:0px;
	padding: 0px;
}
#headerLayout{
	position:relative; 
	background-image: url(../images/bg.png); 
	background-repeat: repeat-x; 
	height: 215px;
}
#titleimage {
	background: url(../images/CPSI2.png) no-repeat;
	background-position: left;
	width: 800px;
	height: 100px;
}
#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/CPSI.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 227px;
}
#wrapperLayout{	
}
#menu {
float: left;
clear: none;
width: 200px;
padding-top: 10px;
}
#content {
margin-left: 200px;
 padding-bottom: 40px;
top: 0px;
}

#footerLayout{
	float: none;
	margin: 0px 50px 0px 50px;
	padding: 20px 0px 30px 0px;
	height: 75px;
	width:auto;
	clear: both;
}

