/* start template */
@import "editor.css";
@import "menu.css";
body{
	font-size: 14px;
	font-family:  'Georgia',Verdana, Arial, Sans-Serif;
	background:#FFF7E7;
	background-image: url('img/bg.gif');
	background-repeat:repeat-x;
	color : #225588;
}

