/* CSS Document */

.body
{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	border: 0px;
	position: top;
	float: left;
}

.row_1
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	position: top;	
	float: left;
	background: #ece6d1;	
}

.row_2
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	position: top;
	float: left;
    background: #cbc9a5 url('row2_background.png') repeat-x;
}

.row_3
{
	z-index: 2;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	position: relative;
	float: left;	
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.row_4
{
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	position: top;
	float: left;
	background-color: #ffffff;
    background-image: url('row4_background.png');
    background-repeat: repeat-x;	
}

.row_5
{
	z-index: 2;
	width: 100%;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	position: relative;
	float: left;
	background-color: #29713d;	
    -webkit-box-shadow: 0px 3px 15px 0px #333333;
    -moz-box-shadow: 0px 3px 15px 0px #333333;
    box-shadow: 0px 3px 15px 0px #333333;	
}

.frame_1
{
	width: 900px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 30px auto 20px auto;
	position: top;
	float: center;
}

.frame_2
{
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;	
	position: top;
	float: center;
}

.frame_3
{
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;	
	position: top;
	float: center;
}

.frame_4
{
	width: 900px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	float: center;
}

.column_1-3
{
	width: 270px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: top;
	float: left;
}

.column_2-3
{
	width: 270px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 45px;
	position: top;
	float: left;
}

.column_3-3
{
	width: 270px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 45px;
	position: top;
	float: left;
}

.column_1-2
{
	width: 585px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	position: top;
	float: left;
}

.column_2-2
{
	width: 270px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 45px;
	position: top;
	float: left;
}

.box
{
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;	
	margin: 25px 0px 25px 0px;
	position: top;
	float: left;
}

.box_sub
{
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 25px 0px;
	position: top;
	float: left;
}