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

body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#bghd {
	background-repeat: repeat-x;
	background-position: center top;
	margin: auto;
}

.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.verd {
	font-family: "Monotype Corsiva";
	font-size: 16px;
	color: #000000;
}
.verd1 {
	font-family: "Monotype Corsiva";
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
}
.verd2 {
	font-family: "Monotype Corsiva";
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}
.title {
	font-family: "Monotype Corsiva";
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 580px;
	background-color: #fff;
	margin: 0 0 0 0;
	text-align: left;
}
div#container {
	padding: 20px;
}