@charset "utf-8";
@import url('common.css');
#main-wrapper {
	margin: 14px auto;
	width: 906px;
	background-color: #fff;
	overflow:hidden;
}
	#left-col, #logo, #search, #block-navigation {
		width: 231px;
	}
	#left-col {
		float: left;
	}
		#logo {
			height: 180px;
		}
		#search {
			height: 61px;
			background: url(../graphics/search_bg.gif) bottom left repeat-x;
			position: relative;
		}
		.search-inner { margin-top: -30px; }
		#mailing-list, #donate, #member {
			width: 190px;
			margin: 0 auto;
		}
		#mailing-list {
			background: url(../graphics/news_bg.gif) top left no-repeat;
			height: 82px;
			width: 180px;
			margin-top: 22px;
			padding: 8px 0 0 11px;
			position: relative;
		}
		
	
		
		#donate, #member {
			margin-top: 17px;
		}
	#right-col {
		float: left;
		width: 675px;
		background-color: #e4cbbb;
		padding-bottom: 6px;
	}
		#up-menu {
			width: 291px;
			height: 41px;
			float: left;
			padding-top: 8px;
			background-color: #f0e1ce;
			text-align: center;
		}
		#hotline {
			float: left;
			width: 384px;
			height: 44px;
			background-color: #9a7f5a;
			text-align: center;
			padding-top: 5px;
			color: #fff;
		}
		#header {
			width: 675px;
			height: 127px;
			background: url(../graphics/header.jpg) top left no-repeat;
			border-top:1px solid #FFF;
			border-bottom:1px solid #FFF;
			clear:both;
		}
		#content-block1, .content-block2, #content-block3 {
			width: 662px;
			margin: 0 auto;
			background-color: #fff;
		}
		#content-block1, #content-block3 {
			margin-top: 6px;
			padding-top: 20px;
		}
			#side-block-left {
				width: 430px;
				float: left;
			}
			#side-block-right {
				background: #fff8ed url(../graphics/side_bg.gif) top left repeat-x;
				width: 232px;
				float: left;
				padding-top: 32px;
				margin-top: 2px;
			}
			#header2 {
				background: url(../graphics/header2.jpg) top left no-repeat;
				width: 675px;
				height: 225px;
			}
		#welcome-text {
			margin-left: 32px;
			float: left;
			width: 399px;
		}
		#subscribe {
			float: left;
			width: 199px;
			margin-right: 32px;
			position:relative;
			top:20px;
		}
			#subscribe #mailing-list {
				margin: 0 0 0 20px;
			}
			#subscribe #donate, #subscribe #member {
				margin: 6px 0 0 20px;
			}
			
		/*subsctribe boxes abuse page */	
			
			#subscribe_abuse {
			float: left;
			width: 199px;
			margin-right: 32px;
			position:relative;
			top:49px;
		}
			#subscribe_abuse #mailing-list {
			background: url(../graphics/news_bg.gif) top left no-repeat;
			height: 72px;
			width: 180px;
			margin-top: 22px;
			padding: 10px 0 0 11px;
			position: relative;
				
			}
			
			#subscribe_abuse #donate, #subscribe #member {
				margin: 6px 0 0 9px;
			}
			
			
			
		#panels {
			width: 630px;
			margin: 30px 0 0 16px;
			padding-bottom: 38px;
			overflow:hidden;
		}
		#container {
			padding: 32px;
/*	overflow:hidden;
*/	}
#footer {
	margin: 0 auto 27px auto;
	color: #fff;
	text-align: center;
	font-size: 0.75em;
	overflow:hidden;
}

