body {
	margin:20px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #F21E1B;
}
.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: 13px;
	color: #333333;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
	line-height: 20px;
}
a {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #F21E1B;
	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: #F21E1B;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	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;
}
h6 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
	line-height: 14px;
}
li {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 30px;
	line-height: 16px;
}

