﻿#main {
	width:769px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}

#header {
	height:80px;
}
#header, #content {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.col_1, .col_2, .col_3, .column1, .column2, .column3 {
	float:left;
}

/*======= index.html =======*/
#page1 #content .col_1 {width:347px; margin-right:34px;}
#page1 #content .col_2 { width:738px;}

/*======= index-1.html =======*/
#page2 #content .col_1 {width:100px; margin-right:25px;}
#page2 #content .col_2 {
	width:330px;
	margin-right:55px;
	line-height: 16px;
}
#page2 #content .col_3 {
	width:245px;
	height: auto;
}

/*======= downloads2.html =======*/
#page3 #content .col_1 {width:100px; margin-right:25px;}
#page3 #content .col_2 {
	width:600px;
	margin-right:25px;
	line-height: 16px;
}

/*======= index-6.html =======*/
#page7 #content .col_1 {width:188px; margin-right:43px;}
#page7 #content .col_2 { width:474px;}

#page7 #content .col_2 .column1 { width:240px;}
#page7 #content .col_2 .column2 { width:232px;}


/*=========================*/


#footer {
	height:50px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-top:5px solid #eaeaea;
	color:#666666;
}

