/* CSS Document */

body {
	background-color: #000000;
	margin-top: 0px;
}

#container {
	display: block;
	height: auto;
	width: 628px;
	position: relative;
	left: 0px;
	top: 0px;
}

#left {
	display: block;
	height: 779px;
	width: 210px;
	position: absolute;
	left: 27px;
	top: -1px;
	background-color: #000000;
	z-index: 0;
}

#right {
	background-image: url(images/intro/Explore_fill.jpg);
	background-repeat: repeat-y;
	display: block;
	height: 666px;
	width: 390px;
	position: absolute;
	left: 237px;
	top: 0px;
	z-index: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	
}
.righttext {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	height: 300px;
	width: 300px;
}

#right a:link {
	color: #666666;
	text-decoration: none;
}

#right a:visited {
	color: #666666;
	text-decoration: none;
}

#right a:hover {
	color: #52A9A0;
	text-decoration: none;
}
#rightborder {
	display: block;
	height:700px;
	width: 28px;
	position: absolute;
	left: 894px;
	top: 2px;
	background-color: #000000;
	z-index: 0;
}


#content {
	display: block;
	height: 94px;
	width: 360px;
	position: absolute;
	left: 237px;
	top: 665px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(images/intro/Explore_fill.jpg);
	z-index: 1;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#content a:link {
	color: #666666;
	text-decoration: none;
}

#content a:visited {
	color: #666666;
	text-decoration: none;
}

#content a:hover {
	color: #52A9A0;
	text-decoration: none;
}

