body {
	background-color: #FFFFFF;
	background-image: url('../images/header_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

#wrap {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 740px;
	height: 180px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	margin-top: 32px;
}

#navigation {
	width: 740px;
	height: 32px;
	overflow: hidden;
	border-left: 1px solid #1468c6;
	border-right: 1px solid #1468c6;
	border-bottom: 1px solid #1468c6;
}

#navigation .item {
	width: 96px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	float: left;
	text-decoration: none;
	color: #1468c6;
}

#navigation .item:hover {
	background-color: #6abaf7;
	color: #FFFFFF;
}


#content {
	width: 740px;
	padding: 16px;
	font-size: 1.4em;
}

#content h1 {
	color: #1468c6;
	font-size: 1.8em;
}

#content h2 {
	color: #6abaf8;
	font-size: 1.6em;
}

#content b {
	color: #1468c6;
}

#content table {
	margin-left: 24px;
}

#footer {
	width: 740px;
	border-top: 1px solid #666666;
	padding: 8px;
	font-size: 1em;
	text-align: center;
}

.grey_box {
	width: 80%;
	border: 1px solid #999999;
	background-color: #E6E6E6;
	padding: 16px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	color: #1468c6;
}

.error_table {
	border: 1px solid #FF0000;
	padding: 16px;
}
