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

body {
	background-image:url(../images/bg1.jpg);
	background-repeat:repeat;
	margin:0px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	line-height:48px;
	margin-top:0px;
	text-align:center;
	color:#cc0000;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:25px;
	margin-top:25px;
}
#container {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: auto;
	width: 100%;
	overflow: hidden;
}
#header {
	background-image: url(../images/header.jpg);
	height: 273px;
	width: 671px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 551px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 60px;
	padding-left: 60px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 143px;
	width: 671px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
