/* CSS Document */

body {
	background-color: #eeddc3;

}
a:link, a:hover, a:visited { color: #982B0E; }
.navigation {
	padding-left: 5px;
	background-image: url(images/navigation-bg.gif);
	background-repeat:repeat-y;
	font-size: 18px;
	padding-left:15px;
	background-color: #F5E8D5;
}

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

.body {
	
	border-right: 1px solid #7b2300;
	background-color: #f5e8d5;
	padding-right: 10px;
	margin-bottom: 10px;
	color:#6B4A39;
	font-weight:bold;
}
.welcome {
	font-family: 'Brush Script';
	font-size: 26pt;
}
.footer {
	margin-left: 6px;
	background-color: #f5e8d5;
	border: 1px solid #7b2300;
	color:#000000;
	font-size:12px;
	padding: 5px;
	text-align:right;
}

.footer a:link, .footer  a:visited { color: #000000; text-decoration: none;}

img a:link {
	text-decoration:none;
	border: 1px solid #000000;
}

.no-decoration {
	text-decoration:none;
}
.largertext {
	font-size: 20px;
	font-weight: bold;
}