/* $Id: front_page.css,v 1.8 2008/03/04 02:38:40 www Exp $ */

#whole_front_page {
	position: absolute;
	padding: 0;
	margin: 0 auto;
	top: 82px;
	background-color: #ffffff;
	height: 100%;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

whole_front_page2 {
	top: 82px;
}

body {
	margin: 0px 0px;
	text-align: center;
}

#whole_front_page {
	position: absolute;
	padding: 0;
	margin: 0 auto;
	top: 82px;
	background-color: #ffffff;
	height: 100%;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
}

#page-wrap { 	
	width: 845px; 
	margin: 0px auto;
	text-align: left; 
	/*border: 2px solid red;*/
}

#left_column {
	background-color: #ddd;
	width: 175px;
	height: 100%;
	padding: 0px;
}

#left_column .rounded_white {
	background-color: #fff;
}

#left_column .rounded_white div.top div.tl {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
}

#left_column .rounded_white div.top div.tl div.tr {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 17px;
	padding: 0px;
}

#left_column .rounded_white div.center div.cr {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_r.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#left_column .rounded_white div.bottom {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_b.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px;
}

#left_column .rounded_white div.bottom div.bl {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px;
}

#left_column .rounded_white div.bottom div.bl div.br {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 13px;
	padding: 0px;
}

#center_column {
	position: absolute;
	top: 0px;
	left: 170px;
	width: 500px;
	height: 300px;
}

#center_content {
	width: 100%;
	/* Handling of specified width & padding is inconsistent between
	 * IE & Mozilla
	 */
	/* padding: 10px; */
}

#right_column {
	position: absolute;
	top: 0px;
	left: 675px;
}

#center_content .rounded_white,
#right_column .rounded_white {
	background-color: #fff;
	/* This shouldn't be necessary, but sometimes there is mysterious
	   extra vertical space @ bottom of news item, between div.center
	   and div.bottom */
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_r.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#center_content .rounded_white div.top div.tl,
#right_column .rounded_white div.top div.tl {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
}

#center_content .rounded_white div.top div.tl div.tr,
#right_column .rounded_white div.top div.tl div.tr {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 17px;
	padding: 0px;
}

#center_content .rounded_white div.middle div.cr,
#right_column .rounded_white div.middle div.cr {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_r.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#center_content .rounded_white div.bottom,
#right_column .rounded_white div.bottom {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_b.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px;
}

#center_content .rounded_white div.bottom div.bl,
#right_column .rounded_white div.bottom div.bl {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px;
}

#center_content .rounded_white div.bottom div.bl div.br,
#right_column .rounded_white div.bottom div.bl div.br {
	background-image: url(/images/2006/rounded_pieces/fff-on-ddd_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 17px;
	padding: 0px;
}

