* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #111111;
	background: #FFBA00 url(background.png) 0px 0px;
	text-align: center;
	font-size: 14px;
}

a:link {
	color: #FF9420;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #FF7409;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #EA7705;
	background-color: transparent;
	text-decoration: underline;
}

h1 {
	text-indent: -10000px;
	font-size: 1px;
	color: #FFFFFF;
	background: transparent url(h1.png) no-repeat 0px 0px;
	width: 818px;
	height: 224px;
	margin: 0px auto;
	text-align: center;
}

h2 {
	text-indent: -10000px;
	font-size: 1px;
	color: #FFFFFF;
	background: transparent url(h2.png) no-repeat 0px 0px;
	width: 556px;
	height: 50px;
	margin: 0px auto;
	text-align: center;
}

li {
	list-style: none;
}

p {
	line-height: 1.5;
}

img {
	border: none;
}

address {
	font-style: normal;
	font-size: 10px;
}

strong {
	font-size: 18px;
}

#header {
	color: #333333;
	background: transparent url(header.png) repeat-x;
	height: 500px;
}

#header-contents {
	color: #333333;
	background: transparent url(header-contents.png) no-repeat 0px 100%;
	width: 818px;
	height: 500px;
	margin: 0px auto;
	text-align: left;
}

#header-contents #message-1 {
	text-indent: -10000px;
	color: #333333;
	background: transparent url(message-1.gif) no-repeat 0px 0px;
	width: 307px;
	height: 204px;
	position: relative;
	top: -20px;
	left: 50px;
}

#header-contents #message-2 {
	text-indent: -10000px;
	color: #333333;
	background: transparent url(message-2.gif) no-repeat 0px 0px;
	width: 365px;
	height: 279px;
	margin-top: -310px;
	margin-left: 327px;
}

#main {
	color: #333333;
	background: transparent url(main.png) no-repeat 0px 0px;
	width: 818px;
	margin: 0px auto;
	overflow: hidden;
	height: 100%;
}

#main-contents {
	color: #333333;
	background: transparent url(main-contents.png) repeat-y 0px 0px;
	margin-top: 20px;
	overflow: hidden;
	height: 100%;
}

#footer {
	clear: both;
	color: #111111;
	background: transparent url(footer.png) no-repeat 0px 0px;
	width: 818px;
	height: 104px;
	margin: 0px auto;
	text-align: left;
}

#footer-contents {
	padding-top: 35px;
	margin-left: 50px;
}

#footer-logo {
	width: 148px;
	position: relative;
	top: -20px;
	left: 570px;
}

/* box */
.box-contents {
	float: left;
	display: inline;
}

.box {
	text-align: left;
	margin-left: 50px;
	padding: 10px;
}

.box h3 {
	margin-left: 120px;
	margin-right: 20px;
}

.box p {
	font-size: 13px;
	margin-top: 5px;
	margin-left: 120px;
	margin-right: 30px;
}
#point-1 {
	color: #FFFFFF;
	background: transparent url(point-1.png) no-repeat 0px 0px;
	width: 389px;
	height: 168px;
}

#point-1 h3 {
	text-indent: -10000px;
	color: #FFFFFF;
	background: transparent url(point-1-h3.png) no-repeat 0px 8px;
	width: 206px;
	height: 58px;
}

#point-2 {
	color: #FFFFFF;
	background: transparent url(point-2.png) no-repeat 0px 0px;
	width: 389px;
	height: 141px;
}

#point-2 h3 {
	text-indent: -10000px;
	color: #FFFFFF;
	background: transparent url(point-2-h3.png) no-repeat 0px 8px;
	width: 207px;
	height: 56px;
}

#point-3 {
	color: #FFFFFF;
	background: transparent url(point-3.png) no-repeat 0px 0px;
	width: 389px;
	height: 182px;
}

#point-3 h3 {
	text-indent: -10000px;
	color: #FFFFFF;
	background: transparent url(point-3-h3.png) no-repeat 0px 8px;
	width: 247px;
	height: 57px;
}

#point-4 {
	color: #FFFFFF;
	background: transparent url(point-4.png) no-repeat 0px 0px;
	width: 389px;
	height: 102px;
}

#point-4 h3 {
	text-indent: -10000px;
	color: #FFFFFF;
	background: transparent url(point-4-h3.png) no-repeat 0px 8px;
	width: 183px;
	height: 36px;
}

/* sidebar */
#sidebar {
	float: left;
	display: inline;
	width: 282px;
	height: 652px;
	color: #904B00;
	background: transparent url(sidebar.png) repeat-y 0px 0px;
}

#sidebar h4 {
	font-size: 16px;
	color: #FF7409;
	background-color: transparent;
}

#sidebar-header {
	text-indent: -10000px;
	color: #FFFFFF;
	background: transparent url(sidebar-header.png) no-repeat 0px 0px;
	height: 116px;
}

.sidebar-item {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.sidebar-item-body {
	margin-top: 10px;
	padding: 10px;
	color: #904B00;
	background-color: #FFF1E6;
}

.sidebar-item-body p {
	text-align: left;
	font-size: 12px;
	margin-bottom: 1em;
}

.note {
	color: #666666;
	background-color: transparent;
}

#email {
	width: 90px;
}

#submit {
	margin-top: 1em;
	margin-bottom: 1em; 
}

