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

body {background-color:#eee; behavior:url("csshover.htc"); }
img {border-width:0; margin:0; padding:0; }
div {position:absolute; z-index:10;}

/* MAIN PAGE */

#page { width: 1028px; height:768px; margin-left:50%; left:-512px; }

#box1 {
	left:88px;
	top:587px;
	width:280px;
	height:149px;
	text-align: left;
}
#box2 { left:372px; top:587px; width:261px; height:148px; }
#box3 {
	left:638px;
	top:587px;
	width:284px;
	height:148px;
	text-align: left;
}

.imgbox { position:static; float:left; margin:0; padding:0; } /* div boxes will not align if they don't float */
.imgbox img { vertical-align:bottom; } /* remove extra space on the bottom of images so that they align */
#FlashID { vertical-align:bottom; } /* remove extra space on the bottom of video so that it aligns */

/* SUB-PAGES */

#page2 {
	width: 1024px;
	height:900px;
	margin-left:50%;
	left:-512px;
	background:url(images/back2seamless.jpg) repeat-y top left;
}

#bigbox {
	left:48px;
	top:188px;
	width:928px;
	height:auto;
	min-height:300px;
	text-align: center;
}

#bottomLinks {
	margin-left:50%;
	left:458px;
	width:auto;
	height:auto;
}

/* BOTTOM LINKS */

#bottomLinks ul { 
	list-style:none;
	margin:0px;
	padding:0px;
}

#bottomLinks li {
	display:inline;
	color:#90F;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
}

#bottomLinks a {
	color:#90F;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
}
.Bold {
	font-weight: bold;
	color: #900;
	font-size: larger;
	font-style: italic;
}
.BoldBlue {
	font-weight: bold;
	color: #00C;
	font-style: italic;
}
