/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dl, dt, dd,
table, th, tr, td,
h1, h2, h3, h4, h5, h6
a
{
	margin				: 0;
	padding				: 0;
	font-family			: Verdana, sans-serif;
	font-size			: 100%;
}
body
{
	font-size			: 11px;
	background			: #444;
	color				: #444;
}
img
{
	border				: 0;
}
p {
	margin-bottom		: 1em;
}
a {
	color				: #ff8a00;
	text-decoration		: underline;
}
a:hover {
	text-decoration		: none;
}
p
{
	margin-bottom		: 1em;
}
ul li
{
	margin-left			: 20px;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
}
* html .clearfix {
	height: 1%;
}
pre {
	background: #fff;
	border: 4px solid yellow;
	margin: 10px;
	padding: 10px;
}

a.more {
	font-weight: bold;
	color: #ff8a00;
	text-decoration: underline;
	font-size: 90%;
}
a.more:hover {
	text-decoration: none;
}

a.img img {
	float: left;
	margin: 0 1em 0.4em 0;
}

div.dotted-line {
	clear: both;
	background: url('/dsg/line.gif') repeat-x top left;
	height: 1px;
	overflow: hidden;
}


#santa {
	position: absolute;
	width: 920px;
	height: 100px;
	left: 50%;
	margin-left: -460px;
	top: 0;
}