@charset "utf-8";
h1 {
	color:#0B780D;
	padding:30px 0px 0px 0px;
}
#content {
	width: 800px;
	margin:auto;
}
ul {
	list-style-position: inside;
	padding:0px;
}
p {
	text-align:center;
}
#header {
	background-image: url(images/calibralogo_repeat.jpg);
	background-repeat: repeat-x;
	height:76px;
}
#header img {
	float:left;
}
#warranty {
	color: #FF0000;
}
#seperator {
	margin:5px 0px 2px 0px;
	background-image:url(images/line.jpg);
	background-repeat: repeat-x;
	width:800px;
	height:5px;
}

