/* CSS Document */

body {
	background-color: #c0c8b1;
	text-align:center;
}
#container { 
	height: 620px;
	width: 720px;
	margin: 20px;
	text-align:center;

}
#flashcontainer { 
	height: 620px;
	width: 800px;
	margin: 20px;
	text-align:center;

}
 
#header {
	height: 110px;
	width: 720px;
	margin: 0px auto;
	
}

#nav {
	height: 70px;
	width: 720px;
	float: left;
	display: inline;	
}

#openflash {
	height: 440px;
	width: 720px;
	float: left;
	
}
#secondback {
	height: 440px;
	width: 720px;
	float: left;
 	background-image: url(web/images/secondback.gif);	
}

#digimbox {
	height: 350px;
	width: 263px;
	float: right;
 	margin: 10px 300px 0px 0px;	
}

#webstrip {
	height: 120px;
	width: 720px;
	float: left;
	clear:both;
	display: inline;
	
}

#webstripbot {
	height: 120px;
	width: 720px;
	margin: 0px auto;
	padding:0 10 0 0;
	float: left;
	display: inline;
}

.webtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left: 200px;
	display: block;	
}
.webtextlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #666666;
	outline:none;
}
a:hover {
	color: #f37021;
	outline:none;
}
a:active {
	color: #f37021;
	outline:none;
}
a:visited {
	color: #f37021;
	outline:none;
}
