body
{
	background-color: #cee0f2;
	width: 100%;
	margin:0px;
	padding: 0px;
	text-align: center;
}

a {text-decoration:underline;}
a:hover {text-decoration:none;}

div#container
{
	width:800px;
	margin:0px auto;
	position: relative;
}
div#left
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 77px;
	background-image: url(images/left_slice.gif);
	background-repeat: repeat-y;
	height:630px;
}
div#title
{
	background:url(images/title_index.gif);
	width: 644px;
	height: 148px;
	position: absolute;
	left: 77px;
	top: 0px;
	color: #235;
}

div#title h2{display:none;}
div#orange  {
	background:url(images/orange_slice.gif);
	width: 363px;
	height: 265px;
	position: absolute;
	left: 77px;
	top: 148px;
	color:#300;
	overflow: visible;
	z-index: 10;
	}
div#orange_bottom
{
	width: 363px;
	height:43px;
	position: absolute;
	bottom:-43px;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(images/orange_bottom.gif);
	z-index:-3;
}
div#green  {
	background-image:url(images/green_slice.gif);
	width: 281px;
	height:354px;
	position: absolute;
	left: 440px;
	top: 148px;
	text-align: center;
	overflow: visible;
	z-index: 10;
	}
div#green_bottom  {
	background-image:url(images/green_bottom.gif);
	width: 281px;
	height:69px;
	position: absolute;
	bottom:-69px;
	text-align: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	z-index:-3;
	}
div#logos {
	position:absolute;
	top:456px;
	left:77px;
	background-image:url(images/as_seen_on.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
	width:363px;
	height:115px;
}
div#bottom{
	position:absolute;
	left:77px;
	top:565px;
	background-color:#fff;
	width:644px;
	height:65px;
	background-image:url(images/bottom.gif);
	z-index:40;
}
div#right{
	position:absolute;
	left:721px;
	top:0px;
	height:630px;
	background-image: url(images/right_slice.gif);
	background-repeat: repeat-y;	
	width:79px;
}	
#title h1
{
	position: absolute;
	display:none;
	bottom: -.25em;
	margin: 0px 0px 0px 10px;
	text-transform: inherit;
	font-family: MS Serif, New York, serif;
	font-size: 48px;
	font-weight: normal;
	font-style: normal;
}

#title p
{
	position: absolute;
	bottom: 45px;
	right:20px;
	text-transform: inherit;
	color:#e00;
	font-family: MS Serif, New York, serif;
	font-size: 12px;
}
#title a
{
	text-transform: inherit;
	color:#e00;
	font-family: MS Serif, New York, serif;
	font-size: 12px;
}
#title a:hover,#orange a:hover 
{
	text-decoration:none;
	color:#f30;
}

#orange p
{
	text-transform: inherit;
	font-family: Georgia, serif;
	font-size: 11px;
	text-align:left;
	padding: 0px 10px 0px 15px;
}
#orange a
{
	text-transform: inherit;
	color:#300;
}

#bottom p
{
	text-transform: inherit;
	font-family: MS Serif, New York, serif;
	font-size: 12px;
	text-align:center;
	padding: 7px;
	color:#093;
}
#bottom a
{
	text-transform: inherit;
	color:#093;
	font-family: MS Serif, New York, serif;
	font-size: 12px;
}
#bottom a:hover
{
	text-decoration:none;
	color:#0c0;
}
img#slide
{
margin:0px;
border: none;
}
