@charset "utf-8";
/* CSS Document */

#header {
	height: 240px;
	width: 960px;
	background-image: url(XD/header.jpg);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	background-image: url(XD/background.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 36px;
	color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
}
h3 {
}
a:link {
}
a:hover {
}
#container {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	background-color: #E09100;
}
#content_top {
	background-image: none;
	height: 130px;
	width: 960px;
	padding: 0px;
	margin: 0px;
}
#content {
	background-image: url(XD/content.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 30px;
}
#content_bottom {
	background-image: url(XD/content_bottom.jpg);
	height: 50px;
	width: 960px;
}
#footer {
	background-image: url(XD/footer.jpg);
	height: 100px;
	width: 960px;
	text-align: center;
	padding-top: 20px;
	margin: 0px;
}
#news {
}
.ptext {
}
