@charset "UTF-8";
/* CSS Document */

html {
	background-color: #716558;
}
body {
	font: 12px/1.4 Georgia, Times, "Times New Roman", serif;
	;
	color: #1e1d1e;
	background-color: #716558;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 18px; color: #2b2b2b; line-height: 1.2; font-family: Georgia, Times, "Times New Roman", serif; }
h5, h6 { margin: 0 0 3px; font-weight: bold; }
h1 {
	font-size: 36px;
	background-image: url(images/title.gif);
	width:490px;
	height:140px;
	text-indent:-9999px;
	display:block;
	background-repeat: no-repeat;
	background-position: center center;
}
h2 { font-size: 28px; }
h3 { font-size: 21px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

p { margin: 0 0 10px; }

a:link, a:visited {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #1e1d1e;
	outline: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #F60;
}

ul, ol { margin: 0 0 18px; }

strong { font-weight: bold; }
em { font-style: italic; }

blockquote, address, pre { margin: 0 0 18px; }
blockquote { margin: 36px 0 36px -32px; padding: 0 0 0 32px; color: #999; font-family: Georgia, Times, "Times New Roman", serif; background: url(images/bg-blockquote.gif) left 1px no-repeat; }

input.text { height: 15px; line-height: 15px; margin: 0; padding: 4px; color: #999; border: 1px solid #aeaeae; background: #fff; }
input.text:focus { color: #585858; border-color: #585858; }
#content #title{ line-height: 15px; margin: 0; padding: 4px; color: #999; background: #fff; }
textarea:focus { color: #585858; border-color: #585858; }
input.button { height: 23px; line-height: 15px; margin: 0; padding: 0 12px; font-size: 12px; font-style: italic; color: #fff; font-family: Georgia, Times, "Times New Roman", serif; border: none; background-color: #919917; cursor: pointer; }
input.button:hover { background-color: #b2bb1c; }

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin: 0 auto; }
.screen-reader-text { display: none; }

.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }

/* header */

.container {
	background-repeat: repeat;
	padding-right: 15px;
	padding-left: 15px;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}.container#header {
	background-color: #e5dfce;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 20px;
}
.container#content {
	background-color: #e5dfce;
	padding-bottom: 15px;
}
.container#footer {
	background-image: url(images/footer.jpg);
	min-height: 300px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #e5dfce;
	padding-bottom: 15px;
}
#header-inner {
	width: 945px;
}
#header-inner ul  {
	height: 145px;
}
#header-inner ul li  {
	display: block;
	float: left;
	margin-right: 15px;
	height: 213px;
}
#header-inner ul li.end {
	margin: 0px;
}
#content-inner {
	background-color: #f3f1ea;
	height: 140px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 945px;
}
#content-inner #left {
	width: 475px;
	padding-right: 70px;
	padding-left: 70px;
	height: 140px;
	background-color: #F3F1EA;
	float: left;
}
#content-inner #right {
	background-color: #F3F1EA;
	float: right;
	width: 330px;
	padding-top: 30px;
}

