body {
	background: url(images/bgl.png) repeat-x #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h6 {
	font-family: Georgia, Times, serif;
	font-weight: bolder;
	font-size: 18px;
	text-align: center;
}

h6 a{
	color: #669966;
}

h6 a:hover {
	background: #ffffcc;
}

.head {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/rosehiptop.png) right no-repeat;
}

.line {
	width: 800px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/rosehipmidd.png) right no-repeat;
	color: #FFFFFF;
}

.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/rosehipbottom.png) top right no-repeat;
}

.nav {
	width: 100%;
}

.nav a{
	border: 1px #669966 solid;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
}

.nav a:hover {
	background: #ffffcc;
}

.content {
	padding-top: 40px;
}

#pad {
	margin-bottom: 10px;
}

.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font: small Georgia, Times, serif;
	border-top: 1px #000000 solid;
}

.footer a{
	color: #000000;
}

.footer a:hover {
	background: #ffffcc;
}