/* jeffross - - 0822008 */
/* ---------------------------- resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------- general settings */
body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #787878;
	padding: 30px 0 0 0;
	border-top: 2px solid #404040;
	background: #fff;
}
#container {
	margin: 0 auto;
	width: 900px;
}
#container p {
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 42px;
}
#container p a {
	color: #707070;
}
#container p a:hover {
	color: #404040;
}
/* ---------------------------- footer */
#footer {
	width: 900px;
	height:61px;
	background: #404040;
}
#footer p {
	font: italic 2.2em Georgia, "Times New Roman", Times, serif;
	padding:14px 0 0 26px;
	color:#ccc;
	float:left;
}
#icons {
	float:right;
	padding:13px 22px 0 0;
}
#icons li {
	float: left;
	margin:0;
	padding:0 0 0 12px;
}
#icons a {
	float: left;
	display: block;
	margin:0;
	padding:0;
	text-decoration:none;
}
/* ---------------------------- misc. */
hr, .hide {
	display: none;
}
a img {
	border: none;
}
/* self-clear floats */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

