@charset "utf-8";

/* #######################################
##
##				LARGE BOX 1
##
####################################### */

div.large-box-1 {
	width:1004px;
	background-color:#CAD0D1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear:both;
	overflow:auto;
	padding:10px;
}

div.large-box-1 div.top {
	/*background-image:url(../images/large-boxes.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:12px;
	*/
}

div.large-box-1 div.middle {
	clear:both;
	overflow:auto;
}

div.large-box-1 div.bottom {
/*	background-image:url(../images/large-boxes.png);
	background-repeat:no-repeat;
	background-position:0px -12px;
	height:12px;*/
}

div.large-box-2 {
	width:800px;
	margin:0px auto;
}

div.large-box-2 div.top {
	background-image:url(../images/large-boxes-2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:12px;
}

div.large-box-2 div.middle {
	background-color:#cad0d1;
	clear:both;
	overflow:auto;
}

div.large-box-2 div.bottom {
	background-image:url(../images/large-boxes-2.png);
	background-repeat:no-repeat;
	background-position:0px -14px;
	height:12px;
}

div.large-box-3 {
	width:984px;
	background-color:#606163;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear:both;
	overflow:auto;
	padding:10px;
}
div.large-box-3 div.middle {
	clear:both;
	overflow:auto;
}
