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

body {
	background-image:url(../image/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color: #E1EEFD;
}
h1 {
	font-family:Tahoma, Verdana, Arial;
	font-size:33px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	line-height:42px;
	color: #333333;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:25px;
	margin-top:25px;
}
#header {
	background-image: url(../image/header.jpg);
	height: 282px;
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../image/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	overflow: hidden;
}
#footer {
	background-image: url(../image/footer.jpg);
	height: 95px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
