#main {
                 /* margin-top: -43px;*/
                  width: 980px;
	margin-left: auto;
                  margin-right: auto; 
	/*text-align: left;*/
                  margin-bottom: 0px;
                 background-color: #ffffff;
                  border-radius: 20px;
                border-left: solid 5px #601e29;
                  border-right: solid 5px #601e29;
                 border-top: solid 5px #601e29;
              border-bottom: solid 5px #601e29;
}

#header, #content, .container {
	width: 100%;
	overflow: hidden;
}

.container {
	text-align: left;
}

.col-1, .col-2, .col-3, .list-col-1, .list-col-2 {
	float: left;
}

.col-1{
	width: 575px;
	margin-right: 10px;
	margin-left: 30px;
}

.col-2{
	width: 330px;
}

.col-2 .inner {
	padding: 2px 0 14px 0;
}

/*======= index.html =======*/
#page1 .col-1{
	width: 575px;
	margin-right: 10px;
}

#page1 .col-2{
	width: 330px;
}
/*=========================*/

/*======= index-2.html =======*/
#page3 .list-col-1{
	width: 235px;
	margin-right: 40px;
}

#page3 .list-col-2{
	width: 235px;
}
/*=========================*/
