body {
	font-family: Glypha, Lucida, "Courier New", Courier;
	color: #0e326e;
	font-size: 14px;
	line-height: 1.333em;
	margin: 0;
	padding: 0;
	background: url("images/bg.gif") top left repeat-y #69729f;
}
a img {
	border: none;
}
h2 {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}
#page {
	position: relative;
	width: 800px;
	padding-top: 30px;
}
#glow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#bg_image {
	position: absolute;
	top: 119px;
	right: 0;
}
#logo {
	position: relative;
	margin-left: 150px;
	z-index: 2;
}
#header {
	margin-bottom: 20px;
}
#sidebar {
	position: relative;
	float: left;
	z-index: 2;
	margin-right: 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
#sidebar ul a {
	display: block;
	width: 142px;
	height: 75px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}
#sidebar ul a:hover {
	background-position: bottom left;
}
#home_btn {
	background-image: url("images/home_btn.png");
}
#products_btn {
	background-image: url("images/products_btn.png");
}
#contact_btn {
	background-image: url("images/contact_btn.png");
}
#right {
	position: relative;
	z-index: 2;
	margin-left: 162px;
	width: 330px;
	padding-right: 308px;
	min-height: 650px;
}
#footer {
	position: relative;
	z-index: 2;
	margin-top: 30px;
	margin-left: 30px;
	font-size: 12px;
	color: #333;
	padding-bottom: 10px;
}
#footer span {
	float: right;
	margin-right: 30px;
}
.clear {
	height: 0;
	clear: both;
}
#rainbow_logo {
	position: absolute;
	right: 30px;
	bottom: 50px;
}
