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

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0px;
}
h5 {
	font-family:Tahoma, Verdana, Arial;
	font-size:44px;
	line-height:55px;
	text-align:center;
	letter-spacing:-1px;
	margin-top:10px;
}

h1 {font-family:Tahoma, Geneva, sans-serif;
	font-size:36px;
	text-align:center;
	font-weight:bold;
	color:#900;
	letter-spacing:-1px;
}

h2 {
	font-family:Tahoma, Verdana, Arial;
	font-size:22px;
	line-height:30px;
	text-align:center;

}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:25px;
	margin-top:0px;
}
h4 {
	font-family:Tahoma, Verdana, Arial;
	font-size:22px;
	line-height:30px;
	text-align:left;
	color:#900;

}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	font-weight:normal;
}

.highlight {

	background-color:#FF0
}

#maincontainer {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0px;
	background-image:url(images/bgx.jpg);
	background-repeat: repeat-x;
}
#header {
	background-image:url(images/small-header.png);
	width:1000px;
	height:49px;
	margin:0px auto 0px auto;
	overflow:hidden;
}
#contentbg {
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
	width:700px;
	height:auto;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#footer {
	background-image:url(images/footer.jpg);
	width:1000px;
	height:205px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
