@charset "UTF-8";

/* ======= global styles =======*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

.text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
	color: #F00;
}

.copy3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight:bold;
	color: #000;
}
	

/* ==== banners ==== */

div#outer {
	position: relative;
	width: 792px;
	height: 737px;
	margin: 0 auto;
	padding: 0;
	border: 0;	
}

div.copy2 {
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
	color: #000;
	width: 580px;
	margin: 145px 0 0 115px;
	padding: 0;
	border: 0;
}

div#top {
	position: absolute;
	width:792px;
	height:101px;
	margin:0px;
	padding:0px;
	border:0;

}

div#middle {
	position: absolute;
	width:792px;
	height:343px;
	margin: 101px 0 0 0;
	padding:0px;
	border:0;
}

div#bottom { 
	position:absolute;
	width:792px;
	height:293px;
	margin: 444px 0 0 0;
	padding:0px;
	border:0;
}


.clearfloat {
	clear:both;
	height:0px;
}
