@charset "utf-8";

body {
	background-image: url(squeeze-images/body_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans serif;
	font-size: 13px;
}
#header {
	background-image: url(squeeze-images/header.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 920px;
}
#squeeze-content-wrapper {
	background-image: url(squeeze-images/sides.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
}

#squeeze-content {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#squeeze-main-content {
	float: left;
	width: 500px;
}
#squeeze-sidebar {
	float: right;
	width: 300px;
}
#squeeze-footer {
	background-image: url(squeeze-images/footer.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 920px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 25px;
	clear: both;
}
#squeeze-wrapper #squeeze-footer p {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}




#squeeze-wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#squeeze-headline {
	text-align: center;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#squeeze-wrapper #squeeze-content-wrapper #squeeze-content #squeeze-headline h1 {
	color: #CC0000;
	margin-top: 0px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.2;
}
#squeeze-wrapper #squeeze-content-wrapper #squeeze-content #squeeze-sidebar h1 {
	font-size: large;
	color: #CC0000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red {
	color: #CC0000;
}
ul {
	line-height: 1.2;
}
.hide {
	display: none;
}
