@charset "utf-8";

body {
	background: #ebebeb;
}

#master {
	background: #fff;
	width: 930px;
	padding: 0 6px 0 4px;
	margin: 0 auto;
}

#header {
	width: 930px;
/*	height: 199px;*/
	margin: 0 auto;
	background: #fff url(/images/header_back.gif) 0 0 repeat-x;
	margin-left: 2px;
}

#wrapper {
	margin: 0 auto;
	width: 930px;
	background: #fff url(/images/center_back.gif) 152px 0 repeat-y;
	padding-bottom: 10px;
	margin-top: 4px;
}

#leftColumn {
	float: left;
	width: 152px;
	margin-top: -5px;
}

#centerColumn {
	float: left;
	width: 469px;
/*	margin-top:10px;*/
}

#rightColumn {
	float: right;
	width: 300px;
	position:relative;
/*	margin-top:10px;*/
}

#content {
	padding: 8px;
	margin-bottom: 10px;
	color: #666;
}

#contentArticle {
	margin-bottom: 10px;
	color: #666;
}

#poll_content
{
	padding: 8px;
	margin-bottom: 10px;
	/*color: #666;*/
}

#footer {
	width: 930px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	background: #dcdcdc;
	height: 29px;
	clear: both;
}
