#content {
	background-color: #FFFFFF;
	background-image: url(content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

#content p {
margin: 0px 15px;
margin-bottom: 1em;
}

.contentsmall {
	font-size: 79%;
}

#content p a {
	color: #000000;
	text-decoration: none;
}

#content p a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	color: #000000;
	background-color: #F9F8CC;
}

#nav {
	background-image: url(content_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-align:center;
	padding: 10px;
}

#nav a {
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}

#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align:right
}

#footer2 a {
	color: #000000;
	text-decoration:none
}

#footer2 a:hover {
	color: #000000;
	text-decoration:none
}

