body {
	margin:20px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	background-position:center;
}
.frameline {
background-image:url(/images/frame_bg.jpg);
background-repeat:repeat-y;
}
.bottom {
background-image:url(/images/bg_bottom.jpg);
background-repeat:repeat-y;
}
p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
}
a {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #5C0100;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #5C0100;
	margin: 15px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #5C0100;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #5C0100;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
}
