
	body {
		background-color:#947d47;
		background-image:url(../images/gif/site.background.gif);
		margin:15px;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:18px;
		color:#4F3E16;
	}
	
	#container {	
		background-color:#fbf7ed;
		padding:15px;
	}

	#container h1 {
		margin:15px 0px 0px 0px;
		font-weight:normal;
		font-size:17px;
		line-height:25px;
		color:#10182d;
	}
	#container h1 span {
		font-size:12px;
	}
	#container h2 {
		margin:0px 0px 0px 0px;
		color:#10182d;
		font-size:12px;
		line-height:18px;
		font-weight:normal;
	}
	#container 	a { text-decoration:none; color:#003F5F; }
	#container 	a:hover	{ text-decoration:underline; }