/* Header */
#header {
	margin: 15px 0 40px 0;
	width: 942px;
}
#header h1 {
	width: 184px;
	height: 39px;
	background: url(images/logo.jpg) no-repeat;
	margin: 0 0 15px 15px;
	float: left;
	text-indent: -9999px;
}
#header h1 a {
	width: 184px;
	height: 39px;
	display: block;
}
#header .right {
	float: right;
	font-size: 9px;
	color: #666;
	width: 480px;
	margin: -10px 0 0 0;
}
* html #header .right {
	padding: 0;
	margin: -10px 0 0 0;
}
.right p {
	clear: both;
	width: 475px;
	margin: 5px 0;
	text-align: right;
}
.right p.small {
	float: left;
	width: 255px;
	padding-top: 4px;
}
.right form {
	width: 215px;
	float: right;
	height: 15px;
	padding: 0;
	margin: 0;
}
#header .right input.search {
	width: 150px;
	height: 17px;
	border: 1px solid #c3c3c3;
	float: left;
	margin: 6px 0 0 0;
	padding: 0;
}
.right input.button {
	width: 52px;
	height: 17px;
	background: url(images/search.jpg) no-repeat;
	border: 0;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
span.divider {
	margin: 0 10px;
}
.rss {
	margin: 0 0 0 5px;
}
/* Navigation */
#nav {
	clear: both;
}
#nav li {
	width: 154px;
	height: 20px;
	border-bottom: 1px solid #676767;
	border-right: 1px solid #676767;
	background: #dbdbdb;
	font-weight: bold;
	float: left;
	display: inline;
	text-align: center;
	margin: 0 2px 0 0;
	padding: 5px 0 0 0;
}
#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
}
#nav li a:hover {
	text-decoration: underline;
}
/* Sidebar */
#sidebar {
	width: 320px;
	float: right;
	font-size: 11px;
	padding: 45px 0 15px 0;
}
/* Content */
#footer {
	clear: both;
	background: url(images/footer.gif) repeat-x;
	margin: 0 0 0 0;
	padding: 10px 0 30px 0;
	font-size: 10px;
	width:942px;
	overflow:hidden;
}
object {
	outline: none;
}
#flash_container {
	width: 942px;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -471px;
}

