/* main styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

#container {
	width:815px;
	margin:0 auto 0 auto;
}

p {
	font-size:10pt;
	padding:0 30px 0 40px;
}

a img {
	border: none;
}

/* pill styles */

.pill-bottom {
	background:transparent url(pillbottom.png) repeat scroll 0%;
	height:41px;
}

.pill-background {
	background:transparent url(pillbackground.png) repeat scroll 0%;
	height:291px;
}

.pill-top {
	background:transparent url(pilltop.png) repeat scroll 0%;
	height:32px;
	margin:30px 0 0 0;
}

/* menu pill styles */

#menu-pill {
	background:transparent url(pillbackground.png) repeat-y scroll 0%;
	height:0px;
}

#menu-pill a {
	color: #A1A1A1;
	text-decoration: none;
}

#menu-pill-bottom {
	background:transparent url(menubottom.png) repeat scroll 0%;
	height:32px;
}

#menu-explain {
	margin:3px 0 0 100px;
	position:absolute;
}

#menu-explore {
	margin:3px 0 0 295px;
	position:absolute;
}

#menu-get {
	margin:3px 0 0 500px;
	position:absolute;
}

#menu-help {
	margin:3px 0 0 680px;
	position:absolute;
}

#menu-hover a:hover {
	color: #000000;
}

/* intro */

#intro {
	padding:5px 0 0 7px;
}

#intro-slide {
	position:absolute;
	width:815px;
}

/* explain */

#explain-slide {
	position:absolute;
	width:815px;
}

#explain-graphic {
	float:left;
	margin:35px 20px 0 50px;
}

/* explore */

#explore-slide {
	position:absolute;
	width:815px;
}

#explore-graphic {
	float:right;
	margin:35px 55px 15px 20px;
}

/* get */

#get-slide {
	position:absolute;
	width:815px;
}

#get-graphic {
	float:left;
	margin:35px 20px 15px 50px;
}

/* help */

#help-slide {
	position:absolute;
	width:815px;
}

#help-graphic {
	float:right;
	margin:35px 55px 15px 20px;
}

/* other stuff */

.moreinfo {
	margin: 315px 0px 0px 613px;
	float: right; 
	position: absolute;
}

#footer, #footer a {
	text-align:center;
	margin:440px 0 0 0;
	text-decoration:none;
	color:#A1A1A1;
}






