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

body {
	background: #fff url('../images/layout/burst.gif') no-repeat top center;
	color: #555;
	font: 62.5% Georgia, georgia, "Times New Roman", Times, serif;
}

#header {
	background: #eee url('../images/header_bg.gif') repeat-x top left;
	border-top: 2px solid #666;
	border-bottom: 1px solid #ddd;
	height: 75px;
}

#header-wrapper {
	margin: 0 auto;
	width: 800px;
}

#logo {
	background: transparent url('../images/logo.gif') no-repeat center center;
	float: left;
	height: 75px;
	text-indent: -9999em;
	width: 320px;
}

#navigation {
	float: right;
	font-size: 2em;
}

#navigation li {
	display: inline;
}

#navigation li a {
	border-bottom: 2px solid #888;
	color: #888;
	display: block;
	float: left;
	margin: 25px 15px 0 15px;
	text-decoration: none;
}

#navigation li a:hover {
	border-bottom: 2px solid #7bb0c7;
	color: #7bb0c7;
}

#content {
}

#content-wrapper-head {
	background: transparent url('../images/layout/content_bg.gif') no-repeat 0 0;
	height: 26px;
	margin: 2em auto 0 auto;
	width: 800px;
}

#content-wrapper {
	background: transparent url('../images/layout/content_bg.gif') repeat-y -800px 0;
	margin: 0 auto;
	padding: 0 25px;
	width: 750px;
}

#content p {
	font-size: 1.7em;
	line-height: 1.7em;
}

#footer {
	color: #999;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
}

#footer-wrapper {
	background: transparent url('../images/layout/content_bg.gif') no-repeat -1600px 0;
	margin: 0 auto;
	padding: 50px 0;
	width: 800px;
}

#footer p {
	line-height: 1.5em;
}

/* Table */
table {
	font-size: 1.7em;
	line-height: 1.7em;
	margin: 0 auto;
}

th {
	border-bottom: 1px solid #CCC;
	padding: 0 2em;
	text-align: left;
}

td {
	padding: 0 2em;
	text-align: left;
}

/* Classes */
.center {
	text-align: center;
}

.indent {
	text-indent: 2em;
}

.clear {
	background: transparent;
	border: 0;
	clear: both;
	color: transparent;
	display: block;
	padding: 10px 0;
}

.spotlight {
	background: #f3f3f3 url('../images/layout/spotlight_bg.gif') repeat-x top left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ddd;
	margin: 0 -22px 2em -22px;
	padding: 1em;
	text-align: center;
}

.separator {
	background: transparent url('../images/layout/separator.gif') no-repeat center center;
	border: 0;
	clear: both;
	color: transparent;
	display: block;
	height: 20px;
	padding: 25px 0;
}

.pattern-container {
	float: left;
	margin-left: 16px;
	text-align: center;
}

.pattern-container a {
	color: #777;
	font-size: 1.5em;
	text-decoration: underline;
}

.pattern-container a:hover {
	color: #7bb0c7;
}

.pattern {
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #eee;
	padding: 7px 8px 8px 7px;
}

.pattern-container a:hover .pattern {
	border-bottom: 2px solid #7bb0c7;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #eee;
}
