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

body {
	margin:0;
	padding: 0 0 0 0;
	font: 75.25%/130% Arial, Verdana, Helvetica, sans-serif;
	background: #9c9889;
	color: #5c5849;
	text-align: center;
}

#divContainer {
	width: 740px;
	margin: 10px auto;
	border:0;
	padding: 0;
	text-align: left;
}

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

#divHeader {
	width: 740px;
	height: 120px;
	background: #9c9889 url("../images/bodytop.gif") 100% 0% no-repeat;
	padding:0;
	margin:0;
}

#divMiddle {
	width: 740px;
	background: #bcb8a9 url("../images/content_back.gif") 100% 0% repeat-y;
}

#divFooter {
	width: 740px;
	height: 46px;
	background: #bcb8a9 url("../images/bodybottom.gif") no-repeat top left;
}


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

p {
	margin: 0 80px 1em 80px;
}

ul {
margin: 0 100px 1em 100px;
}

h1, h2, h3 {
	font-family: Georgia, Palatino, Palatino Linotype, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #4C4839;
	clear: both;
	margin: 0 80px 1em 80px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.8em;
}

.small {
	font: 0.88em Arial, Verdana, Helvetica, sans-serif;
}

/* =hyperlinks : global */

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

a:hover {
	color: #5C58f9;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* --------------------------- =main content area -------------------------- */

/* =images : main content area */

#divMiddle img {
	margin: 5px 0 20px 0;
}

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

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

/* =type : summary */

#divSummary h2 {
	margin: 0 0 0.5em 0;
}

#divSummary h3 {
	padding-top: 1em;
	margin: 0 0 0.5em 0;
}

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

#divFooter p {
	margin: 0 40px 0.5em 40px;
}

