	* {
	padding: 0;
	margin: 0;
	border-color: #000000;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	border: 0px;
	border-color: #000000;
	background-color: #000000;
}
#faux {
 background: url(bg.gif);
 margin-bottom: 0px;
 overflow: auto;
 width: 100%
}
#header {
	color: #333;
	width: 922px;
	padding: 0px;
	height: 98px;
	margin: 0px 0px 0px 0px;
	background: #ff9900;
	border-left: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-top: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}
#navigation {
	color: #333;
	padding: 0px;
	margin: 0px -2px 5px 0px;
	background: #ff9900;
	border-bottom: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-left-color: #000000;
	border-left: 1px;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #000000;
	border-right-style: solid;
}
#rightcolumn {
	display: inline;
	color: #000000;
	margin: 10px;
	width: 195px;
	float: right;
	background-color: #CCCCCC;
	border-color: #000000;
	border: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom: 1px;
	border-left: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-top: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}
#leftcolumn {
	float: left;
	color: #333;
	margin: 0px;
	width: 683px;
	display: inline;
	position: relative;
	border-left: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-top: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.clear {
	clear: both;
	background: none;
	background-color: #EAEAEA;
}

