* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	color: #0099ff;
}

a.button {
	color: #ffffff;
}

body {
	background-color: #efefef;
	background-image: url('bodybg.png');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 100px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

div#content {
	margin: 0 auto;
	width: 452px;
	text-align: justify;
	background-image: url('divbg.png');
	background-position: center;
	background-repeat: repeat-y;
	padding: 40px;
	padding-top: 0px;
	padding-bottom: 0;
}

h1 {
	font-family: Georgia, 'Times New Roman', Verdana;
	color: #0099ff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

h1.red {
	color: #cc3300;
}

h2 {
	margin-top: 20px;
	font-size: 14px;
	font-family: Georgia;
	font-weight: bold;
}

hr {
	margin: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 0px:
	color: #999999;
	border: 0.5px solid #cccccc;
}

p {
	margin-top: 10px;
	line-height: 22px;
}

ul, ol {
	margin-top: 10px;
	margin-left: 20px;
}

ul.haken {
	list-style-type: none;
	margin-left: 0;
}

ul.haken li {
	background-image: url('haken.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

li {
	padding: 5px;
	line-height: 22px;
}

h3 {
	font-family: Georgia, 'Times New Roman', Verdana;
	color: #0099ff;
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
	text-align: center;
}

blockquote {
	padding: 30px;
}

blockquote p {
	font-style: italic;
}

p.bottomline {
	font-size: 10px;
}

div#foot {
	margin: 0 auto;
	width: 522px;
	background: url('footbg.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	padding-top: 20px;
	color: #ababab;
}

div#foot p {
	text-align: center;
	font-size: 10px;
}


