body, h1, h2, h3, p, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	background: url('images/bg.png') #647871;
}

a { color: #314296; }

ul { list-style-position: inside; }
li {
	padding: 4px;
	list-style-type: circle;
}

div#wrapper {
	background: url('images/bg_body.png') #fff repeat-y;
	margin: 0 auto;
	width: 779px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div#header {
	background: url('images/header.png') transparent no-repeat;
	height: 172px;
	width: 779px;
}

div#navigation {
	font: bold 12px Verdana, sans-serif;
	background-color: #f2f7cc;
	height: 36px;
	color: #BBB;
	line-height: 35px;
	text-align: center;
}

div#navigation a:hover { color: #000; }

h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #BBB;
	color: #394c44;
	font-size: 27px;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

div#content {
	background: url('images/c_top.png') transparent no-repeat;
	padding: 14px 28px 0px 28px;
}

div#frontpage {
	background: url('images/bottom.jpg') transparent bottom left no-repeat;
	height: 525px;
}

div#footer {
	background: url('images/c_bottom.png') #f2f7cc no-repeat;
	height: 34px;
	text-align: right;
	padding: 15px 24px 0px 0px;
	clear: both;
}