body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.70em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -402px;
	width: 804px;
}

logo {
	position: absolute;
	left: 685px;
	top: 5px;
	width: 108px;
	height: 50px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	z-index: 10;
}

#head {
	float: left;
	margin: 0 auto;
	width: 804px;
	height: 76px;
	background-image: url(images/head_bg.png);
	background-repeat: no-repeat;
}

.menu {
	position: relative;
	z-index: 3;
	margin: 40px 0 0 154px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu li {
	float: left;
	margin-left: 45px;
}

.menu a, .menu a:visited, .menu li {
	display: block;
	font-size: 100%;
	text-decoration: none;
	color: #000;
	padding: 0;
	line-height: 27px;
	font-weight: bold;
}

.menu a:hover, .menu ul li a.here {
	color:#fcfae1;
}

#content {
	float: left;
	clear: left;
	width: 789px;
	padding: 21px 0 4px 15px;
	margin: 0;
	z-index: 10;
}

#sidemenu {
	float: left;
	width: 110px !important;
	min-width: 110px !important;
	margin: 0 73px 0 0;
	padding: 0;
	background-image: url(images/height.gif);
	background-repeat:no-repeat;
}

ul.side {
	width: 110px !important;
	min-width: 110px !important;
	padding:0;
	margin:0;
	list-style-type: none;
	font-size: 100%;
	text-decoration: none;
	line-height: normal;
}

ul.side li {
	color: #000;
	padding: 5px 0;
	font-weight:bold;
	line-height: normal;
	border-bottom: #eeeeee solid 1px;
}

ul.side li a, ul.side li a:visited {
	text-decoration: none;
	color: #8e979e;
	padding: 0;
	font-weight:bold;
	line-height: normal;
}

ul.side li.active {
	display: none;
	color: #000;
	padding: 5px 0;
	font-weight:bold;
	line-height: normal;
}

ul.side li.active.level1 a {
	color: #8e979e;
	font-weight:bold;
	line-height: normal;
}

ul.side li.active.level1.self a {
	color: #000;
}

ul.side li a:hover, ul.side li.active.level1 a:hover {
	color:#555;
}

#left {
	float: left;
	width: 340px;
	height: 500px;
	min-height: 500px;
	height: auto !important;
	padding: 0;
	margin: 0 20px 0 0;
}

	#left ul.opinion {
		padding:0;
		margin:0;
		list-style-type: none;
	}
	
	#left ul.opinion li {
		padding: 15px 0;
		margin:0;
	}
	
	#left a, #left a:visited {
		font-size: 100%;
		text-decoration: none;
		color: #8e979e;
		padding: 0;
		font-weight:bold;
	}
	
	#left a:hover {
		color:#555;
	}
	
	#left li {
		line-height: normal;
	}
	
	.leftopinion {
		width: 400px !important;
	}
	
#right {
	float: right;
	width: 200px;
	height: 500px;
	min-height: 500px;
	height: auto !important;
	padding: 0 20px 0 0;
	margin: 0;
}

	#right ul.opinion {
		padding:0;
		margin:0;
		list-style-type: none;
	}
	
	#right ul.opinion li {
		padding: 15px 0;
		margin:0;
	}
	
	#right a, #right a:visited {
		font-size: 100%;
		text-decoration: none;
		color: #8e979e;
		padding: 0;
		font-weight:bold;
	}
	
	#right a:hover {
		color:#555;
	}
	
	#right li {
		line-height: normal;
	}
	
	.rightopinion {
		width: 140px !important;
	}
	
#foot {
	position: relative;
	top: -100px;
	left: -15px;
	float: left;
	clear: both;
	width: 814px;
	height: 145px;
	margin: 0 auto -100px !important;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	z-index: -1;
}
	
	#info {
		position: absolute;
		bottom: 10px;
		width: 814px;
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-weight: normal;
		letter-spacing: 1px;
		color: #fcfae1;
		text-align: center;
	}
	
	#info a {
		color: #fcfae1;
		text-decoration: none;
	}


table td {
	margin: 0;
	padding: 8px 20px 20px 0;
}

p, h1, h2, h4, h5, h6 {
	margin: 0 0 1em 0;
}

h1.top { font-size: 120%; color: #adad6b; font-weight: bold; margin: 0 0 1em 0; }

h1.top a { color: #adad6b; text-decoration: none; }

h3 {
	margin: 0;
}

h1 { font-size: 120%; color: #000; font-weight: bold; }
h2 { font-size: 115%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 90%; font-weight: bold; }


a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.date {
	color: #999;
	margin-right: 20px;
	width: 0;
}