@charset "utf-8";
/* CSS Document */
body {
	background: #736357 url(images/creative_immersion.gif) no-repeat center 20px;
	}
#container {
	width: 800px;
	height: 986px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #FBD3C4;*/
	margin-top: 20px;
	border-style:groove;
	border-width:7px;
	border-color:#636;
	}
#Textbox1 {
	width: 202px;
	margin-left: 22px;
	margin-top: 24em;
	padding: 10px;
	}
#Textbox2 {
	margin-left:20px;
	}
#navbutton {
	clear:both;
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: 1.2em; 
	font-weight:bold; 
	background-color:#6D7E86;
	width:60px; 
	height:40px;
	line-height:40px; 
	position:relative; 
	top:17em;
	float:right;
	right:1em;
	box-shadow: 10px 10px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;
	text-align:center;
	text-shadow: -2px -2px 2px #000;
	z-index:2000;
}
#navbutton a:link, a:visited, a:active {
	color:#FC3;
}
#navbutton a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
#navbutton:hover {
	background: #8da3ad;
	color: #8DB87C;
	box-shadow:0px 0px 9px rgba(0,0,0.15);
	border-radius:10px;
}
