* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body {
	margin: 30px 30px 30px 30px;
	_margin: 30px 0px 30px 30px;
	background: #EEEEEE;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover, a:focus, a:active {
	font-weight: bold;
}

/* HEADER */

div#header {
	width: 705px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #000000;
	font-size: 0px;
	line-height: 0px;
}
div#header h1 {
	margin: -25px 0px -18px 0px;
	/* IF H1 IS AN IMAGE FOR IE(6,7)
		*margin: -34px 0px -28px 0px;*/
	font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
	font-size: 90px;
	line-height: 108px;
	font-weight: bold;
	white-space: nowrap;
	color: #333333;
}
div#header h2 {
	margin: 11px 0px -7px 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
}

/* FOOTER */

div#footer {
	width: 735px;
	margin: 15px 0px 30px 0px;
	font-size: 0px;
	line-height: 0px;
}
div#footer h2 {
	margin: -6px 0px -8px 0px;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
div#footer h3 {
	margin: -6px 0px -8px 0px;
	padding: 9px 0px 0px 0px;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}
div#footer p {
	width: 705px;
	margin: -3px 0px -5px 0px;
	padding: 12px 0px 0px 0px;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}
div#footer p.large {
	margin: -4px 0px -6px 0px;
	padding: 12px 0px 0px 0px;
	font-size: 18px;
	line-height: 21px;
}
div#footer p.near {
	padding: 7px 0px 0px 0px;
}
div#footer img {
	font-size: 10px;
	line-height: 12px;
}
div#footer div.visual {
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
	color: #333333;
}
div#footer div.thumbnail {
	float: left;
	width: 225px;
	height: 180px;
	margin: 15px 15px 0px 0px;
	font-size: 0px;
	line-height: 0px;
	color: #000000;
}
div#footer div.thumbnail h2 {
	display: inline;
	position: relative;
	top: 5px;
	left: 5px;
	padding: 0px 2.5px 0px 2.5px;
	background: #EEEEEE;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	white-space: nowrap;
}
div#footer div.thumbnail img {
	margin: -18px 0px 0px 0px;
}
div#footer div.clear {
	clear: both;
}