html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666;
	background-color: gray;
	background-image: url(gfx/bg-pattern.gif);
	line-height:1.5; 
}


	a {
	color:#CE5394;
	text-decoration: underline;
	}
.menulink {
	text-decoration: none;
	color: #ffffff;

	
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:926px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-y;
clear:both;
}


div#content {
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-y;
clear:both;
}
	

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double gray;
}
	
img#pimg
{
	padding-left:15px;
	padding-bottom:15px;
}
