* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #67492E;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	width: 734px;
	padding-left: 30px;
	padding-top: 8px;
	margin-bottom: 10px;
	background: url(images/bg2.jpg) repeat-x;
	height: 26px;
	float: left;
}

a, .link {
	cursor: pointer;
	color: #607cf3;
	text-decoration: underline;
}

a:hover, .link:hover {
	text-decoration: none;
}

.blank {
	clear: both;
}

img {
	border: none;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

a img {
	margin: 0 0 30px 0;
	padding: 0;
}

u {
	color: #000;
}

#layout{
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#top {
	background: url(images/top_bg.jpg) repeat-x;
	width: 780px;
	height: 39px;
	padding: 18px 0 0 0;
}

#links {

	font-size: 13px;
	font-weight: bold;
	margin: 0 auto;
	width: 772px;
}

#links a {
	display: block;
	height: 18px;
/*	width: 235px;*/
	margin: 0 2px;
	padding: 2px 23px;
	text-align: center;
	float: left;
	background: url(images/links_bg.jpg) repeat-x;
	color: #000000;
	text-decoration: none;
}

#links a:hover {
	color: #333;
	text-decoration: none;
	background: url(images/links_bg_hover.jpg) repeat-x;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 780px;
	height: 174px;
/*	font-family: Times;*/
}

#header a {
	display: block;
	width: 300px;
	height: 22px;
	text-decoration: none;
	color: #111;
	border: none;
	padding: 152px 0 0 480px;
}

#slogan {
	width: 250px;
	font-size: 14px;
	text-align: center;
}

.bg1 {
	background: url(images/bg1.jpg) repeat-x;
	float: left;
}

.bg2 {
	background: url(images/bg2.jpg) repeat-x;
	height: 26px;
	float: left;
}

#text {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin: 8px;
	padding-bottom: 8px;
	text-align: justify;
	line-height: 16px;
}

#text p, #text li {
	margin-bottom: 8px;
}

#text ul {
	margin-left: 30px;
}

table {
	border-collapse: collapse;
	border: 2px solid #D7D7D7;
	width: 100%;
	margin-bottom: 8px;
	float: left;
}

th, td {
	text-align: center;
	padding: 2px;
	border: 2px solid #D7D7D7;
}

td {
	padding: 2px 2px 2px 10px;
	border: 1px solid #D7D7D7;
}

td.left {
	text-align: left;
}

#footer {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	width: 770px;
	border-top: 2px solid #D7D7D7;
	border-bottom: 2px solid #D7D7D7;
	margin-top: 2px;
	padding: 5px;
}

#sub {
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 10px;
	width: 780px;
	color: #bbb;
}

#sub ul {
	width: 780px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
}

#sub ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 250px;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.2em;
	border: 0;
	font-weight: normal;
}

#sub ul li a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid;
}

#sub ul li a:hover {
	border: none;
	color: #000;
}