* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #000;
}

br.clear {
	clear: both;
}

a {
	color: #333;
}

p {
	line-height: 1.3em;
	margin-bottom: 18px;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 5px;
}

img.middle {
	vertical-align: middle;
}

span.small {
	font-size: 11px;
}


/* outer wrapper */

#outer_wrapper {
	float: left;
}

#wrapper {
	float: left;
}

/* container */

#container {
	float: left;
}

/* header */

#header {
	float: left;
	width: 100%;
}

#header img {
	float: left;
}

/* main */

#main_wrapper {
	float: left;
}

#main {
	float: left;
}

#main_gutter {
	clear: both;
}

/* navigation */ 

#navigation {
	display: none;
}

/* content */

#image {
	display: none;
}

#content {
	float: left;
}

#content .content_gutter {
	float: left;
}

#content ul {
	list-style-type: disc;
	margin-bottom: 18px;
	padding-left: 22px;
}

#content ul li {
 	padding: 0 0 3px 0;
	line-height: 1.4em;
}


/* news */

ul.news {
	float: left;
	list-style-type: none !important;
	padding-left: 0 !important;
}

ul.news li {
	float: left;
}

ul.news li strong {
	float: left;
	display: block;
	font-size: 14px;
}

span.date {
	font-size: 11px;
	color: #333;
}

/* bottom */

#bottom {
	float: left;
}

#bottom .gutter {
	float: left;
	padding-top: 35px;
	font-size: 11px;
	color: #333;
}

/* quoted */

#quoted {
	display: none;
}

/* sIFR */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
