	body {
		margin:0; padding:0; font:normal 11px arial; background:#f4f4f4; color:#363636;
	}

	a {
		color:#333333;
	}
	
	a:hover {
		text-decoration:none;
	}
	
	#header {
		text-align:center; background:url(img/hp_top_bg.jpg);
	}
	
	#cont_faker {
		background:#ffffff;
	}
	
	#container {
		width:553px; margin:0 auto; padding-top:0px;
	}
	
	#foot_faker {
		background:url(img/footer_bg.jpg); height:105px;
	}
	
	#footer {
		width:553px; margin:0 auto; padding-top:30px; text-align:center;
	}
	
	#container p {
		line-height:15px;
	}
	
	
	/* site buttons */
	
	.button_blue {
		color:#ffffff; text-decoration:none; display:block; cursor:pointer;
	}
	
	.button_blue .left {
		height:21px; width:3px; float:left; background:url(img/button_blue_left.gif);
	}
	
	.button_blue .text {
		height:17px; float:left; background:url(img/button_blue_bg.gif); padding:2px 14px;
	}
	
	.button_blue .right {
		height:21px; width:3px; float:left; background:url(img/button_blue_right.gif);
	}
	
	
	.button_green {
		color:#ffffff; text-decoration:none; display:block; cursor:pointer;
	}
	
	.button_green .left {
		height:21px; width:3px; float:left; background:url(img/button_green_left.gif);
	}
	
	.button_green .text {
		height:17px; float:left; background:url(img/button_green_bg.gif); padding:2px 14px; font-weight:bold;
	}
	
	.button_green .right {
		height:21px; width:3px; float:left; background:url(img/button_green_right.gif);
	}
	
	fieldset{
		-moz-border-radius:8px;
		border:1px solid #7F9DB9;
	}
	
#footer-menu{
	text-align: center;
}