@charset "utf-8";
/* CSS Document */

body {
	background-color:#ece9d8;
	font-family:Tahoma, Arial, sans-serif;
}

#wrapper {
	width:900px;
	margin:auto;
	border:1px solid #960;
	background-color:#CC9;
}

#header {
	height:150px;
	text-align:center;
	padding-top:10px;
}

#robo {
	width:470px;
	margin:auto;
	padding-bottom:10px;
	padding-top:10px;
	
}

h1 {
	font-style:italic;
}

h2 {
	color:#F00;
	letter-spacing:4px;
}

span.gold {
	color:#ff9933;
}

span.green {
	color:green;
}

#nav {
	height:50px;
	border-bottom:1px solid #960;
	border-top:1px solid #960;
}

#nav dl {
	margin:0 0 0 90px;
	padding:0;
}

#nav dt {
	float:left;
}

#nav dt a {
	display:block;
	/*height:0px;*/
	width:100px;
	color:#960;
	font-weight:bold;
	text-align:center;
	padding: 10px;
}
/*#nav a:link {
	color:#960;
}
*/
#nav a:hover, a:active {
	color:#ece9d8;
	background-color:#C90;
}

#nav dt.cur a{	
	color:#ece9d8;
	background-color:#960;
}
#content {
	padding:15px;
	}

table {
	margin:auto;
	text-align:center;
	}

#statement {
	margin-top:25px;
	text-align:center;
	font-style:italic;
}

#statement p {
	font-weight:bold;
}

#pineapple {
	text-align:center;
}

#footer {
	height:45px;
	font-size:12px;
	border-top: 1px solid #960;
	padding:13px 25px;
	line-height:18px;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#960;
}

#footer #altnav {
	width:350px;
	float:right;
	margin-top:10px;
	text-align:right;
}