table {
	border-collapse: collapse;
	border-spacing: 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	color: #555;
	font-size: 13px;
}
#container { width: 980px; margin: 0 auto; position: relative; }
#main { width: 100%; position: relative; }
#content { padding: 18px 20px; position: relative; color: #333; }
/* TYPE */
body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #333;
	text-align: center;
}
a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

p {
	margin-bottom: 18px;
	font-size: 10px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 18px;
}
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }


#Footer {
	color: #76797c;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
}
