#header { 
	height:190px;
	background:url(images/inner_header.png) no-repeat center bottom;
}
#header .container, 
#content .row-1, 
#content .row-2, 
#footer { 
	font-size:0.75em;
	width:960px; 
	margin:0 auto;
}
.col-1, 
.col-2, 
.col-3, 
.col-4 { 
	float:left;
}

/*======= index.html =======*/
#page1 #content .col-1 { width:238px; margin-right:62px;}
#page1 #content .col-2 { width:251px; margin-right:47px;}
#page1 #content .col-3 { width:362px;}

/*======= index-1.html =======*/
#page2 #content .col-1 { width:238px; margin-right:62px;}
#page2 #content .col-2 { width:660px;}

/*======= index-2.html =======*/
#page3 #content .col-1 { width:238px; margin-right:62px;}
#page3 #content .col-2 { width:255px; margin-right:43px;}
#page3 #content .col-3 { width:362px;}

/*======= index-3.html =======*/
#page4 #content .col-1 { width:555px; margin-right:43px;}
#page4 #content .col-1 .col-1 { width:227px; margin-right:72px;}
#page4 #content .col-1 .col-2 { width:235px;}
#page4 #content .col-2 { width:362px;}

/*======= index-4.html =======*/
#page5 #content .col-1 { width:228px; margin-right:72px;}
#page5 #content .col-2 { width:660px;}
#page5 #content .col-2 .col-1 { width:290px; margin-right:50px;}
#page5 #content .col-2 .col-2 { width:307px;}

/*======= index-5.html =======*/
#page6 #content .col-1 { width:238px; margin-right:62px;}
#page6 #content .col-2 { width:252px; margin-right:46px;}
#page6 #content .col-3 { width:362px;}

/*=========================*/

/* @group Login Box 

#login {
	background: #000;
	width: 470px;
	height: 40px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: absolute;
	right: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
*/

#login {
	width: 470px;
	height: 40px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: absolute;
	right: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

form#login-form {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

form#login-form a {
	border-right: 1px solid #FFC000;
	color: #FFC000;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 5px;
}

form#login-form a:hover {
	text-decoration: underline;
}

form#login-form input.text {
	width: 100px;
	border: 2px solid #75a809;
	padding: 2px;
	color: #000;
}

form#login-form input {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* @end */

#footer { 
	color:#5a88af;
	padding:20px 0;
	overflow:hidden;
}
