* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #1D4553;
}

#page {
	width: 780px;
	margin: 0px auto;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 171px;
}

#header ul.menu {
	padding: 25px 0px 0px 40px;
}

#header a {
	text-decoration: none;
	color: #1D4553;
}

#header ul.menu li {
	list-style: circle;
}

p.precontent {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 780px;
}

p.postcontent {
	background-image: url(../images/content_footer.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 780px;
}

#content {
	background-image: url(../images/content_bgr.jpg);
	background-repeat: repeat-y;
	width: 740px;
	padding: 0px 20px 0px 20px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 18px;
}