html {
	color: #000;
	font: 80%/1.5 Arial,Helvetica,sans-serif;
	text-align: center;
}

body {
	margin: 0;
	background: #fff;
}

img {
	border: none;
}

img.left {
	display: block;
	float: left;
	margin: 6px 16px 12px 0;
}

img.right {
	display: block;
	float: right;
	margin: 6px 0 12px 16px;
}

p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
}

p {
	margin: 0 0 1em 0;
}

a, a:active, a:visited {
	color: #ae3d27;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

legend {
	display: none;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.hidden,
a#homeLink,
#sidebar,
img#abuseHurts {
	display: none;
}

/* :::::::::: LAYOUT :::::::::: */

#printHeader {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #333;
	margin-bottom: 12px;
}


#topBlock {
	width: auto;
	height: auto;
	margin: auto;
	background: none;
}

body#home #topBlock {
	width: auto;
	height: auto;
	margin: auto;
	background: none;
	text-align: left;
	padding: auto;
	text-transform: none;
	color: #000;
	font-size: 0.9em;
}


#container {
	width: auto;
	margin: auto;
	padding: auto;
	text-align: left;
}

#content {
	float: left;
	padding: auto;
	width: 430px;
	margin-right: 47px;
}

body#home #content {
	padding: auto;
	width: auto;
	margin: 0;
}

#rightSidebar {
	width: 202px;
	float: left;
}

.blockPic {
	display: block;
}

.quote {
	background: none;
	background: #e6e6e6;
	color: #333;
	padding: 18px;
}

.quote p {
	margin: 0;
}

#facts {
	padding: 74px 0 0 0;
}

#footer {
	clear: both;
	width: auto;
	padding: 16px 0 0 60px;
	border-top: 1px solid #dcb001;
	background: url(../images/footer-bg.gif) top left no-repeat;
}

#footer p {
	float: left;
	padding: 8px 30px 24px 0;
	font-size: 0.85em;
	color: #333;
}

#footer a, #footer a:active, #footer a:visited {
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
}


/* :::::::::::: HTM ELEMENTS ::::::::::::: */

#content h1 {
	font-size: 1.5em;
	color: #ae3d27;
}

#content h2 {
	font-size: 1.2em;
	color: #4b0049;
}


.attrib {
	text-align: right;
	padding-right: 50px;
}


.clearFix {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}