﻿#main {width:100%; text-align:left;}

.min_width {min-width:990px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 990)? "990px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #main. The minimum value is 860px.*/

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

#header, #content, #footer {width:100%}

.width {width:100%}

/*======= index-1.html =======*/
#page2 #content .col_1{width:66%;}
#page2 #content .col_2{width:33%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .col_1{width:22%;}
#page3 #content .col_2{width:78%;}
/*=========================*/

/*======= index-3.html =======*/
#page4 #content .col_1{width:66%;}
#page4 #content .col_2{width:33%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .col_1{width:34%;}
#page5 #content .col_2{width:65%;}
/*=========================*/


}
form#contact_form {
	width: 210px;
	padding: 0px;
	border: 10px solid #D3030A;
	margin: 5px auto;
	background: #D3030A url('form-background1.gif') no-repeat top right;
}
form#contact_form p {
	padding: 2px 0;
	margin: 0;
}
form#contact_form label {
	font: bold 11px Arial, Helvetica, sans-serif;
	display: block;
	color: 000;
}
form#contact_form label strong {
	color: #ff0000;
}
form#contact_form select {
	width: 200px;
}
form#contact_form textarea {
	width: 200px;
}
form#contact_form input {
	width: 20085px;
}
form#contact_form input.required {
	background: #ffffff;
}
form#contact_form input.submit_button {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #fff;
	color: #333;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
