@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12 px;
	height: 1000px;
}

#container {
	width: 1000px;
	margin-left: auto;
	top: 0px;
	margin-right: auto;
	bottom: 0px;
	height: 3000px;
		}

#logo {
	width:560 px;
	text-align:left;
}
#search {
	width:400 px;	
	text-align:right;
}
#main_menu {
	width: 960 px;
	height: 30 px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 1 px;
	margin-bottom: 1 px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
#column_container {
	width: 980 px;
	height: 2750px;
	padding: 5px;
}
#left_column {
	width:200 px;
	padding-right:10 px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	height: 1000 px;
	float: left;
}
#center_column {
	width:620 px;
	padding-right: 5 px;
	float: left;
	height: 1500px;
	padding-left:5 px;
}
#main_image {
	width: 550 px;
	text-align:center;
	height: 500 px;
	padding: 10px;
}
#subcenter_column {
	background-color: #FFF;
	float: left;
	padding: 5px;
	height: 1500px;
}
#main_content {
	text-align: justify;
	height: 70px;
	width: 550px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	}

#weekly_paper {
	width: 600px;
	height: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
#center_col1 {
	width:150 px;
	height: 550px;
	text-align:left;
}
#center_col2 {
	width:150 px;
	height: 550px;
	text-align:left;
}
#center_col3 {
	width:150 px;
	height: 550px;
	text-align:left;
}
#right_column {
	width:130 px;
	text-align:center;
	float: right;
	height: 700px;
}	

 	#advt1 {
	font-family: Verdana, Geneva, sans-serif;
	width: 130px;
	height: 950px;
	margin-bottom: 5px;
	font-size: 12px;
	float: right;
	}
	
	
#footer {
	width: 500 px;
	text-align:center;
	font-size:10 px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	height: 50 px;
}	
.tabcol {
	text-align: center;
	font-weight: bold;
	color: #C00;
	font-size:12 px;
}

#main_menu a {
	text-decoration:none;
	color:#C00;
}
#main_menu a:hover {
	text-decoration:none;
	color:#00F;
}
