/* STYLESHEET POSITIONS */

#header {
	position: absolute;
	width: 960px;
	height: 70px;
	left: 20px;
}

#boxes {
	position: absolute;
	width: 960px;
	height: 435px;
	top: 85px;
	left: 20px;
}

#con-out {
	position: absolute;

	width: 638px;
	height: 398px;
	top: 1px;
	left: 161px;
	/*background-color: red;*/
}

#con-out object {
	margin:10px;
}

#con-background {
	position: absolute;
	width: 620px;
	height: 380px;
	top: 10px;
	left: 10px;
}

#content {
	position: absolute;
	width: 580px;
	height: 340px;
	margin: 20px 0px 0px 20px;
	overflow: hidden;
	/* background-color: blue */
}

#footer {
	position: absolute;
	width: 940px;
	height: 19px;
  line-height:19px;
	top: 413px;
	left: 10px;
	/*background-color: green;*/
}

#right {
	position: absolute;
	width: 130px;
	height: 380px;
	top: 10px;
	left: 820px;
	overflow: hidden;
	/*background-color: green;*/
}

