/*//////////////////////////////////////////////////*/
/* LAYOUT                                           */
/*//////////////////////////////////////////////////*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 11px;
	background-color: #000000;
}
	
#logo_print {
	display: none;
}

#container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

#left {
	width: 296px;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#pink_top {
	width: 296px;
	height: 20px;
	background-image: url(../images/pink_top.gif);
	background-repeat: no-repeat;
	position: relative;
}

#logo {
	width: 296px;
	height: 159px;
	position: relative;
}

#nav_flash {
	width: 296px;
	height: 271px;
	position: relative;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
}

#right {
	width: 472px;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 296px;
}

#content_top {
	width: 472px;
	height: 20px;
	background-image: url(../images/brown_top.gif);
	position: relative;
}
#content_top_ed {
	width: 472px;
	height: 20px;
	background-image: url(../images/brown_top_ed.gif);
	position: relative;
}

#title {
	width: 340px;
	height: 90px;
	position: absolute;
}

#promo {
	width: 132px;
	height: 90px;
	position: absolute;
	top: 20px;
	left: 340px;
}

#content {
	width: 462px;
	padding: 0px 10px 0px 0px;
	background-image: url(../images/content_stretch.gif);
	background-repeat: repeat-y;
	position: relative;
	top: 90px;
	left: 0px;
}

#text_box {
	width: 402px;
	height: 300px;
	background-image: url(../images/text_box.gif);
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 1px 0px 0px;
	background-repeat: no-repeat;
}

#content_bottom {
	width: 472px;
	height: 40px;
	background-image: url(../images/brown_bottom.gif);
	position: relative;
	top: 69px;
	left: 0px;
}

#promos {
	width: 768px;
	height: 122px;
	background-color: #000000;
	position: absolute;
	top: 460px;
	left: 0px;
}

#promo_1 {
	width: 249px;
	height: 112px;
	float: left;
	padding: 0px;
}

#promo_2 {
	width: 250px;
	height: 112px;
	float: left;
	padding: 0px 10px 0px 10px;
}

#promo_3 {
	width: 249px;
	height: 112px;
	float: left;
	padding: 0px;
}

#promo_3_content {
	width: 219px;
	height: 57px;
	padding: 0px;
	margin: 45px 15px 10px;
}

