@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #4E0100;
	background-image: url('../images/c1.jpg');
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
}
#santa {
	margin: 0 auto 0 auto;
	width: 780px;
	background-image: url('../images/bkg.png');
	background-repeat: repeat-y;
}
#header {
	width: 740px;
	margin: 0 auto 0 auto;
	background-image: url('../images/header.png');
	height: 61px;
}
#body {
	width: 740px;
	margin: 0 auto 0 auto;
}
#body #left {
	float: left;
	width: 201px;
}
#body #left #menu {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
}
#body #left #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 12px;
	padding-left: 20px;
}
#body #left #menu ul li {
	color: #fff;
	line-height: 26px;
	margin: 1px;
}
#body #left #menu ul li a {
	text-decoration: none;
	color: #fff;
}
#body #right {
	float: right;
	width: 538px;
}
#body #right #heading {
	width: 538px;
	height: 32px;
	background-image: url('../images/heading.png');
	background-position: right;
	color: #fff;
}
#body #right #heading h1 {
	margin: 0;
	padding: 8px;
	font-size: 12px;
}
#body #right #article {
	color: #fff;
	padding: 8px;
	text-align: center;
}
#body #right #article a {
	color: #FC0;
	font-size: 16px;
	text-decoration: none;
}
#body #right #article2 {
	color: #fff;
	padding: 8px;
	text-align: left;
}
#footer {
	width: 740px;
	margin: 0 auto 0 auto;
}
