/* ----------- General -----------*/
body {
	margin: 0px;
	padding: 0px;
	color: #323232;
	font: 13px Arial, Helvetica, sans-serif;
}
table {
	border:none;
	border-collapse:collapse;
}
a {
	outline: none;
	text-decoration: none;
	color: #d33f1b;
	cursor:pointer;
}
a:hover {
	text-decoration: none;
	color: #333;
}
p, form, input, ul, h1, h2 {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
}
img {
	border: 0px;
}
h1 {
	font-size: 26px;
	padding-bottom: 4px;
}
h2 {
	font-size: 20px;
	padding-top: 12px;
}
p {
	padding: 7px 0px;
	line-height: 18px;
}
.clear {
	clear: both;
	display:block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#container {
	width: 700px;
	margin: auto;
	padding: 30px 0px;
}
.alignR {
	float: right;
	margin: 14px 0px 14px 16px;
}
#head {
	height: 76px;
	border-bottom: 1px solid #DFDFDF;
	background: url(../img/layout/xilo.png) no-repeat left 4px;
	margin-bottom: 18px;
}
#footer {
	border-top: 1px solid #DFDFDF;
	font-style: italic;
	color: #999;
	padding-top: 6px;
	margin-top: 18px;
	text-align: right;
}