@charset "UTF-8";
/* CSS Document */

/*This stylesheet to be overridden by main.css*/

body {
	padding:0;
	margin:10px auto 0;
	width:940px;
	max-width:940px;
	min-width:730px;
	color:#683820;
	background-color:#fffded;
	font-size: 16px;
}
ul {
	list-style:none;
}

