
html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #000;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/body_bg.jpg);
	padding-bottom: 10px;
}

p {
	line-height: 19px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #C10000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	background: url(img/quote.gif) no-repeat 20px 7px;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

/* Wrap */

#wrap {
	width: 869px;
	margin: 0 auto;
}

/* Top */

#top {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
}

/* Top (Title) */

#title {
	width: 570px;
}

#top h1 {
	font-family: "Trebuchet MS";
	font-size: 25px;
	padding: 0 0 0 40px;
	display: block;
	background: url(img/logo.gif) no-repeat 0 5px;
}

#top h1 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#top h1 a:hover {
	color: #F4DD2F;
}

#top p {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #BBBBBB;
	padding: 0 0 0 40px;
}

/* Top (Menu) */

#menu {
	width: 100%;
}

#menu ul {
	font-weight: bold;
	font-size: 13px;
	float: right;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	float: left;
	text-decoration: none;
	padding: 0 0 0px 4px;
	line-height: 24px;
	margin-left: 12px;
	color: #9B9B9B;
}

#menu ul li a span {
	display: block;
	padding-right: 9px;
	padding-left: 6px;
	padding-bottom: 2px;
}

#menu ul li.current_page_item a {
	background: url(img/link_left.gif) no-repeat left top;
	color: #fff;
}

#menu ul li.current_page_item a span {
	background: url(img/link_right.gif) no-repeat right top;
}

#menu ul li a:hover {
	background: url(img/link_left.gif) no-repeat left top;
	color: #F4DD2F;
}

#menu ul li a:hover span {
	background: url(img/link_right.gif) no-repeat right top;
}

/* Header */

#header {
	width: 580px;
	height: 140px;
	background: url(img/content_top.gif);
	padding: 9px 0 0 9px;
}

#header #text {
	width: 570px;
	height: 140px;
	background: url(img/header_.jpg);
	display: table;
	position: relative;
	overflow: hidden;
}

#hea