#main {
	width:980px;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {height:378px;}
#header, #content, #footer {
	font-size:0.8125em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

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

/*======= index.html =======*/
#page1 #content .line-ver1 {
	width:100%;
	background-image: url(images/line-ver.gif);
	background-repeat: repeat-y;
	background-position: 350px top;
}
#page1 #content .line-ver2 {
	width:100%;
	background-image: url(images/line-ver.gif);
	background-repeat: no-repeat;
	background-position: 601px top;
}
#page1 #content .col-1 {
	width:410px;
	margin-right:62px;
}
#page1 #content .col-2 {
	width:298px;
	margin-right:59px;
}
#page1 #content .col-3 { width:217px}

/*======= index-1.html =======*/
#page2 #content .line-ver1 {
	width:100%;
	background-image: url(images/line-ver.gif);
	background-repeat: repeat-y;
	background-position: 599px top;
}
#page2 #content .col-1 {
	width:218px;
	margin-right:58px;
}
#page2 #content .col-2 {
	width:568px;
}
#page2 #content .col-2 .col-1 { width:264px; margin-right:48px;}

/*======= index-2.html =======*/
#page3 #content .line-ver1 {
	width:100%;
	background-image: url(images/line-ver.gif);
	background-position: 400px top;
	background-repeat: no-repeat;
}
#page3 #content .line-ver2 { background:url(images/line-ver.gif) 601px top repeat-y; width:100%;}
#page3 #content .col-1 {
	width:220px;
	margin-right:15px;
}
#page3 #content .col-2 {
	width:500px;
	margin-right:59px;
}
#page3 #content .col-3 {
	width:298px;
}

/*======= index-3.html =======*/
#page4 #content .line-ver1 {
	width:100%;
	background-image: url(images/line-ver.gif);
	background-repeat: no-repeat;
	background-position: 590px top;
}
#page4 #content .col-1 {
	width:220px;
	margin-right:70px;
}
#page4 #content .col-2 {
	width:570px;
}

/*======= index-4.html =======*/
#page5 #content .line-ver1 {
	width:100%;
	background-image: url(images/line-ver.gif);
	background-repeat: repeat-y;
	background-position: 230px top;
}
#page5 #content .col-1 {width:577px; margin-right:52px;}
#page5 #content .col-2 { width:212px;}
#page5 #content .col-1 .col-1 { width:256px; margin-right:54px;}
#page5 #content .col-1 .col-2 { width:259px;}

/*======= index-5.html =======*/
#page6 #content .line-ver1 {
	width:100%;
	background-image: url(images/line-ver.gif);
	background-repeat: no-repeat;
	background-position: 240px top;
}
#page6 #content .col-1 {width:210px; margin-right:62px;}
#page6 #content .col-2 {
	width:568px;
}
#page6 #content .col-2 .col-1 { width:264px; margin-right:48px;}

/*======= index-6.html =======*/
#page7 #content .line-ver1 {
	width:100%;
	background-image: url(images/line-ver.gif);
	background-repeat: no-repeat;
	background-position: 300px top;
}
#page7 #content .line-ver2 { background:url(images/line-ver.gif) 601px top repeat-y; width:100%;}
#page7 #content .col-1 {
	width:210px;
	margin-right:40px;
}
#page7 #content .col-2 {
	width:525px;
	margin-right:59px;
}
#page7 #content .col-3 {
	width:217px;
}


/*=========================*/


#footer {
	height:72px;
	background-color: #000000;
}

