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

#bg {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #000000;
}
#container1 {
	background-image: url(bg2.jpg);
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-repeat: no-repeat;
}
#header {
	background-image: url(header.jpg);
	height: 264px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	background-image: url(footer.jpg);
	height: 69px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: Bold;
	Color: #F00;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: Bold;
	Color: #F00;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	Color: #F00;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	margin-top:15;
	padding-left : 40px;
	padding-right: 40px;
}
#box {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 560px;
	background-color: #ffffcc;
	border: 4px dotted #ffff66;
	padding: 10px;
	font-size: 14px;
	margin: 10px 100px;
}
#box h1 {
	font-size: 22px;
	line-height: 1em;
}
#box h2 {
	font-weight: normal;
	font-size: 19px;
	line-height: 0.05em;
}
