.white_border {
	border: 1px solid #efe4c7;
	background-color: #390404;
}
body {
	background-color: #390404;
	background-image: url(images/bg.gif);
}
.main_inside_border {
	background-color: #efe4c7;
	border: 5px solid #81b8bb;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px;
	line-height: 20px;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #1A1615;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #81B8BB;
	margin: 5px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	line-height: 30px;
	text-decoration: none;
		color: #231F20;
}

#nav a{
	text-decoration: none;
	color: #231F20;
}
#nav a:hover{
	text-decoration: none;
	color: #81B8BB;
}
footer {
	color: #FFFFCC;
}
