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

#box {
	width:1026px;
	height:770px;
	border:2px solid #e30000;
	background: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	min-height: 770px;
	vertical-align: middle;
}
#greybox {
	width:270px;
	height:268px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	min-height: 268px;
	background-image: url(../images/boxbottoms.gif);
	line-height: 12px;
	background-repeat: no-repeat;
	background-position: top;
}

#greybox2 {
	width:557px;
	height:268px;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	min-height: 268px;
	background-image: url(../images/greyboxbottom2.gif);
	line-height: 12px;
	background-repeat: no-repeat;
	background-position: top;
}

