@charset "UTF-8";
body {
	background-attachment: scroll;
	background-image: url(images/ces_background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#header {
	height: 200px;
	width: 100%;
	background-image: url(images/ces_banner.jpg);
}

#content {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	width: 555px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	background-image: url(images/content_background.png);
	}
#content p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
	text-align: justify;
}
#content h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #be1e2d;
}

#sidebar {
	width: 175px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#sidebartop {
	width: 100%;
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 78.7px;
	}
#home-button {
	width: 100%;
	float: left;
	}
#services-button {
	width: 100%;
	float: left;
	}
#products-button {
	width: 100%;
	float: left;
	}
#contact-button {
	width: 100%;
	float: left;
	}
#sidebarbottom {
	width: 100%;
	background-image: url(images/sidebar_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 24.54px;
}
#footer {
	height: 83px;
	width: 100%;
	clear: both;
	background-image: url(images/ces_footer.png);
	background-repeat: no-repeat;
}

