
* {
	/* global white space reset */
	padding: 0;
	margin: 0;
}

body {
	margin:0;
	padding: 50px 0 0 0;
	font: 75.25%/130% Arial, Verdana, Helvetica, sans-serif;
	background: #fff url("../images/stripe.gif") top left repeat-x;
	color: #666;
	text-align: center;
}

img {
	border-bottom-style:none;
	border:0;
	margin:0;
	padding:0;
}

#divContainer {
	width: 400px;
	margin: 0 auto;
	border:0;
	padding: 0;
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px none #666;
	border-bottom: 1px solid #666;
	border-top: 1px none #666;
}

/* -------------------------------- =header -------------------------------- */

#divHeader {
	width: 400px;
	height: 103px;
	padding:0;
	margin:0;
	border: 1px none #fff;
	background: url("../images/headback.gif") top left no-repeat;
}

#divMiddle {
	float: left;
	width: 400px;
	background: #fff url("../images/topback.gif") top left repeat-y;
	padding:0;
	margin:0;
	border-bottom: 1px dashed #666;
}

#divFooter {
	width: 400px;
	height: 60px;
	background: #fff url("../images/topback.gif") top left repeat-y;
	padding:0;
	margin:0;
	border-bottom: 1px none #666;
}

.clear {
	clear: both;
	height: 0;
}

.rule {
	clear: both;
	height: 12px;
	border-top: 1px solid #99ABB2;
}

/* ---------------------------- =type : global ----------------------------- */

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

p {
	margin: 0 40px 1em 59px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #444;
	clear: both;
	margin: 0 40px 1em 59px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.7em;
}

/* =hyperlinks : global */

a:link, a:visited {
	color: #3355cc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* =images : main content area */

#divMiddle img.rangeLeft {
	float: left;
	margin: 5px 10px 10px 0;
}

#divMiddle img.rangeRight {
	float: right;
	margin: 5px 0 10px 10px;
}


/* -------------- =footer ------------ */

#divFooter p {
	margin: 15px 40px 0.5em 59px;
	font-size: 77%;
}

