* { padding: 0; margin: 0; }

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background: #f9f9f9;
	color: black;
}

#wrapper { 
	margin: 0 auto;
	width: 754px;
}

#header {
	width: 752px;
	height: 87px;
	padding: 0px;
	border: 1px solid #708090;
	margin: 20px 0px 0px 0px;
}

#leftcolumn { 
	width: 160px;
	color: #333;
	border-top: 1px solid #708090;
	border-left: 1px solid #708090;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	float: left;
	display: inline;
	text-align: center;
}

#content { 
	width: 402px;
	float: left;
	color: #333;
	border-top: 1px solid #708090;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	display: inline;
	position: relative;
}

#rightcolumn { 
	width: 160px;
	color: #333;
	border-top: 1px solid #708090;
	border-right: 1px solid #708090;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	float: right;
	position: relative;
	display: inline;
}

#faux {
	background: url(/images/faux.gif);
	margin-bottom: 10px;
	overflow: auto; /* IE fix */
	width: 100%;
	border-bottom: 1px solid #708090;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

.quote {
	font-size: 16px;
}

.quote-big {
	font-size: 30px;
}

.author {
	margin-left: 20px;
	font-size: 16px;
	margin-bottom: 1em;
}

.author-big {
	margin-left: 30px;
	font-size: 30px;
	margin-bottom: 1em;
}

a:active, a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.center {
	text-align: center;
}

td.page-nav {
	text-align: right;
	white-space: nowrap;
}

.menu {
	float: left;
}

.search {
	float: right;
}

.space {
	clear: both;
	padding-bottom: 10px;
}

ol, ul {
	margin-left: 10px;
	padding-left: 10px;
}

li {
	margin-bottom: 1em;
}

.column {
	float: left;
	padding-right: 10px;
}
