body {
	background-image:url('greenbg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	
	text-align:center;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	height:105px;
	
	
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
}
#page_content {

	position: relative;
	width: 100%;
	background-image:url('purplebg.jpg');
	background-repeat:repeat-x;
	background-position:50% bottom;
}
#column_m{


	width: 150px;
	margin: 0;	
	position: absolute;
	

	}
}
#footer {
  
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}

/* Styles for Footer */
#footer p {
font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
font-size:20px;
	color: #393939;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
