@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
.container{
	position:absolute;
	width:757px;
	height:800px;
	z-index:0;
	left: 15%;
	top: 0;
}
.left_side {
	position:absolute;
	width:137px;
	height:600px;
	z-index:1;
	left: 5px;
	top: 162px;
}

.content {
	background:url(../images/bg2_07.png); /*Within the Table */
	background-repeat:no-repeat;
}

.content_info {
	width:458px;
	height: 590px;
	left: 141px;
	position: absolute;
	top: 166px;
	z-index:1;
}
.content_info_products { /*Only for the Product Pages*/
	width:748px;
	height:580px;
	left: 7px;
	position: absolute;
	top: 160px;
	overflow-y: scroll;
	overflow-x:hidden;
	z-index:1;
}
.content_info_text{
	font:"Times New Roman", Times, serif;
	color:#009;
}
h1 {
	color:#006;
}
.things {
	position:absolute;
	width:147px;
	height:599px;
	z-index:1;
	right: 5px;
	top: 162px;
}
.footer {
	position:absolute;
	top:755px;
	width:100%;
	color:#FFF;
	font-size:10px;
}
.content tr td #content_info p {
	text-align: justify;
	color: #006;
}
.content tr td #content_info {
	text-align: justify;
}
.content tr td #content_info {
	color: #006;
}
.content tr td .content_info_products p {
	color: #00C;
}
