body {
	font: 13px/20px cambria, georgia, times, 'times new roman', serif;
	color: #000;
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
}

a {
	color: #c30;
}

p {
	text-indent: 20px;
}

p.info, p.info a, p.info a:visited, a.info, a.info:visited {
	color: #999;
	text-decoration: none;
}

div#header, div#footer, div#nav {
	background-color: #000;
	color: #fff;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	width: 940px;
	float: left;
}

div#header a, div#header a:visited, div#footer a, div#footer a:visited, div#nav a, div#nav a:visited {
	color: #fff;
	text-decoration: none;
}

div#nav {
	width: 960px;
	padding: 0;
	background-color: #222;
}

div#nav ul {
	float: left;
}

div#nav ul li {
	float: left;
	padding: 0 10px;
}

div#nav form {
	float: right;
	padding: 10px;
}

div#nav form input {
	border: 1px solid #333;
	border-bottom-color: #121212;
	border-right-color: #121212;
	padding: 2px;
	height: 14px;
	width: 150px;
}

h1 {
	float: left;
	line-height: 40px;	
}

h1, h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}

h2, h3 {
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
}

h3 {
	margin-top: 20px;
}

div.column, div.fcolumn {
	width: 300px;
	float: left;
	overflow: auto;
	padding: 10px;
}

div.fcolumn {
	width: 320px;
	padding: 0;
}

div.fcolumn div {
	padding: 10px;
}

div#content {
	width: 960px;
	float: left;
	overflow: auto;
}

div.article h2, div.column h2 {
	font-weight: bolder;
}

div#footer a {
	float: left;
}

div#header span, div#footer span {
	float: right;
}

div#header span a, div#header span a:visited {
	color: #999;
}

div#header span a:hover {
	color: #fff;
}

a:visited {
	color: #630;
}

div.article div.last:first {
	margin: 0;
}

div.fade {
	overflow: hidden;
	position: relative;
}

div.fade p, div.fade h2 {
	opacity: 0.3;
}

div.fader {
	position: absolute;
	display: block;
	left: 0;
	width: 300px;
	height: 30px;
	background-image: url(http://xavoy.com/images/3.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.quickLinks {
	float: right;
	background-color: #fafafa;
}

h4 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bolder;
	margin: 10px 10px 9px 10px;
	border-bottom: 1px solid #000;
	overflow: auto;
	position: relative;
}

h4 a, h4 a:visited {
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
	background-color: #f60;
 	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding: 0 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity: 0.25;
}

h4 a:hover {
	opacity: 1;
}
