/* CSS Document */

body {
	background-image : url(background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

h1 {
	font-size: 200%;
}

h2 {
	text-align: left;
	margin-right: 40px;
	margin-left: 40px;
}

h3 {
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
}

table {
	margin-right: 50px;
	margin-left: 50px;
}

a {
	color: #093;
}

#header {
	background-image : url(image1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1030px;
	width: 100%;
	text-indent: -9999px;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper p {
	font-size: 160%;
	line-height: 120%;
	margin-right: 50px;
	margin-left: 50px;	
}

#wrapper p.image {
	margin: 0px;
}

.section1 {
	background-image : url(image4.jpg);
	height: 310px;
	width: 900px;
}

.section2 {
	background-image : url(image8.jpg);
	height: 300px;
	width: 900px;
}

.section3 {
	background-image : url(image14.jpg);
	height: 610px;
	width: 900px;
	position: relative;
}

.section4 {
	background-image : url(image15.jpg);
	height: 510px;
	width: 900px;
	position: relative;
}

.section3 .article1, .section3 .article2, .section3 .article3 {
	position: absolute;
}

.section3 .article1 {
	left: 0px;
	top: 270px;
	width: 450px;
}

.section3 .article2 {
	left: 0px;
	top: 360px;
	width: 450px;
}

.section3 .article3 {
	left: -10px;
	top: 450px;
	width: 460px;
	height: 130px;
	background-image : url(button1_up.jpg);
}

.section3 .article3 a {
	background-image : url(button1.jpg);
	display: block;
	height: 0px;
	width: 460px;
	padding-top: 130px;
	overflow: hidden;
}

.section3 .article3 a:hover {
	background-image : url(button1_up.jpg);
}

.section4 .article1 {
	left: 257px;
	top: 331px;
	width: 300px;
	position: absolute;
}

.button1 {
	background-image : url(button2_up.jpg);
	height: 90px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.button1 a {
	background-image : url(button2.jpg);
	display: block;
	height: 0px;
	width: 820px;
	padding-top: 90px;
	overflow: hidden;
}

.button1 a:hover {
	background-image : url(button2_up.jpg);
}

.button2 {
	background-image : url(button3_up.jpg);
	height: 90px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.button2 a {
	background-image : url(button3.jpg);
	display: block;
	height: 0px;
	width: 820px;
	padding-top: 90px;
	overflow: hidden;
}

.button2 a:hover {
	background-image : url(button3_up.jpg);
}

.f90 {
	font-size: 80%;
}

.f120 {
	font-size: 120%;
}

.f140 {
	font-size: 140%;
}

.f160 {
	font-size: 160%;
}

.f180 {
	font-size: 180%;
}

.f250 {
	font-size: 250%;
}

.green {
	color: #393;
}

.blue {
	color: #069;
}

.red {
	color: #C00;
}

.bk_yerrow {
	background-color: #FF6;
}

#footer {
	padding-top: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #060;
	height: 80px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
