body {
	background:url(../grfx/backgrounds/bg.jpg) repeat-x;	
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#shadow {
	background:url(../grfx/shadow.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 964px;
}

#shadow_top {	
	background:url(../grfx/shadow_top.jpg) no-repeat;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 940px;
	text-align: left;	
	padding-left: 6px;
}

#header {
	width: 256px;
	float: left;
}

#header img {
	margin-top: -1px;
}

#wrapper {
	width: 944px;
	float: left;
}

	*:first-child+html #wrapper {
		margin-top: -3px;
	}

	#navigation {
		width: 256px;
		float: left;
		background-color: #00a1f3;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;		
	}
	
		
	
	#content {
		margin-left: 2px;
		width: 679px;
		float: left;
	}
	
	#internal_content {
		margin-top: 20px;
		width: 679px;
		float: left;
	}
	
		* html #content {
			width: 665px;
		}
	
		#news_box {
			border: 1px solid #cecece;
			background-color: #e1e4e4;
			float: left;
			margin-bottom: 20px;
			padding: 10px 0 0px 0;
			margin-top: 10px;
			margin-left: -2px;
			
			
		}
		
			* html #news_box {
				position: relative;
				z-index: 100;				
				width: 678px;
			}
		
			*:first-child+html #news_box {
				margin-top: 2px;
			}
		
			.front_table td {
				vertical-align: top;
				padding-right: 7px;
				font-size: 12px;
			}
			
				.front_table a {
					font-size: 11px;
					text-decoration: none;
					color: #6dcff6;
				}
				
				.front_table a:hover {
					color: #006086;
				}
		
			#fomre_news {
				width: 325px;
				float: left;
				padding-left: 10px;
			}
			
			#divider {
				float: left;
				width: 5px;
				margin-left: -2px;
			}
			
			#gca_news {
				width: 319px;
				float: left;
				padding-left: 20px;
			}
			
				* html #gca_news {
					width: 310px;
				}
	
		#text {
			clear: both;
			padding: 0px 20px 20px 20px;
			line-height: 180%;
		}
		
		
	
#footer {
	clear: both;
	height: 39px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background-color: #f1f1f1;
	width: 926px;
	margin-left: -6px;
	font-size: 10px;
	padding-left: 20px;
	padding-top: 10px;
}

	* html #footer {
		width: 930px;
	}

	.ftcopy {
		color: #00a1f3;
	}
	
		.ftcopy a {
			color: #00a1f3;
			text-decoration: none;
		}
		
		.ftcopy a:hover {
			color: #004369;
		}

	.ftlink {
		font-size: 11px;
	}
	
	.ftlink a {
		color: #818181;
		text-decoration: none;
	}
	
	.ftlink a:hover {
		color: #00a1f3;
	}
