/* Layout Block */
#container {
	width:980px; height:100%;
	margin:0 auto; padding:0;
}

#header {
	margin:0 0 1px 0; padding:0; width:100%; height:95px; border:1px solid green;
	background:url(../image/header/header_bg.gif);
}

#header_logo {
	margin:0; padding:0; width:500px; float:left;
}

#header_menu {
	margin:0; padding:0; width:200px; float:right; line-height:40px;
}

#content {
	width:980px; margin:0; padding:0; background:#E4F2FF; border-left:1px solid #C0E569; border-right:1px solid #C0E569;
}

#left {
	float:left; margin:0; padding:0;
	width:214px; border-right:1px dotted gray; background-color:#CBDBC8;
}

#right {
	margin:0; padding:0px 15px;
	float:left; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
	width:735px; min-height:400px;
}

#column1 {
	margin:15px 0 0 0; padding:0;
	width:48%; float:left;
}

#column2 {
	margin:15px 15px 0 0; padding:0;
	width:48%; float:right;
}

#col_1 {
	margin:0; padding:0 4px;
}

#col_2 {
	margin:0; padding:0 5px 0 20px; text-align:center; 
}

#footer {
	clear:both; width:100%; background:#C0E569; border-top:5px solid #93BB3A; border-left:1px solid #C0E569; border-right:1px solid #C0E569;
}

#sub_menu {
	margin:0px 0px 5px 0px; padding:0; overflow:auto;
	font-size:18px; font-weight:bold; color:#CC0000;
}

#sub_menu_left {
	float:left; width:49%;
	font-size:18px; font-weight:bold; color:#CC0000;
}

#sub_menu_right {
	float:right; width:49%; text-align:right;
	font-size: 11px; font-weight:bold; color: #333333;
}

#img_slide_1 {
	margin-top:10px;
	padding:0;
	border:3px solid #CCCCCC;
}

#img_slide_2 {
	margin-top:10px;
	padding:0;
	border:3px solid #CCCCCC;
}

#scroll_text {
	margin-top:50px;
	padding:0;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	border-bottom:10px solid #CCCCCC;
	background-color:#FFFF99;
}

/***************************************************/

/* Start Mac IE5 filter \*/
#left, #right
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}

#left:before, #right:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}

/* End Mac IE5 filter */
#content
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#content
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#content:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#content
	{
	display: inline-block;
	}
/*\*/
#content
	{
	display: block;
	}
/* end easy clearing */
