@charset "UTF-8";
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
}
body {
	background: #efe466 url(../images/bg_yellowwood.jpg) 0px 0px repeat;
	margin: 0px;
}

/* SITE STRUCTURE */

/* HEADER */

div#header{
	position:relative;
	width:100%;
	height:60px;
	background:url(../images/bg_header.png) 0px 0px repeat-x;
}

div#content{
	height:487px;
	width:863px;
	margin:20px auto 0px auto;
	background:url(../images/title.png) 0px 0px no-repeat;
}
