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

* {
	margin: 0px;
	padding: 0px;
}

div {
  text-align:center;
}

#wrapper {
	position: relative;
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#clear {
	clear: both;
}

#header {
	position: relative;
	height: 138px;
	margin: 0px;
	padding: 0px;
}

#content {
	float: left;
	width: 675px;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	float: right;
	width: 262px;
	margin: 0px;
	padding: 0px;
}

#news_ticker {
	position: relative;
	width: 946px;
	margin: 0px;
	padding: 0px;
}

#footer {
	position: relative;
	height: 193px;
	font-size: 85%;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}