#flashintro {
	height: 240px;
	width: 780px;
	background-color: #CCCCCC;
	background-image: none;
	font-family: Calibri;
	margin-left: 20px;
}
#wrapper {
	height: 260px;
}
#box2 {
	display: block;
	height: 260px;
	width: 250px;
	background-color: #9999FF;
	float: left;
	padding: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	clear: inherit;
}
#box3 {
	display: inline;
	border: thin none #990000;
	background-color: #99CCFF;
	height: 260px;
	width: 250px;
	float: left;
	padding: 4px;
	text-align: left;
}
#box1 {
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

