body  {
	font-family: "Trebuchet MS";
	background: #666666;
	font-size:13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a1a1a1; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #e8e6d5;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 190px;
	padding-bottom:4px;
	border:5px solid #ffffff;
}

.twoColFixLtHdr #header #head_logo{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:100px;
	padding:0px;
	margin:0px;
	
}

.twoColFixLtHdr #header #head_logo h1{
	display:none;
	}

.twoColFixLtHdr #header #head_links{
	text-align:left;
	line-height:20px;
	padding:3px;
	/*background: #000000 url('../images/links-bg.gif');*/
	color:#000000;
	background:#ffffff;
}

.twoColFixLtHdr #header #head_links h2{
	display:inline;
	font-size:13px;
	font-weight:normal;
}

.twoColFixLtHdr #header #head_links a{
	color:#00000;
	}

.twoColFixLtHdr #header #head_ads{
	height:60px;
	padding-top:5px;
	padding-bottom:5px;
	}
.twoColFixLtHdr #header #head_ads #right_ad{
	float:right;
	width:468px;
}

.twoColFixLtHdr #header #head_ads #left_ad{
	float:left;
	width:420px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 197px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width:700px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top:10px; 

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 80px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* left box */	
div.left_box{
	width:197px;
	margin-bottom:5px;
}
div.left_box h3{
	line-height:38px;
	background:url('../general_img/left_box/content_left_dp_header.gif');
	padding-left:15px;
	color:#ffffff;
	}
div.left_box div.content_box{
	background:url('../general_img/left_box/content_left_dp_body.gif');
	padding:4px;
	}
div.left_box span.foot{
	background:url('../general_img/left_box/content_left_dp_footer.gif') no-repeat;
	display:block;
	height:16px;
	margin:0px;
	padding:0px;
	}

	


/**/
.center_content{
	
	}

.center_content h2.localization{
	line-height:36px;
	background:url('../general_img/center_box/header_content.gif') no-repeat;
	font-size:16px;
	padding-left:15px;
}
.center_content div.centerBox{
	border-left:2px solid #585555;
	border-right:2px solid #585555;
	border-top:1px solid #585555;
	background:#f6f3ee;
	padding:2px;
	padding-right:0px;

}
.center_content div.centerFoot{
	height:18px;
	background:url('../general_img/center_box/footer_content.gif') no-repeat center;
	margin:0px;
}

/**/

.content_right_box{
	width:204px;
	background:url('../general_img/right_box/right_box_bg.gif') no-repeat;
	padding:4px;
	}
.content_right_box h4{
	line-height:26px;
	font-size:16px;
	padding-left:3px;
}
.content_right_box_foot{
	height:6px;
	display:block;
	background:url('../general_img/right_box/right_box_foot.gif') no-repeat;
}
.content_right_box_separator{
	height:3px;
	display:block;
	margin:2px;
	background:url('../general_img/right_box/right_box_separator.gif') no-repeat;
}

/**/

.central_box{
	width:476px;
	background:url('../general_img/central_box/central_box_bg.jpg') no-repeat;
	padding:0px;
	margin:0px;
	}
.central_box_foot{
	height:6px;
	display:block;
	background:url('../general_img/central_box/central_box_foot.jpg') no-repeat;
	margin-bottom:5px;
}
.central_box_separator{
	border-top:1px dashed #000000;
	display:block;
	margin:2px 15px 2px 10px;
	}
.central_box h2{
	line-height:26px;
	font-size:16px;
	padding-left:8px;
}
.central_box p{
	margin:5px;
	}
	
	
div#cauta_form{
	margin-top:30px;
	width:250px;
	margin-left:50px;
}
div#cauta_form form{
	margin:0px;
	padding:0px;
	}	
div#cauta_form form input#ask{
	width:120px;
	padding:3px;
	margin-left:25px;
	}